first commit

This commit is contained in:
DEV_DSW
2026-01-28 11:49:55 +08:00
commit 52a8ea4bd5
34 changed files with 5025 additions and 0 deletions

13
jsconfig.json Normal file
View File

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