初始化

This commit is contained in:
srd17305009926
2025-08-08 08:31:17 +08:00
commit d0a4ae5bce
22 changed files with 3623 additions and 0 deletions

8
jsconfig.json Normal file
View File

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