项目阶段性完成

This commit is contained in:
2026-05-02 21:45:20 +08:00
commit 8dd773c603
22 changed files with 5858 additions and 0 deletions

13
jsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"paths": {
"@/*": [
"./src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}