new Files

This commit is contained in:
2025-04-22 13:24:34 +08:00
commit c9da342e04
27 changed files with 5899 additions and 0 deletions

8
front/jsconfig.json Normal file
View File

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