首页页面

This commit is contained in:
Eamon
2026-07-30 13:55:28 +08:00
parent 0361853732
commit 0d5e28c785
48 changed files with 2141 additions and 294 deletions

View File

@@ -5,10 +5,10 @@
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"ignoreDeprecations":"6.0",
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}
}