mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-26 19:00:00 +08:00
发布 0.15.0: - 新增内核版本兼容层、特性门控、低版本阻断和升级提示 - 新增 PATH 中 OpenClaw CLI 冲突检测、隔离与恢复 - 修复 Hermes Gateway loopback 自动拉起与 /v1/runs 诊断 - 修复 standalone 一键安装包在 About/仪表盘显示未知版本 - 同步 OpenClaw 2026.5.6 推荐版本和热更新 minAppVersion - 补齐本地 JS/Rust 测试与发布前检查说明 验证: - npm run build - node --test tests/*.test.js - node --check src/scripts JS 文件 - cargo fmt --all -- --check - cargo check - cargo clippy --all-targets -- -D warnings - cargo test
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "clawpanel",
|
|
"version": "0.15.0",
|
|
"private": true,
|
|
"description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用",
|
|
"type": "module",
|
|
"author": "qingchencloud",
|
|
"license": "AGPL-3.0",
|
|
"homepage": "https://github.com/qingchencloud/clawpanel",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qingchencloud/clawpanel.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/qingchencloud/clawpanel/issues"
|
|
},
|
|
"keywords": [
|
|
"openclaw",
|
|
"ai-agent",
|
|
"tauri",
|
|
"desktop-app",
|
|
"management-panel"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"icon:regen": "tauri icon docs/logo.png -o src-tauri/icons",
|
|
"serve": "node scripts/serve.js",
|
|
"version:sync": "node scripts/sync-version.js",
|
|
"version:set": "node scripts/sync-version.js"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@tauri-apps/plugin-autostart": "^2.5.1",
|
|
"@tauri-apps/plugin-shell": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
"vite": "^6.4.2"
|
|
}
|
|
}
|