feat(ui): 添加明暗主题切换支持

- 创建 ThemeProvider 管理主题状态
- 配置浅色和深色主题(Vercel/Linear 风格)
- 集成 Google Fonts(Inter + JetBrains Mono)
- 在我的页面添加主题切换开关
- 更新颜色系统符合 modernization-v2.md 规范
- 优化间距和圆角系统

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 14:12:00 +08:00
parent 6ccb29556e
commit c4cf23a4a1
11 changed files with 1052 additions and 208 deletions

View File

@@ -30,6 +30,9 @@ dependencies:
intl: ^0.20.2
decimal: ^2.3.3
# 字体
google_fonts: ^6.2.1
dev_dependencies:
flutter_test:
sdk: flutter