feat: 项目基本架构和组件引入、新增玩家服务中心入口和运营后台管理员入口。

This commit is contained in:
Stev_Wang
2025-12-12 00:14:36 +08:00
parent 209f50e4c4
commit f5906044d8
23 changed files with 5416 additions and 129 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}