完成基本功能

This commit is contained in:
2025-02-25 00:30:24 +08:00
commit 57ecdb62fa
19 changed files with 4131 additions and 0 deletions

13
client/jsconfig.json Normal file
View File

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