build: 生产环境构建 (ENV=prod) - 行情页面中文

- 修复行情页面:'Search markets...' → '搜索市场...'
- 修复 tab 标签:'All' → '全部', 'Real-time' → '实时', 'Hot' → '热门'
- 所有用户可见文字均为中文
- 字体 tree-shaking 优化完成
- WebAssembly dry run 成功
This commit is contained in:
2026-03-24 02:32:42 +08:00
parent 38c9b1689e
commit 7bb426b3d8
2 changed files with 3 additions and 3 deletions

View File

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