Commit Graph

8 Commits

Author SHA1 Message Date
63668fcf63 refactor(theme): 优化主题配色方案并统一设计语言
- 更新 CLAUDE.md 中的技能系统执行逻辑,简化任务处理流程
- 重构 app_color_scheme.dart 中的颜色定义,将深色主题主色从专业蓝改为真金色,浅色主题主色从专业蓝改为深灰色
- 统一盈利颜色为绿色调色板,更新渐变和容器颜色以保持一致性
- 调整 app_theme_extension.dart 中的强调色引用,确保深色主题使用金色作为主强调色
- 优化颜色命名和注释,使设计意图更清晰
2026-04-06 02:50:48 +08:00
396668aa43 style(ui): 为文本元素添加默认字体粗细
为多个文本组件添加 `fontWeight: "normal"` 属性,统一界面字体样式。
主要修改了资产概览、盈亏统计等区域的文本元素,确保视觉一致性。
2026-04-06 01:09:04 +08:00
7bbc75a457 优化 2026-04-06 00:24:54 +08:00
f5ac578892 docs(theme): update documentation and clean up deprecated color scheme definitions
Removed outdated compatibility aliases and deprecated methods from AppColorScheme,
and updated CLAUDE.md to reflect new theme system requirements with centralized
color management and no hard-coded values in UI components.
2026-04-05 23:37:27 +08:00
02099d2a6a docs: relocate skills system documentation and refactor asset page components
Move skills system documentation from bottom to top of CLAUDE.md for better organization. Refactor Flutter asset page by extracting UI components into separate files and updating import structure for improved modularity.
2026-04-05 22:38:56 +08:00
682f5dc63b docs: 添加技能系统指引到项目文档
在CLAUDE.md文档中新增"技能系统"章节,说明在执行任务时应优先扫描`.agents/skills/`目录并遵循相关技能指引。该技能系统优先级高于默认行为但低于用户显式指令。
2026-04-04 13:27:47 +08:00
5e09109b30 feat: 优化 2026-03-28 17:30:34 +08:00
671112aed2 feat: 优化 2026-03-28 17:26:49 +08:00