feat:修改

This commit is contained in:
2026-05-25 11:41:57 +08:00
parent 2030e68ff9
commit 10ffb2e194
9 changed files with 136 additions and 618 deletions

8
tsconfig.json Normal file
View File

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