mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-06 20:02:49 +08:00
- OpenClaw 版本管理: 安装/升级/降级/切换版本, 汉化版/原版选择 - 新增 list_openclaw_versions API (Rust + Web) - upgrade_openclaw 支持指定版本号 - 版本选择器弹窗 (about.js) - macOS Gatekeeper 提示优化: 强调拖入应用程序, No such file 备选 - 部署文档统一使用 npm run serve 替代 npx vite - showUpgradeModal 支持自定义标题 + onClose 回调 - serve.js 路径分隔符跨平台修复 - 扩展工具页面优化 + AI助手危险工具确认
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "clawpanel",
|
|
"version": "0.6.0",
|
|
"private": true,
|
|
"description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用",
|
|
"type": "module",
|
|
"author": "qingchencloud",
|
|
"license": "MIT",
|
|
"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",
|
|
"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-shell": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|