finish index

This commit is contained in:
2026-04-21 01:09:38 +08:00
parent 539d89ffc0
commit 25573f5105
30 changed files with 4387 additions and 0 deletions

8
move/vue3/jsconfig.json Normal file
View File

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