dev-manager-tauri/src-tauri
lanrtop f68d172687
All checks were successful
Push & PR Check / check (push) Successful in 48s
fix(onboarding): Windows PATH 兜底补 lefthook.cmd shim 解析
pnpm add -g lefthook 安装的是 .cmd shim,CreateProcess 对裸名
"lefthook" 只解析 .exe,导致 PATH 兜底永远 missing_binary
(批量接入 6 项目实测踩坑)。兜底顺序改为逐候选尝试:
本地 .bin → 全局 lefthook → 全局 lefthook.cmd(仅 Windows)。

Rules-Applied: R10
2026-07-04 11:33:11 +09:00
..
capabilities fix: add updater/process capabilities and improve update error display 2026-04-02 14:50:19 +09:00
icons feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
resources/onboarding feat(onboarding+skill): B3 acceptance 可执行化 + template v1.2.0 + skill 升级 2026-07-03 21:12:22 +09:00
src fix(onboarding): Windows PATH 兜底补 lefthook.cmd shim 解析 2026-07-04 11:33:11 +09:00
.gitignore feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
build.rs feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
Cargo.lock chore(release): v0.1.18 2026-07-03 13:24:32 +09:00
Cargo.toml chore(release): v0.1.18 2026-07-03 13:24:32 +09:00
dev-manager.db feat: 服务器管理体系 + 云产品扩展 + 源码库 + API密钥管理 2026-04-17 22:25:06 +09:00
PkgExplorerPlugin.dll.log feat: 服务器管理体系 + 云产品扩展 + 源码库 + API密钥管理 2026-04-17 22:25:06 +09:00
tauri.conf.json chore(release): v0.1.18 2026-07-03 13:24:32 +09:00