backup: Game端完整源码备份

Vue.js 3.x + Vant 移动端游戏界面
包含: 源码/配置/public资源
不含: node_modules/dist(可通过npm install+npm run build重建)
This commit is contained in:
2026-06-14 14:34:14 +08:00
commit 5bc5e13088
775 changed files with 53163 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}