Commit Graph

9 Commits

Author SHA1 Message Date
3c15af41ee build: 生产环境构建 (ENV=prod)
- 使用 --dart-define=ENV=prod 参数
- API 指向生产环境: http://8.155.172.147:5010
- 字体 tree-shaking 优化完成
- MaterialIcons 减少 99.5%
2026-03-23 16:40:48 +08:00
c2e4e05d1f build: 生成 web production 版本
- 现代化主题系统
- 明暗主题切换
- Vercel/Linear 风格设计
- 优化所有页面布局
- 字体 tree-shaking 优化
2026-03-23 16:33:47 +08:00
6ccb29556e 优化 2026-03-23 11:54:01 +08:00
659eb19ca4 优化 2026-03-23 11:48:47 +08:00
0f2f051670 优化 2026-03-23 11:27:52 +08:00
aea655087d 优化 2026-03-23 11:23:20 +08:00
a27ee426db fix: 修复 Flutter Web 生产环境 API 地址未生效的问题
- NetworkConfig.baseUrl 改为使用 ApiEndpoints.baseUrl
- 确保构建时 --dart-define=ENV=prod 能正确切换环境

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 02:26:10 +08:00
5c3dbc149a feat: 添加环境配置区分本地和生产环境
- 使用 --dart-define=ENV=prod 构建生产版本
- 生产环境: http://8.155.172.147:5010
- 本地环境: http://localhost:5010
- 更新 web 构建产物

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 01:56:18 +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