fix: 修复构建错误,完成所有页面开发和构建测试

This commit is contained in:
UGREEN USER
2026-01-28 14:44:47 +08:00
parent c635b5e494
commit 49bb635025
4 changed files with 13 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build": "vite build",
"build:check": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {