优化: 工程配置清理

This commit is contained in:
2026-06-24 00:27:10 +08:00
parent 96e554ce22
commit bb8b3c6c59
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 KiB

View File

@@ -10,7 +10,7 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"build:dev": "cargo tauri build --debug"
"build:dev": "cd src-tauri && cargo build"
},
"dependencies": {
"@arco-design/web-vue": "^2.58.0",

View File

@@ -4,7 +4,6 @@
"identifier": "top.1216.devflow",
"build": {
"beforeDevCommand": "bun dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"
},