咕咕嘎嘎

This commit is contained in:
2026-03-03 18:51:13 +08:00
commit 3244b306ff
13 changed files with 1552 additions and 0 deletions

8
jsconfig.json Normal file
View File

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