初始化提交

This commit is contained in:
2025-04-03 15:55:30 +08:00
commit 6de14256b4
175 changed files with 22398 additions and 0 deletions

8
jsconfig.json Normal file
View File

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