build: 生产环境构建 (ENV=prod) - 完整中文界面

- 修复顶部导航栏标题:'The Kinetic Vault' → '模拟所'
- 修复首页卡片:'Assets Detail' → '资产详情'
- 修复用户类型:'NORMAL USER' → '普通用户'
- 字体 tree-shaking 优化完成
- WebAssembly dry run 成功
This commit is contained in:
2026-03-24 02:27:18 +08:00
parent 29aeeec0a1
commit 2e149266a3
2 changed files with 41 additions and 41 deletions

View File

@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "538720166" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "92958474" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});