|
|
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
|
d4ca618cc5
|
111
|
2026-03-26 01:54:53 +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 |
|
|
|
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 |
|
|
|
2e1e967aa9
|
build: update Flutter web build - service worker version
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-24 18:32:58 +08:00 |
|
|
|
b697e5123c
|
build: update Flutter web build - service worker version
|
2026-03-24 18:28:56 +08:00 |
|
|
|
833f25d092
|
docs: 添加推送功能实现指南
|
2026-03-24 18:26:09 +08:00 |
|
|
|
57e2991ccb
|
build: 构建生产版本
**前端构建:**
- Flutter Web 构建产物 (build/web)
- 包含主题修复和绿色对比度优化
**后端修改:**
- 添加 MyBatisPlusMetaObjectHandler (自动填充字段)
- 更新实体类、DTO、Controller
- 优化 Jackson 配置
- 更新 application-dev.yml
**构建信息:**
- Maven: monisuo-1.0.jar (41MB)
- Flutter: build/web (22.9s)
- 环境: prod
|
2026-03-24 09:04:24 +08:00 |
|
|
|
667fdf4270
|
build: 生产环境构建 (ENV=prod) - 底部导航栏文字标签
- 添加底部导航栏文字标签
- 优化主题切换功能
- 字体 tree-shaking 优化完成
- WebAssembly dry run 成功
|
2026-03-24 02:56:35 +08:00 |
|
|
|
a65aa0fa86
|
fix(ui): 修复主题切换功能,支持明暗主题动态切换
- 替换所有硬编码颜色为动态颜色
- 所有页面使用 Theme.of(context) 获取主题颜色
- 支持深色和浅色主题切换
- 修复 GlassPanel 和 NeonGlow 组件的主题适配
- 完善 lightMaterial ColorScheme 定义
- 测试主题切换功能正常
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-24 02:50:25 +08:00 |
|
|
|
7bb426b3d8
|
build: 生产环境构建 (ENV=prod) - 行情页面中文
- 修复行情页面:'Search markets...' → '搜索市场...'
- 修复 tab 标签:'All' → '全部', 'Real-time' → '实时', 'Hot' → '热门'
- 所有用户可见文字均为中文
- 字体 tree-shaking 优化完成
- WebAssembly dry run 成功
|
2026-03-24 02:32:42 +08:00 |
|
|
|
7e1addc634
|
build: 生产环境构建 (ENV=prod) - 完善中文界面
- 修复首页:'TOTAL BALANCE' → '总资产'
- 所有用户可见文字均为中文
- 字体 tree-shaking 优化完成
- WebAssembly dry run 成功
|
2026-03-24 02:30:48 +08:00 |
|
|
|
2e149266a3
|
build: 生产环境构建 (ENV=prod) - 完整中文界面
- 修复顶部导航栏标题:'The Kinetic Vault' → '模拟所'
- 修复首页卡片:'Assets Detail' → '资产详情'
- 修复用户类型:'NORMAL USER' → '普通用户'
- 字体 tree-shaking 优化完成
- WebAssembly dry run 成功
|
2026-03-24 02:27:18 +08:00 |
|
|
|
6815eb869b
|
build: 生产环境构建 (ENV=prod) - 全中文界面
- 修复所有英文文字为中文
- 充值、提现、划转功能完整中文化
- 字体 tree-shaking 优化完成
- WebAssembly dry run 成功
|
2026-03-24 02:22:02 +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 |
|
|
|
f3a170923d
|
优化
|
2026-03-23 22:56:11 +08:00 |
|
|
|
1a575eee6e
|
优化
|
2026-03-23 22:48:10 +08:00 |
|
|
|
9269f70cc3
|
build: 构建前端生产版本
- Flutter Web 构建完成
- Vue3 管理后台构建完成
- 优化资源文件
|
2026-03-23 21:58:05 +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 |
|
|
|
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 |
|