初始提交:彩票推测系统前端代码

This commit is contained in:
lihanqi
2026-01-15 18:16:50 +08:00
commit 492d839e9b
169 changed files with 62221 additions and 0 deletions

8
jsconfig.json Normal file
View File

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