添加大屏

This commit is contained in:
2025-09-12 19:58:35 +08:00
parent e64866f2cc
commit 39d61c6f9b
695 changed files with 34930 additions and 0 deletions

8
datav/jsconfig.json Normal file
View File

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