重构: tool_registry拆分及多批改进

This commit is contained in:
2026-06-19 00:10:14 +08:00
parent a2871a66e0
commit 60b01d03ee
33 changed files with 703 additions and 247 deletions

View File

@@ -9,7 +9,8 @@
"dev:restart": "npm run dev:stop && npm run dev",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
"tauri": "tauri",
"build:dev": "cargo tauri build --debug"
},
"dependencies": {
"@arco-design/web-vue": "^2.58.0",