Commit Graph

16 Commits

Author SHA1 Message Date
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
060c95bc64 优化 2026-03-25 23:34:45 +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
6ccb29556e 优化 2026-03-23 11:54:01 +08:00
659eb19ca4 优化 2026-03-23 11:48:47 +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