[codex] add login page transparent background#22
Merged
Conversation
62ac1f9 to
ad1fb81
Compare
Owner
Author
|
合并前客观 review:\n\n- 未发现阻塞合并的问题。\n- 登录页 DOM id 保持不变,未影响登录、重置密码和注册入口。\n- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
登录页需要使用用户提供的人物图作为背景,并把页面标题改得更轻松。
主要改动
/Users/wujianxiang/Downloads/2080.PNG的白色背景处理成透明 PNG,并加入shop/assets/login/yui-login-bg.png。/shop/login/标题改为“这里是登录页面”,并把透明人物图作为居中背景层展示。js/lang.js对/shop/路由的页面识别,避免登录页浏览器标题被覆盖成作品集首页标题。docs/ai/context/设计与实施记录,并更新AGENTS.md协作记忆。验证
npm test:91 个测试通过。http://localhost:4173/shop/login/:document.title和页面标题均为“这里是登录页面”,背景图加载成功,无横向滚动。风险