feat: image rendering, sidebar toggle, contribute section; fix: private repo update check; bump v0.2.1

This commit is contained in:
晴天
2026-03-04 20:47:00 +08:00
parent 59c84b5eaf
commit a6e1f40a59
14 changed files with 454 additions and 83 deletions

View File

@@ -1,9 +1,26 @@
{
"name": "clawpanel",
"version": "1.0.0",
"version": "0.2.1",
"private": true,
"description": "ClawPanel - OpenClaw 可视化管理面板",
"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",