feat: 项目初始化

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 20:04:39 +08:00
commit f4c5c44392
11 changed files with 14468 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
]
}