|
|
c600730268
|
build: update Flutter web build
|
2026-04-05 22:46:59 +08:00 |
|
sion
|
0c66b3725f
|
111
|
2026-04-05 21:01:42 +08:00 |
|
|
|
e7a7c7388b
|
build: update Flutter web build
|
2026-04-05 06:22:23 +08:00 |
|
sion
|
37290e7846
|
111
|
2026-04-04 21:19:29 +08:00 |
|
|
|
81d6cdb1af
|
build: 构建后端和Flutter Web
- 后端: mvn clean package (monisuo-1.0.jar, 41MB)
- Flutter: flutter build web --release (MaterialIcons 裁剪99.4%)
- 构建时间: 后端2s, Flutter24s
|
2026-03-30 02:29:05 +08:00 |
|
sion
|
cb05e61285
|
111
|
2026-03-29 16:11:01 +08:00 |
|
|
|
31dd44b202
|
build: 添加 Flutter Web 构建产物 + 修复部署脚本
- 本地构建 Flutter Web (flutter build web --release)
- 服务器无需 Flutter 环境,直接复制 build/web
- 修复 403 错误(build/web 目录为空导致)
|
2026-03-26 09:20:38 +08:00 |
|
sion
|
54178e196e
|
111
|
2026-03-26 01:35:51 +08:00 |
|
|
|
bb3aa6ead7
|
构建
|
2026-03-25 23:05:28 +08:00 |
|
sion
|
2f612fd899
|
111
|
2026-03-24 22:51:10 +08:00 |
|
|
|
4ad05770ed
|
fix: 改进 Flutter Web 加载指示器隐藏逻辑
使用五种方式确保加载指示器被正确隐藏:
- Flutter 第一帧渲染完成事件
- Flutter 引擎初始化检查
- 10秒超时保护
- 页面加载后检查 Flutter 视图
- 定期轮询检查 Flutter 视图
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-24 18:58:40 +08:00 |
|
|
|
6bf54eb849
|
fix: 修复 Flutter Web 白屏问题
- main.dart: 添加全局错误处理和 FlutterError.onError
- index.html: 添加加载指示器,vconsole 仅在开发环境启用
- dio_client.dart: 添加详细错误日志,优化超时配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-24 18:54:01 +08:00 |
|
|
|
9cd9e8d0bf
|
build: update Flutter web build - service worker version
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-24 18:44:01 +08:00 |
|
|
|
833f25d092
|
docs: 添加推送功能实现指南
|
2026-03-24 18:26:09 +08:00 |
|
|
|
f3a170923d
|
优化
|
2026-03-23 22:56:11 +08:00 |
|
|
|
1a575eee6e
|
优化
|
2026-03-23 22:48:10 +08:00 |
|
|
|
5c8df495c3
|
fix: 完善资金充值/提现逻辑
- 添加交易账户余额检查
- 添加用户端订单管理页面
- 更新测试报告
|
2026-03-23 21:25:37 +08:00 |
|
|
|
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 |
|
|
|
0f2f051670
|
优化
|
2026-03-23 11:27:52 +08:00 |
|
|
|
aea655087d
|
优化
|
2026-03-23 11:23:20 +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 |
|