Project created!

This commit is contained in:
Laux Dev
2026-02-23 15:15:10 +08:00
parent fd94c28cc9
commit 275593d754
17 changed files with 6327 additions and 0 deletions

7
frontend/jsconfig.json Normal file
View File

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