mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-21 08:10:09 +08:00
feat: v0.9.3 — 9项Bug修复+ARM性能优化+R2 CDN加速+非商用协议
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user