feat: v0.9.3 — 9项Bug修复+ARM性能优化+R2 CDN加速+非商用协议

This commit is contained in:
晴天
2026-03-16 23:45:03 +08:00
parent 51e49d0781
commit 20d80c3ec5
15 changed files with 129 additions and 70 deletions

View File

@@ -3329,7 +3329,7 @@ const handlers = {
},
skills_skillhub_check() {
try {
const out = execSync('skillhub --version', { encoding: 'utf8', timeout: 5000 })
const out = execSync('skillhub --cli-version', { encoding: 'utf8', timeout: 5000 })
return { installed: true, version: out.trim() }
} catch {
return { installed: false }