Bug 1:Tauri 检测条件过严 - 原条件要求 src-tauri/src/commands/ 目录存在才能识别 Tauri - 新项目初始化时只有 lib.rs + main.rs,commands/ 未创建,导致整个 Tauri 检测跳过 - 修复:只检查 Cargo.toml 含 tauri 依赖,commands/ 用 confidence 反映是否已建 Bug 2:detect_contracts() 无前端框架检测 - Node.js 框架段只覆盖后端(Drizzle/Prisma/Hono/Express/Fastify/tRPC) - 新增 React / Vite / Zustand 三个检测分支 |
||
|---|---|---|
| .. | ||
| capabilities | ||
| icons | ||
| resources/onboarding | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| dev-manager.db | ||
| PkgExplorerPlugin.dll.log | ||
| tauri.conf.json | ||
| tauri.local.conf.json | ||