Commit Graph

5 Commits

Author SHA1 Message Date
a65aa0fa86 fix(ui): 修复主题切换功能,支持明暗主题动态切换
- 替换所有硬编码颜色为动态颜色
- 所有页面使用 Theme.of(context) 获取主题颜色
- 支持深色和浅色主题切换
- 修复 GlassPanel 和 NeonGlow 组件的主题适配
- 完善 lightMaterial ColorScheme 定义
- 测试主题切换功能正常

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 02:50:25 +08:00
c32a1e8c91 build: 生产环境构建 (ENV=prod) - 新设计系统
- 使用 --dart-define=ENV=prod 参数
- API 指向生产环境: http://8.155.172.147:5010
- 应用新设计系统
- 字体 tree-shaking 优化完成
  * MaterialIcons: 减少 99.4% (1.6MB → 9KB)
  * Lucide 图标: 减少 5-12%
- WebAssembly dry run 成功
2026-03-24 02:16:58 +08:00
c2e4e05d1f build: 生成 web production 版本
- 现代化主题系统
- 明暗主题切换
- Vercel/Linear 风格设计
- 优化所有页面布局
- 字体 tree-shaking 优化
2026-03-23 16:33:47 +08:00
aea655087d 优化 2026-03-23 11:23:20 +08:00
613d800ef9 feat: 添加 Flutter Web 构建产物
- 更新 .gitignore 允许 flutter_monisuo/build/web 目录
- 添加 Flutter Web release 构建文件

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 01:47:44 +08:00