Files
zMainPage/.gitignore
Zikai 6ad6c15e9d feat: 拆分移动游戏项目为独立 z449 子模块(git submodule + i18n prop 桥接)
- mobile-game 模块源码迁出至独立仓库 z449(third_party/z449),独立可渲染/维护
- z449 App.vue 为便携式组件:自带独立 vue-i18n 实例与 locale 文案
- mainPage 侧 MobileGameWrapper 透传 :locale prop,子模块 watch 同步语言
- mainPage i18n 精简:仅保留 tabs.mobileGame,删除 mobileGame.* 大块文案
- 文档:新增 docs/submodule-z449.md,更新 README/architecture/add-module
2026-07-23 07:04:08 +00:00

20 lines
348 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 依赖
node_modules/
# 子模块的依赖node_modules 已被上一条覆盖,以下仅作显式说明)
third_party/timeTableFix/node_modules/
third_party/z449/node_modules/
# 构建产物(输出到 /root/html不入库
dist/
# 编辑器/系统
.vscode/
.idea/
.DS_Store
*.log
npm-debug.log*
# 本地环境
.env.local
.env.*.local