桩点支架分批次上传

This commit is contained in:
Teo
2025-05-27 19:53:19 +08:00
parent 933fe4d74a
commit e2e4550736
9 changed files with 138 additions and 513 deletions

View File

@ -24,7 +24,9 @@
"removeComments": true,
// 允许默认导入
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"rootDir": "."
},
"include": ["src/**/*.ts", "src/**/*.vue", "src/types/**/*.d.ts", "vite.config.ts"],
"exclude": ["node_modules", "dist", "**/*.js", "**/*.md", "src/**/*.md"]