feat: 初始化 Novault 后台管理前端项目,包含基础结构、UI 组件、API 请求和路由配置。

This commit is contained in:
2026-01-29 13:49:14 +08:00
commit a8dc4d2f06
20 changed files with 5543 additions and 0 deletions

7
tsconfig.json Normal file
View File

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