mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-08 17:20:01 +08:00
feat: image rendering, sidebar toggle, contribute section; fix: private repo update check; bump v0.2.1
This commit is contained in:
21
package.json
21
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user