Commit Graph

53 Commits

Author SHA1 Message Date
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