@maudecode/cove 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -0
- package/dist/assets/{index-ChRK8BG1.js → index-Bn8aUAq0.js} +34 -34
- package/dist/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
A beautiful, full-featured WebUI for <a href="https://github.com/openclaw/openclaw">OpenClaw</a>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://www.npmjs.com/package/@maudecode/cove"><img src="https://img.shields.io/npm/v/@maudecode/cove" alt="npm version"></a>
|
|
11
|
+
<a href="https://github.com/MaudeCode/cove/actions/workflows/ci.yml"><img src="https://github.com/MaudeCode/cove/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
|
|
12
|
+
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="License"></a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
9
15
|
<p align="center">
|
|
10
16
|
<a href="#-features">Features</a> •
|
|
11
17
|
<a href="#-quick-start">Quick Start</a> •
|
|
@@ -46,6 +52,28 @@
|
|
|
46
52
|
- **Secure storage** — Credentials stored in browser localStorage
|
|
47
53
|
- **No telemetry** — Your data stays on your gateway
|
|
48
54
|
|
|
55
|
+
## 📸 Screenshots
|
|
56
|
+
|
|
57
|
+
<details>
|
|
58
|
+
<summary><strong>Chat Interface</strong></summary>
|
|
59
|
+
<img src="./docs/chat.jpg" alt="Chat Interface" width="800">
|
|
60
|
+
</details>
|
|
61
|
+
|
|
62
|
+
<details>
|
|
63
|
+
<summary><strong>Server Stats</strong></summary>
|
|
64
|
+
<img src="./docs/server_stats.jpg" alt="Server Stats" width="800">
|
|
65
|
+
</details>
|
|
66
|
+
|
|
67
|
+
<details>
|
|
68
|
+
<summary><strong>Settings</strong></summary>
|
|
69
|
+
<img src="./docs/cove_settings.jpg" alt="Cove Settings" width="800">
|
|
70
|
+
</details>
|
|
71
|
+
|
|
72
|
+
<details>
|
|
73
|
+
<summary><strong>Configuration Editor</strong></summary>
|
|
74
|
+
<img src="./docs/config.jpg" alt="Configuration Editor" width="800">
|
|
75
|
+
</details>
|
|
76
|
+
|
|
49
77
|
## 🚀 Quick Start
|
|
50
78
|
|
|
51
79
|
### Option 1: Docker (Recommended)
|