diff --git a/README.en.md b/README.en.md
index 4050420..1aa54f4 100644
--- a/README.en.md
+++ b/README.en.md
@@ -21,7 +21,7 @@ An OpenClaw memory and evolution management tool — a cross-platform desktop ap
ClawScope is a local-first desktop control plane: React renders the memory, configuration, and evolution workspaces; Tauri IPC forwards UI actions into the Rust command layer; and Rust talks to OpenClaw Gateway over WebSocket to access agents, memory, configuration, and evolution targets. Local JSON storage only keeps connection identity, endpoints, audit history, and snapshots for reconnect, traceability, and rollback.
-
+
## Quick Start
diff --git a/README.md b/README.md
index 4050420..1aa54f4 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ An OpenClaw memory and evolution management tool — a cross-platform desktop ap
ClawScope is a local-first desktop control plane: React renders the memory, configuration, and evolution workspaces; Tauri IPC forwards UI actions into the Rust command layer; and Rust talks to OpenClaw Gateway over WebSocket to access agents, memory, configuration, and evolution targets. Local JSON storage only keeps connection identity, endpoints, audit history, and snapshots for reconnect, traceability, and rollback.
-
+
## Quick Start
diff --git a/README.zh.md b/README.zh.md
index fe78410..170d9c6 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -21,7 +21,7 @@ OpenClaw 记忆与进化管理工具 — 基于 Tauri 2 + Rust 构建的跨平
ClawScope 是一个本地优先的桌面控制面:React 负责记忆、配置、进化等工作视图,Tauri IPC 将界面动作转发到 Rust 命令层,Rust 侧再通过 OpenClaw Gateway 的 WebSocket 协议访问 Agent、记忆、配置与进化目标。本地 JSON 存储只保存连接身份、端点、审计历史与快照,用于重连、追踪和回滚。
-
+
## 快速开始
diff --git a/public/images/diagrams/clawscope-system-architecture-en.svg b/public/images/diagrams/clawscope-system-architecture-en.svg
new file mode 100644
index 0000000..93bdc49
--- /dev/null
+++ b/public/images/diagrams/clawscope-system-architecture-en.svg
@@ -0,0 +1,217 @@
+
diff --git a/public/images/diagrams/clawscope-system-architecture-zh.svg b/public/images/diagrams/clawscope-system-architecture-zh.svg
new file mode 100644
index 0000000..270c8b0
--- /dev/null
+++ b/public/images/diagrams/clawscope-system-architecture-zh.svg
@@ -0,0 +1,217 @@
+
diff --git a/public/images/diagrams/clawscope-system-architecture.html b/public/images/diagrams/clawscope-system-architecture.html
index 2d543aa..eff6ba7 100644
--- a/public/images/diagrams/clawscope-system-architecture.html
+++ b/public/images/diagrams/clawscope-system-architecture.html
@@ -1,384 +1,90 @@
-
+
-
-
-
- ClawScope System Architecture
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - • React 负责 Profile、Memory、Config、Evolution 四类工作视图。
- - • OpenClawContext 将连接、心跳、会话与发现逻辑收束到一个入口。
- - • Browser localStorage 只保存界面级配置,不保存 Rust 审计状态。
-
-
-
-
-
- - • Tauri IPC 将前端动作映射到 gateway_* 与 evolution_* commands。
- - • Gateway connector 维护 WebSocket 会话、请求路由与协议能力。
- - • Auth/Discovery 处理设备身份、签名连接、token fallback 与局域网发现。
-
-
-
-
-
- - • Evolution 先读取 MEMORY 文档生成 preview,再进入 execute。
- - • 本地 history、audit-log 与 snapshots 记录关键决策和恢复点。
- - • 执行后回写 OpenClaw memory,并触发 index 刷新。
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ English
+
+
+
+
+ 中文
+
+
+
+