|
|
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 |
|
|
|
833f25d092
|
docs: 添加推送功能实现指南
|
2026-03-24 18:26:09 +08:00 |
|
|
|
c32a1e8c91
|
build: 生产环境构建 (ENV=prod) - 新设计系统
- 使用 --dart-define=ENV=prod 参数
- API 指向生产环境: http://8.155.172.147:5010
- 应用新设计系统
- 字体 tree-shaking 优化完成
* MaterialIcons: 减少 99.4% (1.6MB → 9KB)
* Lucide 图标: 减少 5-12%
- WebAssembly dry run 成功
|
2026-03-24 02:16:58 +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 |
|