mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-24 23:25:52 +03:00
[GH-ISSUE #111] 建议在主题切换中保留“纯白(Pure White)”的浅色模式选项 #52
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cli-Proxy-API-Management-Center#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GrothKeiran on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/issues/111
在近期的更新中,我发现前端管理页面的浅色主题背景颜色发生了改变。从源码来看,浅色模式变为了“极简暖灰/纸感”色调(如 --bg-secondary: #faf9f5; 和 --bg-primary: #f0eee8;)。
虽然理解这种“护眼模式”的设计初衷,但在实际使用中,整体页面看起来会蒙上一层淡黄色。对于部分显示器或习惯了以往纯白背景的用户来说,这种偏黄的色调长时间观看反而会感到有些不适应和不够清爽。
期望的改进 (Expected Behavior)
希望作者能考虑以下两种优化方案之一:
新增纯白主题选项:在现有的主题切换菜单中(Light / Dark / Auto),将浅色模式细分为“浅色-纯白”和“浅色-暖灰”。
恢复默认纯白:或者将默认的 Light 主题背景色恢复为之前的纯白色(#ffffff、#f9fafb等),以保持界面的干净通透。