no message

This commit is contained in:
A1300399510
2024-07-17 16:32:57 +08:00
commit fcdd9fd33c
34 changed files with 1803 additions and 0 deletions

8
jsconfig.json Normal file
View File

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