From 985d263dc62029af67d8a2f5f96f5120797745ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?=
Date: Tue, 24 Mar 2026 22:31:11 +0800
Subject: [PATCH] feat: i18n 11 languages + website update + fix #139 #140 #141
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
i18n:
- Add 9 new locale files (ja/ko/de/es/fr/pt/ru/vi/zh-TW)
- Add multilingual README files for all 11 languages
- Add locale helper, index, and modular translation system
- Add translation generation scripts
Website (docs/index.html):
- Replace 公益AI接口 branding with 晴辰云AI接口
- Remove OpenClaw 独立安装包 promotion block
- Update SEO meta tags (description, keywords, OG, Twitter, JSON-LD)
- Add 11-language README links to footer
- Update 元宝派 link to new URL
Bug fixes:
- fix(cron): delivery format mode:'push' → mode:'announce', remove invalid 'to' field (fixes #141)
- fix(cron): allow single-channel users to select delivery channel
- fix(cron): preserve delivery field in job state for editing
- fix(models): add 'ollama' as recognized API type, prevent overwriting native ollama config (fixes #140)
- fix(models): skip /v1 append for ollama native API baseUrl
- fix(assistant): normalize 'google-generative-ai' consistently, add ollama hints
- fix(version): use CLI path classification for source detection on Windows (fixes #139)
- fix(version): default to 'official' instead of 'chinese' when source unknown
- fix(version): reorder npm global package check based on active CLI
---
README.de.md | 165 ++
README.en.md | 253 ++-
README.es.md | 165 ++
README.fr.md | 165 ++
README.ja.md | 190 ++
README.ko.md | 178 ++
README.md | 25 +-
README.pt.md | 165 ++
README.ru.md | 165 ++
README.vi.md | 165 ++
README.zh-TW.md | 178 ++
docs/index.html | 87 +-
scripts/gen-extra-langs.cjs | 47 +
scripts/gen-ja-ko.cjs | 54 +
scripts/gen-patches-6lang.cjs | 294 +++
scripts/split-locales.cjs | 165 ++
scripts/translations/de/about.json | 24 +
scripts/translations/de/agents.json | 23 +
scripts/translations/de/assistant.json | 27 +
scripts/translations/de/channels.json | 32 +
scripts/translations/de/chat.json | 22 +
scripts/translations/de/chatDebug.json | 16 +
scripts/translations/de/common.json | 42 +
scripts/translations/de/communication.json | 28 +
scripts/translations/de/cron.json | 19 +
scripts/translations/de/dashboard.json | 32 +
scripts/translations/de/ext.json | 18 +
scripts/translations/de/gateway.json | 17 +
scripts/translations/de/instance.json | 11 +
scripts/translations/de/logs.json | 17 +
scripts/translations/de/memory.json | 17 +
scripts/translations/de/modal.json | 5 +
scripts/translations/de/models.json | 21 +
scripts/translations/de/security.json | 8 +
scripts/translations/de/services.json | 23 +
scripts/translations/de/settings.json | 13 +
scripts/translations/de/setup.json | 23 +
scripts/translations/de/sidebar.json | 29 +
scripts/translations/de/skills.json | 19 +
scripts/translations/de/toast.json | 4 +
scripts/translations/de/usage.json | 17 +
scripts/translations/es/about.json | 24 +
scripts/translations/es/agents.json | 23 +
scripts/translations/es/assistant.json | 27 +
scripts/translations/es/channels.json | 32 +
scripts/translations/es/chat.json | 22 +
scripts/translations/es/chatDebug.json | 16 +
scripts/translations/es/common.json | 42 +
scripts/translations/es/communication.json | 28 +
scripts/translations/es/cron.json | 19 +
scripts/translations/es/dashboard.json | 32 +
scripts/translations/es/ext.json | 18 +
scripts/translations/es/gateway.json | 17 +
scripts/translations/es/instance.json | 11 +
scripts/translations/es/logs.json | 17 +
scripts/translations/es/memory.json | 17 +
scripts/translations/es/modal.json | 5 +
scripts/translations/es/models.json | 21 +
scripts/translations/es/security.json | 8 +
scripts/translations/es/services.json | 23 +
scripts/translations/es/settings.json | 13 +
scripts/translations/es/setup.json | 23 +
scripts/translations/es/sidebar.json | 29 +
scripts/translations/es/skills.json | 19 +
scripts/translations/es/toast.json | 4 +
scripts/translations/es/usage.json | 17 +
scripts/translations/fr/about.json | 24 +
scripts/translations/fr/agents.json | 23 +
scripts/translations/fr/assistant.json | 27 +
scripts/translations/fr/channels.json | 32 +
scripts/translations/fr/chat.json | 22 +
scripts/translations/fr/chatDebug.json | 16 +
scripts/translations/fr/common.json | 42 +
scripts/translations/fr/communication.json | 28 +
scripts/translations/fr/cron.json | 19 +
scripts/translations/fr/dashboard.json | 32 +
scripts/translations/fr/ext.json | 18 +
scripts/translations/fr/gateway.json | 17 +
scripts/translations/fr/instance.json | 11 +
scripts/translations/fr/logs.json | 17 +
scripts/translations/fr/memory.json | 17 +
scripts/translations/fr/modal.json | 5 +
scripts/translations/fr/models.json | 21 +
scripts/translations/fr/security.json | 8 +
scripts/translations/fr/services.json | 23 +
scripts/translations/fr/settings.json | 13 +
scripts/translations/fr/setup.json | 23 +
scripts/translations/fr/sidebar.json | 29 +
scripts/translations/fr/skills.json | 19 +
scripts/translations/fr/toast.json | 4 +
scripts/translations/fr/usage.json | 17 +
scripts/translations/ja/about.json | 59 +
scripts/translations/ja/agents.json | 45 +
scripts/translations/ja/assistant.json | 103 +
scripts/translations/ja/channels.json | 100 +
scripts/translations/ja/chat.json | 73 +
scripts/translations/ja/chatDebug.json | 55 +
scripts/translations/ja/common.json | 42 +
scripts/translations/ja/communication.json | 73 +
scripts/translations/ja/cron.json | 65 +
scripts/translations/ja/dashboard.json | 81 +
scripts/translations/ja/ext.json | 47 +
scripts/translations/ja/gateway.json | 46 +
scripts/translations/ja/instance.json | 19 +
scripts/translations/ja/logs.json | 17 +
scripts/translations/ja/memory.json | 33 +
scripts/translations/ja/modal.json | 5 +
scripts/translations/ja/models.json | 126 ++
scripts/translations/ja/security.json | 40 +
scripts/translations/ja/services.json | 72 +
scripts/translations/ja/settings.json | 53 +
scripts/translations/ja/setup.json | 46 +
scripts/translations/ja/sidebar.json | 29 +
scripts/translations/ja/skills.json | 63 +
scripts/translations/ja/toast.json | 4 +
scripts/translations/ja/usage.json | 41 +
scripts/translations/ko/about.json | 46 +
scripts/translations/ko/agents.json | 44 +
scripts/translations/ko/assistant.json | 77 +
scripts/translations/ko/channels.json | 64 +
scripts/translations/ko/chat.json | 54 +
scripts/translations/ko/chatDebug.json | 28 +
scripts/translations/ko/common.json | 42 +
scripts/translations/ko/communication.json | 38 +
scripts/translations/ko/cron.json | 50 +
scripts/translations/ko/dashboard.json | 80 +
scripts/translations/ko/ext.json | 34 +
scripts/translations/ko/gateway.json | 24 +
scripts/translations/ko/instance.json | 19 +
scripts/translations/ko/logs.json | 17 +
scripts/translations/ko/memory.json | 24 +
scripts/translations/ko/modal.json | 5 +
scripts/translations/ko/models.json | 64 +
scripts/translations/ko/security.json | 20 +
scripts/translations/ko/services.json | 65 +
scripts/translations/ko/settings.json | 38 +
scripts/translations/ko/setup.json | 34 +
scripts/translations/ko/sidebar.json | 29 +
scripts/translations/ko/skills.json | 39 +
scripts/translations/ko/toast.json | 4 +
scripts/translations/ko/usage.json | 27 +
scripts/translations/pt/about.json | 24 +
scripts/translations/pt/agents.json | 23 +
scripts/translations/pt/assistant.json | 27 +
scripts/translations/pt/channels.json | 32 +
scripts/translations/pt/chat.json | 22 +
scripts/translations/pt/chatDebug.json | 16 +
scripts/translations/pt/common.json | 42 +
scripts/translations/pt/communication.json | 28 +
scripts/translations/pt/cron.json | 19 +
scripts/translations/pt/dashboard.json | 32 +
scripts/translations/pt/ext.json | 18 +
scripts/translations/pt/gateway.json | 17 +
scripts/translations/pt/instance.json | 11 +
scripts/translations/pt/logs.json | 17 +
scripts/translations/pt/memory.json | 17 +
scripts/translations/pt/modal.json | 5 +
scripts/translations/pt/models.json | 21 +
scripts/translations/pt/security.json | 8 +
scripts/translations/pt/services.json | 23 +
scripts/translations/pt/settings.json | 13 +
scripts/translations/pt/setup.json | 23 +
scripts/translations/pt/sidebar.json | 29 +
scripts/translations/pt/skills.json | 19 +
scripts/translations/pt/toast.json | 4 +
scripts/translations/pt/usage.json | 17 +
scripts/translations/ru/about.json | 24 +
scripts/translations/ru/agents.json | 23 +
scripts/translations/ru/assistant.json | 27 +
scripts/translations/ru/channels.json | 32 +
scripts/translations/ru/chat.json | 22 +
scripts/translations/ru/chatDebug.json | 16 +
scripts/translations/ru/common.json | 42 +
scripts/translations/ru/communication.json | 28 +
scripts/translations/ru/cron.json | 19 +
scripts/translations/ru/dashboard.json | 32 +
scripts/translations/ru/ext.json | 18 +
scripts/translations/ru/gateway.json | 17 +
scripts/translations/ru/instance.json | 11 +
scripts/translations/ru/logs.json | 17 +
scripts/translations/ru/memory.json | 17 +
scripts/translations/ru/modal.json | 5 +
scripts/translations/ru/models.json | 21 +
scripts/translations/ru/security.json | 8 +
scripts/translations/ru/services.json | 23 +
scripts/translations/ru/settings.json | 13 +
scripts/translations/ru/setup.json | 23 +
scripts/translations/ru/sidebar.json | 29 +
scripts/translations/ru/skills.json | 19 +
scripts/translations/ru/toast.json | 4 +
scripts/translations/ru/usage.json | 17 +
scripts/translations/vi/about.json | 24 +
scripts/translations/vi/agents.json | 23 +
scripts/translations/vi/assistant.json | 27 +
scripts/translations/vi/channels.json | 32 +
scripts/translations/vi/chat.json | 22 +
scripts/translations/vi/chatDebug.json | 16 +
scripts/translations/vi/common.json | 42 +
scripts/translations/vi/communication.json | 28 +
scripts/translations/vi/cron.json | 19 +
scripts/translations/vi/dashboard.json | 32 +
scripts/translations/vi/ext.json | 18 +
scripts/translations/vi/gateway.json | 17 +
scripts/translations/vi/instance.json | 11 +
scripts/translations/vi/logs.json | 17 +
scripts/translations/vi/memory.json | 17 +
scripts/translations/vi/modal.json | 5 +
scripts/translations/vi/models.json | 21 +
scripts/translations/vi/security.json | 8 +
scripts/translations/vi/services.json | 23 +
scripts/translations/vi/settings.json | 13 +
scripts/translations/vi/setup.json | 23 +
scripts/translations/vi/sidebar.json | 29 +
scripts/translations/vi/skills.json | 19 +
scripts/translations/vi/toast.json | 4 +
scripts/translations/vi/usage.json | 17 +
src-tauri/src/commands/config.rs | 28 +-
src/lib/i18n.js | 42 +-
src/lib/model-presets.js | 1 +
src/locales/de.json | 2099 ++++++++++++++++++++
src/locales/en.json | 4 +
src/locales/es.json | 2099 ++++++++++++++++++++
src/locales/fr.json | 2099 ++++++++++++++++++++
src/locales/helper.js | 22 +
src/locales/index.js | 52 +
src/locales/ja.json | 2099 ++++++++++++++++++++
src/locales/ko.json | 2099 ++++++++++++++++++++
src/locales/modules/about.js | 115 ++
src/locales/modules/agents.js | 47 +
src/locales/modules/assistant.js | 259 +++
src/locales/modules/channels.js | 307 +++
src/locales/modules/chat-debug.js | 149 ++
src/locales/modules/chat.js | 141 ++
src/locales/modules/common.js | 44 +
src/locales/modules/communication.js | 88 +
src/locales/modules/cron.js | 72 +
src/locales/modules/dashboard.js | 83 +
src/locales/modules/ext.js | 49 +
src/locales/modules/gateway.js | 55 +
src/locales/modules/instance.js | 22 +
src/locales/modules/logs.js | 19 +
src/locales/modules/memory.js | 42 +
src/locales/modules/modal.js | 7 +
src/locales/modules/models.js | 156 ++
src/locales/modules/security.js | 50 +
src/locales/modules/services.js | 85 +
src/locales/modules/settings.js | 55 +
src/locales/modules/setup.js | 141 ++
src/locales/modules/sidebar.js | 31 +
src/locales/modules/skills.js | 80 +
src/locales/modules/toast.js | 6 +
src/locales/modules/usage.js | 45 +
src/locales/pt.json | 2099 ++++++++++++++++++++
src/locales/ru.json | 2099 ++++++++++++++++++++
src/locales/vi.json | 2099 ++++++++++++++++++++
src/locales/zh-CN.json | 4 +
src/locales/zh-TW.json | 4 +
src/pages/about.js | 7 +-
src/pages/assistant.js | 14 +-
src/pages/cron.js | 7 +-
src/pages/models.js | 4 +-
261 files changed, 26760 insertions(+), 175 deletions(-)
create mode 100644 README.de.md
create mode 100644 README.es.md
create mode 100644 README.fr.md
create mode 100644 README.ja.md
create mode 100644 README.ko.md
create mode 100644 README.pt.md
create mode 100644 README.ru.md
create mode 100644 README.vi.md
create mode 100644 README.zh-TW.md
create mode 100644 scripts/gen-extra-langs.cjs
create mode 100644 scripts/gen-ja-ko.cjs
create mode 100644 scripts/gen-patches-6lang.cjs
create mode 100644 scripts/split-locales.cjs
create mode 100644 scripts/translations/de/about.json
create mode 100644 scripts/translations/de/agents.json
create mode 100644 scripts/translations/de/assistant.json
create mode 100644 scripts/translations/de/channels.json
create mode 100644 scripts/translations/de/chat.json
create mode 100644 scripts/translations/de/chatDebug.json
create mode 100644 scripts/translations/de/common.json
create mode 100644 scripts/translations/de/communication.json
create mode 100644 scripts/translations/de/cron.json
create mode 100644 scripts/translations/de/dashboard.json
create mode 100644 scripts/translations/de/ext.json
create mode 100644 scripts/translations/de/gateway.json
create mode 100644 scripts/translations/de/instance.json
create mode 100644 scripts/translations/de/logs.json
create mode 100644 scripts/translations/de/memory.json
create mode 100644 scripts/translations/de/modal.json
create mode 100644 scripts/translations/de/models.json
create mode 100644 scripts/translations/de/security.json
create mode 100644 scripts/translations/de/services.json
create mode 100644 scripts/translations/de/settings.json
create mode 100644 scripts/translations/de/setup.json
create mode 100644 scripts/translations/de/sidebar.json
create mode 100644 scripts/translations/de/skills.json
create mode 100644 scripts/translations/de/toast.json
create mode 100644 scripts/translations/de/usage.json
create mode 100644 scripts/translations/es/about.json
create mode 100644 scripts/translations/es/agents.json
create mode 100644 scripts/translations/es/assistant.json
create mode 100644 scripts/translations/es/channels.json
create mode 100644 scripts/translations/es/chat.json
create mode 100644 scripts/translations/es/chatDebug.json
create mode 100644 scripts/translations/es/common.json
create mode 100644 scripts/translations/es/communication.json
create mode 100644 scripts/translations/es/cron.json
create mode 100644 scripts/translations/es/dashboard.json
create mode 100644 scripts/translations/es/ext.json
create mode 100644 scripts/translations/es/gateway.json
create mode 100644 scripts/translations/es/instance.json
create mode 100644 scripts/translations/es/logs.json
create mode 100644 scripts/translations/es/memory.json
create mode 100644 scripts/translations/es/modal.json
create mode 100644 scripts/translations/es/models.json
create mode 100644 scripts/translations/es/security.json
create mode 100644 scripts/translations/es/services.json
create mode 100644 scripts/translations/es/settings.json
create mode 100644 scripts/translations/es/setup.json
create mode 100644 scripts/translations/es/sidebar.json
create mode 100644 scripts/translations/es/skills.json
create mode 100644 scripts/translations/es/toast.json
create mode 100644 scripts/translations/es/usage.json
create mode 100644 scripts/translations/fr/about.json
create mode 100644 scripts/translations/fr/agents.json
create mode 100644 scripts/translations/fr/assistant.json
create mode 100644 scripts/translations/fr/channels.json
create mode 100644 scripts/translations/fr/chat.json
create mode 100644 scripts/translations/fr/chatDebug.json
create mode 100644 scripts/translations/fr/common.json
create mode 100644 scripts/translations/fr/communication.json
create mode 100644 scripts/translations/fr/cron.json
create mode 100644 scripts/translations/fr/dashboard.json
create mode 100644 scripts/translations/fr/ext.json
create mode 100644 scripts/translations/fr/gateway.json
create mode 100644 scripts/translations/fr/instance.json
create mode 100644 scripts/translations/fr/logs.json
create mode 100644 scripts/translations/fr/memory.json
create mode 100644 scripts/translations/fr/modal.json
create mode 100644 scripts/translations/fr/models.json
create mode 100644 scripts/translations/fr/security.json
create mode 100644 scripts/translations/fr/services.json
create mode 100644 scripts/translations/fr/settings.json
create mode 100644 scripts/translations/fr/setup.json
create mode 100644 scripts/translations/fr/sidebar.json
create mode 100644 scripts/translations/fr/skills.json
create mode 100644 scripts/translations/fr/toast.json
create mode 100644 scripts/translations/fr/usage.json
create mode 100644 scripts/translations/ja/about.json
create mode 100644 scripts/translations/ja/agents.json
create mode 100644 scripts/translations/ja/assistant.json
create mode 100644 scripts/translations/ja/channels.json
create mode 100644 scripts/translations/ja/chat.json
create mode 100644 scripts/translations/ja/chatDebug.json
create mode 100644 scripts/translations/ja/common.json
create mode 100644 scripts/translations/ja/communication.json
create mode 100644 scripts/translations/ja/cron.json
create mode 100644 scripts/translations/ja/dashboard.json
create mode 100644 scripts/translations/ja/ext.json
create mode 100644 scripts/translations/ja/gateway.json
create mode 100644 scripts/translations/ja/instance.json
create mode 100644 scripts/translations/ja/logs.json
create mode 100644 scripts/translations/ja/memory.json
create mode 100644 scripts/translations/ja/modal.json
create mode 100644 scripts/translations/ja/models.json
create mode 100644 scripts/translations/ja/security.json
create mode 100644 scripts/translations/ja/services.json
create mode 100644 scripts/translations/ja/settings.json
create mode 100644 scripts/translations/ja/setup.json
create mode 100644 scripts/translations/ja/sidebar.json
create mode 100644 scripts/translations/ja/skills.json
create mode 100644 scripts/translations/ja/toast.json
create mode 100644 scripts/translations/ja/usage.json
create mode 100644 scripts/translations/ko/about.json
create mode 100644 scripts/translations/ko/agents.json
create mode 100644 scripts/translations/ko/assistant.json
create mode 100644 scripts/translations/ko/channels.json
create mode 100644 scripts/translations/ko/chat.json
create mode 100644 scripts/translations/ko/chatDebug.json
create mode 100644 scripts/translations/ko/common.json
create mode 100644 scripts/translations/ko/communication.json
create mode 100644 scripts/translations/ko/cron.json
create mode 100644 scripts/translations/ko/dashboard.json
create mode 100644 scripts/translations/ko/ext.json
create mode 100644 scripts/translations/ko/gateway.json
create mode 100644 scripts/translations/ko/instance.json
create mode 100644 scripts/translations/ko/logs.json
create mode 100644 scripts/translations/ko/memory.json
create mode 100644 scripts/translations/ko/modal.json
create mode 100644 scripts/translations/ko/models.json
create mode 100644 scripts/translations/ko/security.json
create mode 100644 scripts/translations/ko/services.json
create mode 100644 scripts/translations/ko/settings.json
create mode 100644 scripts/translations/ko/setup.json
create mode 100644 scripts/translations/ko/sidebar.json
create mode 100644 scripts/translations/ko/skills.json
create mode 100644 scripts/translations/ko/toast.json
create mode 100644 scripts/translations/ko/usage.json
create mode 100644 scripts/translations/pt/about.json
create mode 100644 scripts/translations/pt/agents.json
create mode 100644 scripts/translations/pt/assistant.json
create mode 100644 scripts/translations/pt/channels.json
create mode 100644 scripts/translations/pt/chat.json
create mode 100644 scripts/translations/pt/chatDebug.json
create mode 100644 scripts/translations/pt/common.json
create mode 100644 scripts/translations/pt/communication.json
create mode 100644 scripts/translations/pt/cron.json
create mode 100644 scripts/translations/pt/dashboard.json
create mode 100644 scripts/translations/pt/ext.json
create mode 100644 scripts/translations/pt/gateway.json
create mode 100644 scripts/translations/pt/instance.json
create mode 100644 scripts/translations/pt/logs.json
create mode 100644 scripts/translations/pt/memory.json
create mode 100644 scripts/translations/pt/modal.json
create mode 100644 scripts/translations/pt/models.json
create mode 100644 scripts/translations/pt/security.json
create mode 100644 scripts/translations/pt/services.json
create mode 100644 scripts/translations/pt/settings.json
create mode 100644 scripts/translations/pt/setup.json
create mode 100644 scripts/translations/pt/sidebar.json
create mode 100644 scripts/translations/pt/skills.json
create mode 100644 scripts/translations/pt/toast.json
create mode 100644 scripts/translations/pt/usage.json
create mode 100644 scripts/translations/ru/about.json
create mode 100644 scripts/translations/ru/agents.json
create mode 100644 scripts/translations/ru/assistant.json
create mode 100644 scripts/translations/ru/channels.json
create mode 100644 scripts/translations/ru/chat.json
create mode 100644 scripts/translations/ru/chatDebug.json
create mode 100644 scripts/translations/ru/common.json
create mode 100644 scripts/translations/ru/communication.json
create mode 100644 scripts/translations/ru/cron.json
create mode 100644 scripts/translations/ru/dashboard.json
create mode 100644 scripts/translations/ru/ext.json
create mode 100644 scripts/translations/ru/gateway.json
create mode 100644 scripts/translations/ru/instance.json
create mode 100644 scripts/translations/ru/logs.json
create mode 100644 scripts/translations/ru/memory.json
create mode 100644 scripts/translations/ru/modal.json
create mode 100644 scripts/translations/ru/models.json
create mode 100644 scripts/translations/ru/security.json
create mode 100644 scripts/translations/ru/services.json
create mode 100644 scripts/translations/ru/settings.json
create mode 100644 scripts/translations/ru/setup.json
create mode 100644 scripts/translations/ru/sidebar.json
create mode 100644 scripts/translations/ru/skills.json
create mode 100644 scripts/translations/ru/toast.json
create mode 100644 scripts/translations/ru/usage.json
create mode 100644 scripts/translations/vi/about.json
create mode 100644 scripts/translations/vi/agents.json
create mode 100644 scripts/translations/vi/assistant.json
create mode 100644 scripts/translations/vi/channels.json
create mode 100644 scripts/translations/vi/chat.json
create mode 100644 scripts/translations/vi/chatDebug.json
create mode 100644 scripts/translations/vi/common.json
create mode 100644 scripts/translations/vi/communication.json
create mode 100644 scripts/translations/vi/cron.json
create mode 100644 scripts/translations/vi/dashboard.json
create mode 100644 scripts/translations/vi/ext.json
create mode 100644 scripts/translations/vi/gateway.json
create mode 100644 scripts/translations/vi/instance.json
create mode 100644 scripts/translations/vi/logs.json
create mode 100644 scripts/translations/vi/memory.json
create mode 100644 scripts/translations/vi/modal.json
create mode 100644 scripts/translations/vi/models.json
create mode 100644 scripts/translations/vi/security.json
create mode 100644 scripts/translations/vi/services.json
create mode 100644 scripts/translations/vi/settings.json
create mode 100644 scripts/translations/vi/setup.json
create mode 100644 scripts/translations/vi/sidebar.json
create mode 100644 scripts/translations/vi/skills.json
create mode 100644 scripts/translations/vi/toast.json
create mode 100644 scripts/translations/vi/usage.json
create mode 100644 src/locales/de.json
create mode 100644 src/locales/es.json
create mode 100644 src/locales/fr.json
create mode 100644 src/locales/helper.js
create mode 100644 src/locales/index.js
create mode 100644 src/locales/ja.json
create mode 100644 src/locales/ko.json
create mode 100644 src/locales/modules/about.js
create mode 100644 src/locales/modules/agents.js
create mode 100644 src/locales/modules/assistant.js
create mode 100644 src/locales/modules/channels.js
create mode 100644 src/locales/modules/chat-debug.js
create mode 100644 src/locales/modules/chat.js
create mode 100644 src/locales/modules/common.js
create mode 100644 src/locales/modules/communication.js
create mode 100644 src/locales/modules/cron.js
create mode 100644 src/locales/modules/dashboard.js
create mode 100644 src/locales/modules/ext.js
create mode 100644 src/locales/modules/gateway.js
create mode 100644 src/locales/modules/instance.js
create mode 100644 src/locales/modules/logs.js
create mode 100644 src/locales/modules/memory.js
create mode 100644 src/locales/modules/modal.js
create mode 100644 src/locales/modules/models.js
create mode 100644 src/locales/modules/security.js
create mode 100644 src/locales/modules/services.js
create mode 100644 src/locales/modules/settings.js
create mode 100644 src/locales/modules/setup.js
create mode 100644 src/locales/modules/sidebar.js
create mode 100644 src/locales/modules/skills.js
create mode 100644 src/locales/modules/toast.js
create mode 100644 src/locales/modules/usage.js
create mode 100644 src/locales/pt.json
create mode 100644 src/locales/ru.json
create mode 100644 src/locales/vi.json
diff --git a/README.de.md b/README.de.md
new file mode 100644
index 0000000..3aece57
--- /dev/null
+++ b/README.de.md
@@ -0,0 +1,165 @@
+
+
+
+
+
+ OpenClaw-Verwaltungspanel mit integriertem KI-Assistenten — Installation, Konfiguration, Diagnose & Reparatur mit einem Klick
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel ist ein visuelles Verwaltungspanel für das KI-Agenten-Framework [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation). Mit einem **integrierten intelligenten KI-Assistenten**, der bei der Ein-Klick-Installation von OpenClaw hilft, Konfigurationen automatisch diagnostiziert, Probleme behebt und Fehler korrigiert. 8 Werkzeuge + 4 Modi + interaktives Q&A — einfache Verwaltung für Anfänger und Experten.
+
+> 🌐 **Website**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **Download**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 QingchenCloud AI API
+
+> Interne technische Testplattform, für ausgewählte Benutzer zugänglich. Tägliches Anmelden für Credits.
+
+
+
+
+
+- **Tägliche Anmelde-Credits** — Tägliches Anmelden + Freunde einladen für Test-Credits
+- **OpenAI-kompatible API** — Nahtlose Integration mit OpenClaw
+- **Ressourcenrichtlinie** — Ratenbegrenzung + Anfragelimit, mögliche Warteschlange zu Stoßzeiten
+- **Modellverfügbarkeit** — Modelle/APIs gemäß aktueller Seitenanzeige, Versionsrotation möglich
+
+> ⚠️ **Compliance**: Nur für technische Tests. Illegale Nutzung oder Umgehung von Sicherheitsmechanismen ist verboten. Bewahren Sie Ihren API Key sicher auf. Regeln unterliegen den neuesten Plattformrichtlinien.
+
+### 🔥 Entwicklerboard- / Embedded-Geräte-Unterstützung
+
+- **Orange Pi / Raspberry Pi / RK3588** — `npm run serve` zum Ausführen
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — Automatische Architekturerkennung
+- Kein Rust / Tauri / GUI erforderlich — **nur Node.js 18+**
+
+## Community
+
+Eine Community leidenschaftlicher KI-Agenten-Entwickler und -Enthusiasten — treten Sie bei!
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ Issue melden
+
+
+## Funktionen
+
+- **🤖 KI-Assistent (Neu)** — Integrierter KI-Assistent, 4 Modi + 8 Werkzeuge + interaktives Q&A
+- **🖼️ Bilderkennung** — Screenshots einfügen oder Bilder ziehen, KI analysiert automatisch
+- **Dashboard** — Systemübersicht, Echtzeit-Service-Monitoring
+- **Serviceverwaltung** — OpenClaw starten/stoppen, Versionserkennung und Ein-Klick-Upgrade
+- **Modellkonfiguration** — Multi-Provider-Verwaltung, Batch-Konnektivitätstests, Drag-Sortierung
+- **Gateway-Konfiguration** — Port, Zugriffsbereich, Auth-Token, Tailscale
+- **Nachrichtenkanäle** — Einheitliche Verwaltung von Telegram, Discord, Feishu, DingTalk, QQ
+- **Kommunikation & Automatisierung** — Nachrichteneinstellungen, Broadcast, Webhooks, Ausführungsgenehmigung
+- **Nutzungsanalyse** — Token-Verbrauch, API-Kosten, Modell-/Provider-Rankings
+- **Agent-Verwaltung** — Agent-CRUD, Identitätsbearbeitung, Workspace-Verwaltung
+- **Chat** — Streaming, Markdown-Rendering, Sitzungsverwaltung
+- **Geplante Aufgaben** — Cron-basierte Ausführung, Mehrkanalzustellung
+- **Log-Viewer** — Echtzeit-Logs aus mehreren Quellen und Suche
+- **Speicherverwaltung** — Speicherdateien ansehen/bearbeiten, ZIP-Export, Agent-Wechsel
+- **QingchenCloud AI API** — Interne Testplattform, OpenAI-kompatibel
+- **Erweiterungswerkzeuge** — cftunnel-Tunnelverwaltung, ClawApp-Statusüberwachung
+- **Über** — Versionsinformationen, Community-Links, verwandte Projekte
+
+## Download & Installation
+
+Besuchen Sie [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) für die neueste Version:
+
+| Plattform | Installer |
+|----------|----------|
+| **Windows** | `.exe` (empfohlen) oder `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Linux-Server (Web-Version)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## Schnellstart
+
+1. **Ersteinrichtung** — Beim ersten Start automatische Erkennung von Node.js, Git, OpenClaw. Ein-Klick-Installation bei Bedarf
+2. **Modelle konfigurieren** — KI-Anbieter hinzufügen (DeepSeek, OpenAI, Ollama usw.) und Konnektivität testen
+3. **Gateway starten** — Zur Serviceverwaltung gehen, „Starten" klicken. Grüner Status = bereit
+4. **Chat starten** — Zum Live-Chat gehen, Modell auswählen und Gespräch beginnen
+
+## Technische Architektur
+
+| Schicht | Technologie | Beschreibung |
+|---------|-----------|-------------|
+| Frontend | Vanilla JS + Vite | Kein Framework, leichtgewichtig |
+| Backend | Rust + Tauri v2 | Native Performance, plattformübergreifend |
+| Kommunikation | Tauri IPC + Shell Plugin | Frontend-Backend-Brücke |
+| Styling | Pure CSS (CSS Variables) | Dunkles/Helles Theme |
+
+## Aus Quellcode bauen
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# Desktop (erfordert Rust + Tauri v2)
+npm run tauri dev # Entwicklung
+npm run tauri build # Produktion
+
+# Nur Web (kein Rust nötig)
+npm run dev # Hot Reload
+npm run build && npm run serve # Produktion
+```
+
+## Verwandte Projekte
+
+| Projekt | Beschreibung |
+|---------|-------------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | KI-Agenten-Framework |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | Plattformübergreifender mobiler Chat |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel Tool |
+
+## Beitragen
+
+Issues und Pull Requests sind willkommen. Siehe [CONTRIBUTING.md](CONTRIBUTING.md).
+
+## Lizenz
+
+[AGPL-3.0](LICENSE). Kontaktieren Sie uns für eine kommerzielle Lizenz.
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/README.en.md b/README.en.md
index c8fb7d2..5b7d03c 100644
--- a/README.en.md
+++ b/README.en.md
@@ -7,7 +7,7 @@
- 🇨🇳 中文 | 🇺🇸 English
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
@@ -31,85 +31,26 @@
-ClawPanel is a visual management panel for the [OpenClaw](https://openclaw.ai) AI Agent framework. It features a **built-in intelligent AI assistant** that helps you install OpenClaw with one click, auto-diagnose configurations, troubleshoot issues, and fix errors. 8 tools + 4 modes + interactive Q&A — easy to manage for beginners and experts alike.
+ClawPanel is a visual management panel for the [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) AI Agent framework. It features a **built-in intelligent AI assistant** that helps you install OpenClaw with one click, auto-diagnose configurations, troubleshoot issues, and fix errors. 8 tools + 4 modes + interactive Q&A — easy to manage for beginners and experts alike.
> 🌐 **Website**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **Download**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
-## Features
+### 🎁 QingchenCloud AI API
-### Dashboard & Monitoring
-- **Real-time Dashboard** — Gateway status, version info, agent fleet, model pool, service health at a glance
-- **Log Viewer** — Real-time Gateway logs with search and filtering
-- **System Diagnostics** — Auto-detect configuration issues, WebSocket connectivity, pairing status
+> Internal technical testing platform, open for selected users. Sign in daily to earn credits.
-### AI Assistant (Built-in)
-- **8 Built-in Tools** — Terminal execution, file read/write, directory browsing, web search, URL fetching, system info, process management, port checking
-- **4 Modes** — Full auto, semi-auto, read-only, chat-only
-- **Tool Calling** — AI can directly execute commands, read logs, modify configs to diagnose and fix problems
-- **QingchenCloud Integration** — Free partial model access for panel users, premium models at 2-3x discount for paid users
+
+
+
-### Model Configuration
-- **Multi-Provider** — OpenAI, Anthropic, DeepSeek, Google Gemini, Ollama, SiliconFlow, Volcengine, Alibaba Cloud, and more
-- **One-click Model Add** — Browse and select models from QingchenCloud catalog
-- **Model Testing** — Test any model with a single click before deploying
-- **Primary/Fallback** — Set primary model with automatic fallback to alternatives
+- **Daily Sign-in Credits** — Sign in daily + invite friends to earn test credits
+- **OpenAI-Compatible API** — Seamless integration with OpenClaw, plug and play
+- **Resource Policy** — Rate limiting + request caps, may queue during peak hours
+- **Model Availability** — Models/APIs subject to actual page display, may rotate versions
-### Agent Management
-- **Multi-Agent** — Create and manage multiple AI agents with independent workspaces
-- **Identity & Personality** — Configure name, emoji, model for each agent
-- **Memory Files** — Manage SOUL.md, IDENTITY.md, AGENTS.md workspace files
-- **Workspace Isolation** — Each agent has its own memory, tools, and configuration
+> ⚠️ **Compliance**: This platform is for technical testing only. Illegal use or circumventing security mechanisms is prohibited. Keep your API Key secure. Rules subject to latest platform policies.
-### Messaging Channels
-- **QQ Bot** — Built-in QQ robot integration via QQ Open Platform
-- **Telegram** — Bot Token authentication
-- **Discord** — Bot with guild/channel management
-- **Feishu/Lark** — Enterprise messaging with WebSocket mode
-- **DingTalk** — Enterprise app with Stream mode robot
-- **Multi-Account** — Bind different accounts to different agents
-
-### Gateway & Services
-- **Gateway Control** — Start, stop, restart OpenClaw Gateway
-- **Auto-Guardian** — Automatic Gateway restart on unexpected exit (with cooldown)
-- **Config Editor** — Direct JSON editor for openclaw.json with syntax validation
-- **Backup & Restore** — One-click configuration backup and restore
-
-### Cron Jobs
-- **Scheduled Tasks** — Create cron-based scheduled AI tasks
-- **Delivery Channels** — Route task results to messaging channels
-- **Per-Agent Assignment** — Assign tasks to specific agents
-
-### Security
-- **Access Password** — Protect Web panel with password authentication
-- **Network Proxy** — Configure HTTP/SOCKS proxy for all outbound requests
-- **Session Management** — Secure session tokens with expiration
-
-## Installation
-
-### Desktop App (Windows / macOS / Linux)
-
-Download the latest installer from [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest):
-
-| Platform | Download |
-|----------|----------|
-| **Windows** | `.exe` installer (recommended) or `.msi` |
-| **macOS Apple Silicon** | `.dmg` (aarch64) |
-| **macOS Intel** | `.dmg` (x64) |
-| **Linux** | `.AppImage` / `.deb` / `.rpm` |
-
-### Web Version (No Rust/Tauri Required)
-
-For headless servers, Raspberry Pi, ARM boards, or Docker:
-
-```bash
-git clone https://github.com/qingchencloud/clawpanel.git
-cd clawpanel
-npm install
-npm run serve
-# Open http://localhost:1420 in your browser
-```
-
-### ARM / Embedded Device Support
+### 🔥 Dev Board / Embedded Device Support
ClawPanel provides a **pure Web deployment mode** (zero GUI dependency), natively compatible with ARM64 boards:
@@ -118,45 +59,157 @@ ClawPanel provides a **pure Web deployment mode** (zero GUI dependency), nativel
- **Armbian / Debian / Ubuntu Server** — Auto-detect architecture
- No Rust / Tauri / GUI needed — **only Node.js 18+ required**
-## Quick Start
+> 📖 See [Armbian Deployment Guide](docs/armbian-deploy.md) | [Web Dev Mode](#web-version-no-rusttauri-required)
-1. Install and open ClawPanel
-2. First run auto-detects Node.js environment and OpenClaw CLI
-3. If OpenClaw is not installed, click one-click install (R2 CDN accelerated)
-4. After installation, the dashboard loads automatically
+## Community
-> **Requirements**: Node.js 18+ (22 LTS recommended)
+A community of passionate AI Agent developers and enthusiasts — join us!
-## Tech Stack
+
+ Discord
+ ·
+ Discussions
+ ·
+ Report Issue
+
-- **Frontend**: Vanilla JS + CSS Custom Properties (zero framework dependency)
-- **Desktop**: Tauri v2 (Rust backend)
-- **Web Backend**: Node.js (Express-compatible API server)
-- **Build**: Vite
-- **CI/CD**: GitHub Actions (cross-platform builds)
+## Features
-## Development
+- **🤖 AI Assistant (New)** — Built-in AI assistant, 4 modes + 8 tools + interactive Q&A. See [AI Assistant Highlights](#-ai-assistant-highlights)
+- **🖼️ Image Recognition** — Paste screenshots or drag images, AI auto-analyzes, multimodal conversations
+- **Dashboard** — System overview, real-time service monitoring, quick actions
+- **Service Management** — OpenClaw start/stop, version detection & one-click upgrade, Gateway install/uninstall, config backup & restore
+- **Model Configuration** — Multi-provider management, model CRUD, batch connectivity tests, latency detection, drag-to-reorder, auto-save + undo
+- **Gateway Configuration** — Port, access scope (localhost/LAN), auth Token, Tailscale networking
+- **Messaging Channels** — Unified Telegram, Discord, Feishu, DingTalk, QQ management, multi-Agent binding per platform
+- **Communication & Automation** — Message settings, broadcast strategies, slash commands, Webhooks, execution approval
+- **Usage Analytics** — Token usage, API costs, model/provider/tool rankings, daily usage charts
+- **Agent Management** — Agent CRUD, identity editing, model config, workspace management
+- **Chat** — Streaming, Markdown rendering, session management, /fast /think /verbose /reasoning commands
+- **Cron Jobs** — Cron-based scheduled execution, multi-channel delivery
+- **Log Viewer** — Multi-source real-time logs with keyword search
+- **Memory Management** — Memory file view/edit, categorized management, ZIP export, Agent switching
+- **QingchenCloud AI API** — Internal testing platform, OpenAI-compatible, daily sign-in credits
+- **Extensions** — cftunnel tunnel management, ClawApp status monitoring
+- **About** — Version info, community links, related projects, one-click upgrade
+
+## Download & Install
+
+Go to [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) for the latest version:
+
+### macOS
+
+| Chip | Installer | Notes |
+|------|-----------|-------|
+| Apple Silicon (M1/M2/M3/M4) | `ClawPanel_x.x.x_aarch64.dmg` | Macs from late 2020+ |
+| Intel | `ClawPanel_x.x.x_x64.dmg` | Macs 2020 and earlier |
+
+> **⚠️ "Damaged" or "unverified developer"?** App is unsigned. Run: `sudo xattr -rd com.apple.quarantine /Applications/ClawPanel.app`
+
+### Windows
+
+| Format | Installer | Notes |
+|--------|-----------|-------|
+| EXE | `ClawPanel_x.x.x_x64-setup.exe` | Recommended |
+| MSI | `ClawPanel_x.x.x_x64_en-US.msi` | Enterprise / silent install |
+
+### Linux
+
+| Format | Installer | Notes |
+|--------|-----------|-------|
+| AppImage | `ClawPanel_x.x.x_amd64.AppImage` | No install, `chmod +x` and run |
+| DEB | `ClawPanel_x.x.x_amd64.deb` | `sudo dpkg -i *.deb` |
+| RPM | `ClawPanel-x.x.x-1.x86_64.rpm` | `sudo rpm -i *.rpm` |
+
+### Linux Server (Web Version)
```bash
-# Prerequisites: Node.js 22+, Rust toolchain, Tauri CLI
-
-# Clone
-git clone https://github.com/qingchencloud/clawpanel.git
-cd clawpanel
-
-# Install dependencies
-npm install
-
-# Desktop development (Tauri)
-npm run tauri dev
-
-# Web-only development
-npm run serve
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
```
+Visit `http://YOUR_SERVER_IP:1420` after deployment. 📖 [Linux Deployment Guide](docs/linux-deploy.md)
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+📖 [Docker Deployment Guide](docs/docker-deploy.md)
+
+## Quick Start
+
+1. **Initial Setup** — First launch auto-detects Node.js, Git, OpenClaw. One-click install if missing.
+2. **Configure Models** — Add AI providers (DeepSeek, OpenAI, Ollama, etc.) with API keys. Test connectivity.
+3. **Start Gateway** — Go to Service Management, click Start. Green status = ready.
+4. **Start Chatting** — Go to Live Chat, select model, start conversation with streaming & Markdown.
+
+## 🤖 AI Assistant Highlights
+
+Built-in AI assistant that can **directly operate your system** — diagnose, fix, even submit PRs.
+
+### Four Modes
+
+| Mode | Icon | Tools | Write | Confirm | Use Case |
+|------|------|-------|-------|---------|----------|
+| **Chat** | 💬 | ❌ | ❌ | — | Pure Q&A |
+| **Plan** | 📋 | ✅ | ❌ | ✅ | Read configs/logs, output plans |
+| **Execute** | ⚡ | ✅ | ✅ | ✅ | Normal work, dangerous ops need confirm |
+| **Unlimited** | ∞ | ✅ | ✅ | ❌ | Full auto, no prompts |
+
+### Eight Tools
+
+| Tool | Function |
+|------|----------|
+| `ask_user` | Ask user questions (single/multi/text) |
+| `get_system_info` | Get OS, architecture, home directory |
+| `run_command` | Execute shell commands |
+| `read_file` / `write_file` | Read/write files |
+| `list_directory` | Browse directories |
+| `list_processes` | View processes |
+| `check_port` | Check port usage |
+
+## Tech Architecture
+
+| Layer | Technology | Description |
+|-------|-----------|-------------|
+| Frontend | Vanilla JS + Vite | Zero framework, lightweight |
+| Backend | Rust + Tauri v2 | Native performance, cross-platform |
+| Communication | Tauri IPC + Shell Plugin | Frontend-backend bridge |
+| Styling | Pure CSS (CSS Variables) | Dark/Light themes, glassmorphism |
+
+## Build from Source
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# Desktop (requires Rust + Tauri v2)
+npm run tauri dev # Development
+npm run tauri build # Production
+
+# Web only (no Rust needed)
+npm run dev # Dev with hot reload
+npm run build && npm run serve # Production
+```
+
+## Related Projects
+
+| Project | Description |
+|---------|-------------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | AI Agent Framework |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | Cross-platform mobile chat client |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel tool |
+
## Contributing
-Issues and Pull Requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.
+Issues and Pull Requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
## Acknowledgements
diff --git a/README.es.md b/README.es.md
new file mode 100644
index 0000000..4b5e6a0
--- /dev/null
+++ b/README.es.md
@@ -0,0 +1,165 @@
+
+
+
+
+
+ Panel de gestión OpenClaw con Asistente IA integrado — Instalación, Configuración, Diagnóstico y Reparación con un clic
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel es un panel de gestión visual para el framework de AI Agent [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation). Cuenta con un **asistente IA inteligente integrado** que te ayuda a instalar OpenClaw con un clic, diagnosticar configuraciones automáticamente, solucionar problemas y corregir errores. 8 herramientas + 4 modos + Q&A interactivo — fácil de gestionar para principiantes y expertos.
+
+> 🌐 **Sitio web**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **Descargar**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 QingchenCloud AI API
+
+> Plataforma interna de pruebas técnicas, abierta para usuarios seleccionados. Inicia sesión diariamente para obtener créditos.
+
+
+
+
+
+- **Créditos por inicio de sesión diario** — Inicia sesión + invita amigos para obtener créditos de prueba
+- **API compatible con OpenAI** — Integración perfecta con OpenClaw
+- **Política de recursos** — Límite de velocidad + límite de solicitudes, posible cola en horas pico
+- **Disponibilidad de modelos** — Modelos/APIs según la página actual, posible rotación de versiones
+
+> ⚠️ **Cumplimiento**: Solo para pruebas técnicas. Prohibido el uso ilegal o eludir mecanismos de seguridad. Mantén tu API Key segura. Las reglas están sujetas a las últimas políticas de la plataforma.
+
+### 🔥 Soporte para placas de desarrollo / Dispositivos embebidos
+
+- **Orange Pi / Raspberry Pi / RK3588** — `npm run serve` para ejecutar
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — Detección automática de arquitectura
+- Sin necesidad de Rust / Tauri / GUI — **solo Node.js 18+**
+
+## Comunidad
+
+Una comunidad de desarrolladores y entusiastas apasionados por los AI Agents — ¡únete!
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ Reportar Issue
+
+
+## Características
+
+- **🤖 Asistente IA (Nuevo)** — Asistente IA integrado, 4 modos + 8 herramientas + Q&A interactivo
+- **🖼️ Reconocimiento de imágenes** — Pega capturas o arrastra imágenes, IA analiza automáticamente
+- **Panel** — Vista general del sistema, monitoreo de servicios en tiempo real
+- **Gestión de servicios** — Inicio/parada de OpenClaw, detección de versión y actualización con un clic
+- **Configuración de modelos** — Gestión multi-proveedor, pruebas de conectividad por lotes, ordenar arrastrando
+- **Configuración de Gateway** — Puerto, alcance de acceso, Token de autenticación, Tailscale
+- **Canales de mensajería** — Gestión unificada de Telegram, Discord, Feishu, DingTalk, QQ
+- **Comunicación y automatización** — Configuración de mensajes, difusión, Webhooks, aprobación de ejecución
+- **Análisis de uso** — Uso de tokens, costos API, rankings de modelos/proveedores
+- **Gestión de Agents** — CRUD de Agents, edición de identidad, gestión de workspace
+- **Chat** — Streaming, renderizado Markdown, gestión de sesiones
+- **Tareas programadas** — Ejecución programada con Cron, entrega multicanal
+- **Visor de logs** — Logs en tiempo real multi-fuente y búsqueda por palabras clave
+- **Gestión de memoria** — Ver/editar archivos de memoria, exportar ZIP, cambiar Agent
+- **QingchenCloud AI API** — Plataforma de pruebas interna, compatible con OpenAI
+- **Herramientas de extensión** — Gestión de túneles cftunnel, monitoreo de ClawApp
+- **Acerca de** — Información de versión, enlaces de comunidad, proyectos relacionados
+
+## Descargar e instalar
+
+Visita [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) para la última versión:
+
+| Plataforma | Instalador |
+|-----------|-----------|
+| **Windows** | `.exe` (recomendado) o `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Servidor Linux (Versión Web)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## Inicio rápido
+
+1. **Configuración inicial** — Primera ejecución detecta automáticamente Node.js, Git, OpenClaw. Instalación con un clic si falta
+2. **Configurar modelos** — Añadir proveedores de IA (DeepSeek, OpenAI, Ollama, etc.) y probar conectividad
+3. **Iniciar Gateway** — Ir a Gestión de servicios, clic en "Iniciar". Estado verde = listo
+4. **Empezar a chatear** — Ir a Chat en vivo, seleccionar modelo y comenzar conversación
+
+## Arquitectura técnica
+
+| Capa | Tecnología | Descripción |
+|------|-----------|-------------|
+| Frontend | Vanilla JS + Vite | Sin framework, ligero |
+| Backend | Rust + Tauri v2 | Rendimiento nativo, multiplataforma |
+| Comunicación | Tauri IPC + Shell Plugin | Puente frontend-backend |
+| Estilos | Pure CSS (CSS Variables) | Temas oscuro/claro |
+
+## Compilar desde código fuente
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# Escritorio (requiere Rust + Tauri v2)
+npm run tauri dev # Desarrollo
+npm run tauri build # Producción
+
+# Solo Web (sin Rust)
+npm run dev # Hot reload
+npm run build && npm run serve # Producción
+```
+
+## Proyectos relacionados
+
+| Proyecto | Descripción |
+|----------|-------------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Framework AI Agent |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | Cliente móvil multiplataforma |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Herramienta Cloudflare Tunnel |
+
+## Contribuir
+
+Issues y Pull Requests son bienvenidos. Ver [CONTRIBUTING.md](CONTRIBUTING.md).
+
+## Licencia
+
+[AGPL-3.0](LICENSE). Contactar para licencia comercial.
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/README.fr.md b/README.fr.md
new file mode 100644
index 0000000..d8916ee
--- /dev/null
+++ b/README.fr.md
@@ -0,0 +1,165 @@
+
+
+
+
+
+ Panneau de gestion OpenClaw avec Assistant IA intégré — Installation, Configuration, Diagnostic et Réparation en un clic
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel est un panneau de gestion visuel pour le framework d'agents IA [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation). Il intègre un **assistant IA intelligent** qui vous aide à installer OpenClaw en un clic, diagnostiquer automatiquement les configurations, résoudre les problèmes et corriger les erreurs. 8 outils + 4 modes + Q&A interactif — facile à gérer pour débutants et experts.
+
+> 🌐 **Site web** : [claw.qt.cool](https://claw.qt.cool/) | 📦 **Télécharger** : [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 QingchenCloud AI API
+
+> Plateforme interne de tests techniques, ouverte à certains utilisateurs. Connectez-vous quotidiennement pour gagner des crédits.
+
+
+
+
+
+- **Crédits de connexion quotidienne** — Connexion quotidienne + invitation d'amis pour gagner des crédits de test
+- **API compatible OpenAI** — Intégration transparente avec OpenClaw
+- **Politique de ressources** — Limitation de débit + plafond de requêtes, file d'attente possible aux heures de pointe
+- **Disponibilité des modèles** — Modèles/APIs selon l'affichage réel de la page, rotation de versions possible
+
+> ⚠️ **Conformité** : Uniquement pour les tests techniques. L'utilisation illégale ou le contournement des mécanismes de sécurité sont interdits. Gardez votre API Key en sécurité. Les règles sont soumises aux dernières politiques de la plateforme.
+
+### 🔥 Support cartes de développement / Appareils embarqués
+
+- **Orange Pi / Raspberry Pi / RK3588** — `npm run serve` pour exécuter
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — Détection automatique d'architecture
+- Sans Rust / Tauri / GUI — **seulement Node.js 18+**
+
+## Communauté
+
+Une communauté de développeurs et d'enthousiastes passionnés par les agents IA — rejoignez-nous !
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ Signaler un Issue
+
+
+## Fonctionnalités
+
+- **🤖 Assistant IA (Nouveau)** — Assistant IA intégré, 4 modes + 8 outils + Q&A interactif
+- **🖼️ Reconnaissance d'images** — Collez des captures d'écran ou glissez des images, l'IA analyse automatiquement
+- **Tableau de bord** — Vue d'ensemble du système, surveillance des services en temps réel
+- **Gestion des services** — Démarrage/arrêt d'OpenClaw, détection de version et mise à jour en un clic
+- **Configuration des modèles** — Gestion multi-fournisseurs, tests de connectivité par lots, tri par glisser-déposer
+- **Configuration du Gateway** — Port, portée d'accès, Token d'authentification, Tailscale
+- **Canaux de messagerie** — Gestion unifiée de Telegram, Discord, Feishu, DingTalk, QQ
+- **Communication et automatisation** — Paramètres de messages, diffusion, Webhooks, approbation d'exécution
+- **Analyse d'utilisation** — Utilisation des tokens, coûts API, classements modèles/fournisseurs
+- **Gestion des Agents** — CRUD des Agents, édition d'identité, gestion du workspace
+- **Chat** — Streaming, rendu Markdown, gestion des sessions
+- **Tâches planifiées** — Exécution planifiée par Cron, livraison multicanal
+- **Visionneuse de logs** — Logs en temps réel multi-sources et recherche par mots-clés
+- **Gestion de la mémoire** — Voir/éditer les fichiers mémoire, export ZIP, changement d'Agent
+- **QingchenCloud AI API** — Plateforme de tests interne, compatible OpenAI
+- **Outils d'extension** — Gestion de tunnels cftunnel, surveillance ClawApp
+- **À propos** — Informations de version, liens communautaires, projets associés
+
+## Télécharger et installer
+
+Rendez-vous sur [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) pour la dernière version :
+
+| Plateforme | Installateur |
+|-----------|-------------|
+| **Windows** | `.exe` (recommandé) ou `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Serveur Linux (Version Web)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## Démarrage rapide
+
+1. **Configuration initiale** — Le premier lancement détecte automatiquement Node.js, Git, OpenClaw. Installation en un clic si nécessaire
+2. **Configurer les modèles** — Ajouter des fournisseurs d'IA (DeepSeek, OpenAI, Ollama, etc.) et tester la connectivité
+3. **Démarrer le Gateway** — Aller dans Gestion des services, cliquer sur « Démarrer ». Statut vert = prêt
+4. **Commencer à discuter** — Aller dans Chat en direct, sélectionner un modèle et commencer la conversation
+
+## Architecture technique
+
+| Couche | Technologie | Description |
+|--------|-----------|-------------|
+| Frontend | Vanilla JS + Vite | Sans framework, léger |
+| Backend | Rust + Tauri v2 | Performance native, multiplateforme |
+| Communication | Tauri IPC + Shell Plugin | Pont frontend-backend |
+| Styles | Pure CSS (CSS Variables) | Thèmes sombre/clair |
+
+## Compiler depuis les sources
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# Bureau (nécessite Rust + Tauri v2)
+npm run tauri dev # Développement
+npm run tauri build # Production
+
+# Web uniquement (sans Rust)
+npm run dev # Hot reload
+npm run build && npm run serve # Production
+```
+
+## Projets associés
+
+| Projet | Description |
+|--------|-------------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Framework d'agents IA |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | Client mobile multiplateforme |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Outil Cloudflare Tunnel |
+
+## Contribuer
+
+Les Issues et Pull Requests sont les bienvenus. Voir [CONTRIBUTING.md](CONTRIBUTING.md).
+
+## Licence
+
+[AGPL-3.0](LICENSE). Contactez-nous pour une licence commerciale.
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/README.ja.md b/README.ja.md
new file mode 100644
index 0000000..bb8c8ed
--- /dev/null
+++ b/README.ja.md
@@ -0,0 +1,190 @@
+
+
+
+
+
+ AI アシスタント内蔵の OpenClaw 管理パネル — ワンクリックでインストール、設定、診断、修復
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel は [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) AI Agent フレームワークのビジュアル管理パネルです。**インテリジェント AI アシスタントを内蔵**し、OpenClaw のワンクリックインストール、設定の自動診断、問題の特定と修復をサポートします。8 つのツール + 4 つのモード + インタラクティブ Q&A で、初心者からエキスパートまで簡単に管理できます。
+
+> 🌐 **ウェブサイト**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **ダウンロード**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 晴辰クラウド AI API
+
+> 内部技術テストプラットフォーム、一部のユーザーに開放。毎日サインインでクレジット獲得。
+
+
+
+
+
+- **毎日サインインクレジット** — サインイン + 友達招待でテストクレジット獲得
+- **OpenAI 互換 API** — OpenClaw とシームレスに統合
+- **リソースポリシー** — レート制限 + リクエスト上限、ピーク時はキュー待ち
+- **モデル可用性** — モデル/API は実際のページ表示に準拠、バージョン切替の場合あり
+
+> ⚠️ **コンプライアンス**: 技術テスト専用。違法使用やセキュリティメカニズムの回避は禁止。API Key は安全に管理してください。ルールは最新のプラットフォームポリシーに準拠します。
+
+### 🔥 開発ボード / 組み込みデバイスサポート
+
+- **Orange Pi / Raspberry Pi / RK3588** — `npm run serve` で実行
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — アーキテクチャ自動検出
+- Rust / Tauri / GUI 不要 — **Node.js 18+ のみで動作**
+
+## コミュニティ
+
+AI Agent に情熱を持つ開発者とユーザーのコミュニティ — ぜひご参加ください!
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ Issue を報告
+
+
+## 機能
+
+- **🤖 AI アシスタント(新機能)** — 内蔵 AI アシスタント、4 モード + 8 ツール + インタラクティブ Q&A
+- **🖼️ 画像認識** — スクリーンショットの貼り付けや画像のドラッグで AI が自動分析
+- **ダッシュボード** — システム概要、リアルタイムサービス監視、クイックアクション
+- **サービス管理** — OpenClaw の起動/停止、バージョン検出とワンクリックアップグレード
+- **モデル設定** — マルチプロバイダー管理、バッチ接続テスト、ドラッグ並び替え、自動保存
+- **ゲートウェイ設定** — ポート、アクセス範囲、認証 Token、Tailscale
+- **メッセージチャンネル** — Telegram、Discord、飛書、DingTalk、QQ の統合管理
+- **通信と自動化** — メッセージ設定、ブロードキャスト、Webhook、実行承認
+- **使用状況分析** — Token 使用量、API コスト、モデル/プロバイダーランキング
+- **Agent 管理** — Agent の CRUD、アイデンティティ編集、ワークスペース管理
+- **チャット** — ストリーミング、Markdown レンダリング、セッション管理
+- **定時タスク** — Cron ベースのスケジュール実行、マルチチャンネル配信
+- **ログビューア** — マルチソースリアルタイムログとキーワード検索
+- **メモリ管理** — メモリファイルの表示/編集、ZIP エクスポート、Agent 切替
+- **晴辰クラウド AI API** — 内部テストプラットフォーム、OpenAI 互換
+- **拡張ツール** — cftunnel トンネル管理、ClawApp ステータス監視
+- **バージョン情報** — バージョン、コミュニティリンク、関連プロジェクト
+
+## ダウンロードとインストール
+
+[Releases](https://github.com/qingchencloud/clawpanel/releases/latest) から最新版をダウンロード:
+
+| プラットフォーム | インストーラー |
+|-----------------|---------------|
+| **Windows** | `.exe` インストーラー(推奨)または `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Linux サーバー(Web 版)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## クイックスタート
+
+1. **初期設定** — 初回起動で Node.js、Git、OpenClaw を自動検出。未インストールならワンクリック
+2. **モデル設定** — AI プロバイダー(DeepSeek、OpenAI、Ollama 等)を追加して接続テスト
+3. **Gateway 起動** — サービス管理で「起動」をクリック。緑色ステータス = 準備完了
+4. **チャット開始** — ライブチャットでモデルを選択して会話開始
+
+## 🤖 AI アシスタントハイライト
+
+システムを**直接操作**できる AI アシスタント — 診断、修復、PR 提出まで。
+
+### 4 つのモード
+
+| モード | ツール | ファイル書込 | 確認 | 用途 |
+|--------|--------|-------------|------|------|
+| **チャット** 💬 | ❌ | ❌ | — | 純粋な Q&A |
+| **計画** 📋 | ✅ | ❌ | ✅ | 設定/ログ読取、計画出力 |
+| **実行** ⚡ | ✅ | ✅ | ✅ | 通常作業、危険な操作は確認必要 |
+| **無制限** ∞ | ✅ | ✅ | ❌ | 完全自動 |
+
+### 8 つのツール
+
+| ツール | 機能 |
+|--------|------|
+| `ask_user` | ユーザーへの質問(単一選択/複数選択/テキスト) |
+| `get_system_info` | OS、アーキテクチャ、ホームディレクトリ取得 |
+| `run_command` | シェルコマンド実行 |
+| `read_file` / `write_file` | ファイル読み書き |
+| `list_directory` | ディレクトリ閲覧 |
+| `list_processes` | プロセス表示 |
+| `check_port` | ポート使用状況確認 |
+
+## 技術アーキテクチャ
+
+| レイヤー | 技術 | 説明 |
+|---------|------|------|
+| フロントエンド | Vanilla JS + Vite | ゼロフレームワーク、軽量 |
+| バックエンド | Rust + Tauri v2 | ネイティブ性能、クロスプラットフォーム |
+| 通信 | Tauri IPC + Shell Plugin | フロントエンド・バックエンドブリッジ |
+| スタイル | Pure CSS (CSS Variables) | ダーク/ライトテーマ |
+
+## ソースからビルド
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# デスクトップ(Rust + Tauri v2 必要)
+npm run tauri dev # 開発
+npm run tauri build # プロダクション
+
+# Web のみ(Rust 不要)
+npm run dev # ホットリロード開発
+npm run build && npm run serve # プロダクション
+```
+
+## 関連プロジェクト
+
+| プロジェクト | 説明 |
+|-------------|------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | AI Agent フレームワーク |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | クロスプラットフォームモバイルチャット |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel ツール |
+
+## 貢献
+
+Issue と Pull Request を歓迎します。[CONTRIBUTING.md](CONTRIBUTING.md) をご覧ください。
+
+## ライセンス
+
+[AGPL-3.0](LICENSE) ライセンス。商用利用については商用ライセンスをお問い合わせください。
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/README.ko.md b/README.ko.md
new file mode 100644
index 0000000..94b5480
--- /dev/null
+++ b/README.ko.md
@@ -0,0 +1,178 @@
+
+
+
+
+
+ AI 어시스턴트 내장 OpenClaw 관리 패널 — 원클릭 설치, 설정, 진단, 복구
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel은 [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) AI Agent 프레임워크의 시각적 관리 패널입니다. **지능형 AI 어시스턴트를 내장**하여 OpenClaw 원클릭 설치, 자동 설정 진단, 문제 해결 및 오류 수정을 지원합니다. 8개 도구 + 4가지 모드 + 대화형 Q&A로 초보자부터 전문가까지 쉽게 관리할 수 있습니다.
+
+> 🌐 **웹사이트**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **다운로드**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 칭천클라우드 AI API
+
+> 내부 기술 테스트 플랫폼, 일부 사용자에게 개방. 매일 출석하여 크레딧 획득.
+
+
+
+
+
+- **매일 출석 크레딧** — 출석 + 친구 초대로 테스트 크레딧 획득
+- **OpenAI 호환 API** — OpenClaw와 원활한 통합
+- **리소스 정책** — 속도 제한 + 요청 상한, 피크 시간대 대기열 가능
+- **모델 가용성** — 모델/API는 실제 페이지 표시 기준, 버전 전환 가능
+
+> ⚠️ **준수 사항**: 기술 테스트 전용. 불법 사용이나 보안 메커니즘 우회는 금지됩니다. API Key를 안전하게 관리하세요. 규칙은 최신 플랫폼 정책을 따릅니다.
+
+### 🔥 개발 보드 / 임베디드 디바이스 지원
+
+- **Orange Pi / Raspberry Pi / RK3588** — `npm run serve`로 실행
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — 아키텍처 자동 감지
+- Rust / Tauri / GUI 불필요 — **Node.js 18+만 있으면 실행 가능**
+
+## 커뮤니티
+
+AI Agent에 열정적인 개발자와 사용자 커뮤니티 — 함께하세요!
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ Issue 보고
+
+
+## 기능
+
+- **🤖 AI 어시스턴트 (신규)** — 내장 AI 어시스턴트, 4가지 모드 + 8개 도구 + 대화형 Q&A
+- **🖼️ 이미지 인식** — 스크린샷 붙여넣기 또는 이미지 드래그로 AI 자동 분석
+- **대시보드** — 시스템 개요, 실시간 서비스 모니터링, 빠른 작업
+- **서비스 관리** — OpenClaw 시작/중지, 버전 감지 및 원클릭 업그레이드
+- **모델 설정** — 멀티 프로바이더 관리, 배치 연결 테스트, 드래그 정렬, 자동 저장
+- **게이트웨이 설정** — 포트, 접근 범위, 인증 Token, Tailscale
+- **메시징 채널** — Telegram, Discord, 飞书, DingTalk, QQ 통합 관리
+- **통신 및 자동화** — 메시지 설정, 브로드캐스트, Webhook, 실행 승인
+- **사용량 분석** — Token 사용량, API 비용, 모델/프로바이더 순위
+- **Agent 관리** — Agent CRUD, 아이덴티티 편집, 워크스페이스 관리
+- **채팅** — 스트리밍, Markdown 렌더링, 세션 관리
+- **예약 작업** — Cron 기반 예약 실행, 멀티 채널 배달
+- **로그 뷰어** — 멀티 소스 실시간 로그 및 키워드 검색
+- **메모리 관리** — 메모리 파일 보기/편집, ZIP 내보내기, Agent 전환
+- **칭천클라우드 AI API** — 내부 테스트 플랫폼, OpenAI 호환
+- **확장 도구** — cftunnel 터널 관리, ClawApp 상태 모니터링
+- **정보** — 버전 정보, 커뮤니티 링크, 관련 프로젝트
+
+## 다운로드 및 설치
+
+[Releases](https://github.com/qingchencloud/clawpanel/releases/latest)에서 최신 버전 다운로드:
+
+| 플랫폼 | 설치 파일 |
+|--------|----------|
+| **Windows** | `.exe` 설치 프로그램 (권장) 또는 `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Linux 서버 (Web 버전)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## 빠른 시작
+
+1. **초기 설정** — 첫 실행 시 Node.js, Git, OpenClaw 자동 감지. 미설치 시 원클릭 설치
+2. **모델 설정** — AI 프로바이더 (DeepSeek, OpenAI, Ollama 등) 추가 및 연결 테스트
+3. **Gateway 시작** — 서비스 관리에서 「시작」 클릭. 녹색 상태 = 준비 완료
+4. **채팅 시작** — 실시간 채팅에서 모델 선택 후 대화 시작
+
+## 🤖 AI 어시스턴트 하이라이트
+
+시스템을 **직접 조작**할 수 있는 AI 어시스턴트 — 진단, 수정, PR 제출까지.
+
+### 4가지 모드
+
+| 모드 | 도구 | 파일 쓰기 | 확인 | 용도 |
+|------|------|----------|------|------|
+| **채팅** 💬 | ❌ | ❌ | — | 순수 Q&A |
+| **계획** 📋 | ✅ | ❌ | ✅ | 설정/로그 읽기, 계획 출력 |
+| **실행** ⚡ | ✅ | ✅ | ✅ | 일반 작업, 위험 작업은 확인 필요 |
+| **무제한** ∞ | ✅ | ✅ | ❌ | 완전 자동 |
+
+## 기술 아키텍처
+
+| 계층 | 기술 | 설명 |
+|------|------|------|
+| 프론트엔드 | Vanilla JS + Vite | 제로 프레임워크, 경량 |
+| 백엔드 | Rust + Tauri v2 | 네이티브 성능, 크로스 플랫폼 |
+| 통신 | Tauri IPC + Shell Plugin | 프론트엔드-백엔드 브릿지 |
+| 스타일 | Pure CSS (CSS Variables) | 다크/라이트 테마 |
+
+## 소스에서 빌드
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# 데스크톱 (Rust + Tauri v2 필요)
+npm run tauri dev # 개발
+npm run tauri build # 프로덕션
+
+# Web만 (Rust 불필요)
+npm run dev # 핫 리로드 개발
+npm run build && npm run serve # 프로덕션
+```
+
+## 관련 프로젝트
+
+| 프로젝트 | 설명 |
+|---------|------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | AI Agent 프레임워크 |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | 크로스 플랫폼 모바일 채팅 |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel 도구 |
+
+## 기여
+
+Issue와 Pull Request를 환영합니다. [CONTRIBUTING.md](CONTRIBUTING.md)를 참조하세요.
+
+## 라이선스
+
+[AGPL-3.0](LICENSE) 라이선스. 상용 사용은 상용 라이선스 문의 바랍니다.
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/README.md b/README.md
index 257de63..27137a7 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
- 🇨🇳 中文 | 🇺🇸 English
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
@@ -41,15 +41,22 @@ ClawPanel 是 [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslatio
> 🌐 **官网**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **下载**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
-### ⚡ OpenClaw 独立安装包(零依赖,无需 Node.js/npm)
+### 🎁 晴辰云 AI 接口
-不想折腾 Node.js 环境?直接下载 [OpenClaw 独立安装包](https://github.com/qingchencloud/openclaw-standalone/releases/latest),**内置运行时,解压即用**:
+> 内部技术测试平台,面向部分用户开放体验。签到领额度,邀请得更多。
-- **Windows**: 下载 `.exe` 安装向导,双击即装
-- **macOS / Linux / 树莓派**: `curl -fsSL https://dl.qrj.ai/openclaw/install.sh | bash`
-- **全平台**: [GitHub Releases](https://github.com/qingchencloud/openclaw-standalone/releases/latest)
+
+
+
-> ClawPanel 安装 OpenClaw 时会**自动优先使用独立安装包**,无需手动操作。此方案仅供不使用 ClawPanel 的用户独立安装。
+- **签到领测试额度** — 每日签到 + 邀请好友,持续获取测试额度
+- **兼容 OpenAI 接口** — 无缝对接 OpenClaw,即开即用
+- **资源策略** — 限速 + 请求上限,高峰期可能排队
+- **模型可用性** — 模型/接口以实际页面为准,可能灰度或版本切换
+
+配合 OpenClaw 使用:在 [gpt.qt.cool](https://gpt.qt.cool) 注册并签到领取测试额度,获取 API Key 后,初始化 OpenClaw 时选择 **OpenAI Compatible** 提供商,填入地址和 Key 即可使用。
+
+> ⚠️ **合规与责任边界**:本平台仅提供技术测试,禁止用于违法违规、绕过安全机制等用途。违规将限制访问并保留处置权。妥善保管 API Key,勿在截图/日志/代码库中泄露。具体规则以平台最新政策与页面展示为准。
### 🔥 开发板 / 嵌入式设备支持
@@ -90,7 +97,7 @@ ClawPanel 提供**纯 Web 版部署模式**(零 GUI 依赖),天然兼容 A
Discord
·
- 元宝派
+ 元宝派
·
Discussions
·
@@ -188,7 +195,7 @@ docker run -d --name clawpanel --restart unless-stopped \
- **定时任务** — Cron 定时执行,支持多渠道投递
- **日志查看** — 多日志源实时查看与关键词搜索
- **记忆管理** — 记忆文件查看/编辑、分类管理、ZIP 导出、Agent 切换
-- **晴辰云 AI 接口** — 官方 AI 服务,签到送额度、充值最低 3 折消耗、未消耗包退
+- **晴辰云 AI 接口** — 内部技术测试平台,兼容 OpenAI 接口,签到领测试额度
- **扩展工具** — cftunnel 内网穿透管理、ClawApp 状态监控
- **关于** — 版本信息、社群入口、相关项目链接、一键升级
diff --git a/README.pt.md b/README.pt.md
new file mode 100644
index 0000000..08a31f1
--- /dev/null
+++ b/README.pt.md
@@ -0,0 +1,165 @@
+
+
+
+
+
+ Painel de gestão OpenClaw com Assistente IA integrado — Instalação, Configuração, Diagnóstico e Correção com um clique
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel é um painel de gestão visual para o framework de AI Agent [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation). Possui um **assistente IA inteligente integrado** que ajuda a instalar o OpenClaw com um clique, diagnosticar configurações automaticamente, resolver problemas e corrigir erros. 8 ferramentas + 4 modos + Q&A interativo — fácil de gerenciar para iniciantes e especialistas.
+
+> 🌐 **Website**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **Download**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 QingchenCloud AI API
+
+> Plataforma interna de testes técnicos, aberta para usuários selecionados. Faça login diariamente para ganhar créditos.
+
+
+
+
+
+- **Créditos de login diário** — Login diário + convide amigos para ganhar créditos de teste
+- **API compatível com OpenAI** — Integração perfeita com OpenClaw
+- **Política de recursos** — Limite de velocidade + limite de requisições, possível fila em horários de pico
+- **Disponibilidade de modelos** — Modelos/APIs conforme exibição da página, possível rotação de versões
+
+> ⚠️ **Conformidade**: Apenas para testes técnicos. Uso ilegal ou contornar mecanismos de segurança é proibido. Mantenha sua API Key segura. Regras sujeitas às políticas mais recentes da plataforma.
+
+### 🔥 Suporte a placas de desenvolvimento / Dispositivos embarcados
+
+- **Orange Pi / Raspberry Pi / RK3588** — `npm run serve` para executar
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — Detecção automática de arquitetura
+- Sem necessidade de Rust / Tauri / GUI — **apenas Node.js 18+**
+
+## Comunidade
+
+Uma comunidade de desenvolvedores e entusiastas apaixonados por AI Agents — junte-se!
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ Reportar Issue
+
+
+## Funcionalidades
+
+- **🤖 Assistente IA (Novo)** — Assistente IA integrado, 4 modos + 8 ferramentas + Q&A interativo
+- **🖼️ Reconhecimento de imagens** — Cole capturas ou arraste imagens, IA analisa automaticamente
+- **Painel** — Visão geral do sistema, monitoramento de serviços em tempo real
+- **Gestão de serviços** — Iniciar/parar OpenClaw, detecção de versão e atualização com um clique
+- **Configuração de modelos** — Gestão multi-provedor, testes de conectividade em lote, ordenação por arrasto
+- **Configuração de Gateway** — Porta, escopo de acesso, Token de autenticação, Tailscale
+- **Canais de mensagens** — Gestão unificada de Telegram, Discord, Feishu, DingTalk, QQ
+- **Comunicação e automação** — Configurações de mensagens, broadcast, Webhooks, aprovação de execução
+- **Análise de uso** — Uso de tokens, custos de API, rankings de modelos/provedores
+- **Gestão de Agents** — CRUD de Agents, edição de identidade, gestão de workspace
+- **Chat** — Streaming, renderização Markdown, gestão de sessões
+- **Tarefas agendadas** — Execução agendada com Cron, entrega multicanal
+- **Visualizador de logs** — Logs em tempo real multi-fonte e busca por palavras-chave
+- **Gestão de memória** — Ver/editar arquivos de memória, exportar ZIP, trocar Agent
+- **QingchenCloud AI API** — Plataforma de testes interna, compatível com OpenAI
+- **Ferramentas de extensão** — Gestão de túneis cftunnel, monitoramento do ClawApp
+- **Sobre** — Informações de versão, links da comunidade, projetos relacionados
+
+## Download e instalação
+
+Acesse [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) para a versão mais recente:
+
+| Plataforma | Instalador |
+|-----------|-----------|
+| **Windows** | `.exe` (recomendado) ou `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Servidor Linux (Versão Web)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## Início rápido
+
+1. **Configuração inicial** — Primeira execução detecta automaticamente Node.js, Git, OpenClaw. Instalação com um clique se necessário
+2. **Configurar modelos** — Adicionar provedores de IA (DeepSeek, OpenAI, Ollama, etc.) e testar conectividade
+3. **Iniciar Gateway** — Ir para Gestão de serviços, clicar em "Iniciar". Status verde = pronto
+4. **Começar a conversar** — Ir para Chat ao vivo, selecionar modelo e iniciar conversa
+
+## Arquitetura técnica
+
+| Camada | Tecnologia | Descrição |
+|--------|-----------|-----------|
+| Frontend | Vanilla JS + Vite | Sem framework, leve |
+| Backend | Rust + Tauri v2 | Performance nativa, multiplataforma |
+| Comunicação | Tauri IPC + Shell Plugin | Ponte frontend-backend |
+| Estilos | Pure CSS (CSS Variables) | Temas escuro/claro |
+
+## Compilar a partir do código-fonte
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# Desktop (requer Rust + Tauri v2)
+npm run tauri dev # Desenvolvimento
+npm run tauri build # Produção
+
+# Apenas Web (sem Rust)
+npm run dev # Hot reload
+npm run build && npm run serve # Produção
+```
+
+## Projetos relacionados
+
+| Projeto | Descrição |
+|---------|-----------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Framework AI Agent |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | Cliente móvel multiplataforma |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Ferramenta Cloudflare Tunnel |
+
+## Contribuir
+
+Issues e Pull Requests são bem-vindos. Veja [CONTRIBUTING.md](CONTRIBUTING.md).
+
+## Licença
+
+[AGPL-3.0](LICENSE). Contate-nos para licença comercial.
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/README.ru.md b/README.ru.md
new file mode 100644
index 0000000..638cc52
--- /dev/null
+++ b/README.ru.md
@@ -0,0 +1,165 @@
+
+
+
+
+
+ Панель управления OpenClaw со встроенным ИИ-ассистентом — Установка, Настройка, Диагностика и Исправление в один клик
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel — это визуальная панель управления для фреймворка AI-агентов [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation). Со **встроенным интеллектуальным ИИ-ассистентом**, который помогает установить OpenClaw одним кликом, автоматически диагностировать конфигурации, устранять неполадки и исправлять ошибки. 8 инструментов + 4 режима + интерактивный Q&A — удобное управление для новичков и экспертов.
+
+> 🌐 **Сайт**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **Скачать**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 QingchenCloud AI API
+
+> Внутренняя платформа технического тестирования, доступна для отдельных пользователей. Ежедневный вход для получения кредитов.
+
+
+
+
+
+- **Ежедневные кредиты** — Ежедневный вход + приглашение друзей для получения тестовых кредитов
+- **API, совместимый с OpenAI** — Бесшовная интеграция с OpenClaw
+- **Политика ресурсов** — Ограничение скорости + лимит запросов, возможна очередь в пиковые часы
+- **Доступность моделей** — Модели/API зависят от актуального отображения на странице, возможна ротация версий
+
+> ⚠️ **Соответствие**: Только для технического тестирования. Незаконное использование или обход механизмов безопасности запрещены. Храните API Key в безопасности. Правила регулируются актуальной политикой платформы.
+
+### 🔥 Поддержка плат разработки / Встраиваемых устройств
+
+- **Orange Pi / Raspberry Pi / RK3588** — `npm run serve` для запуска
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — Автоопределение архитектуры
+- Без Rust / Tauri / GUI — **только Node.js 18+**
+
+## Сообщество
+
+Сообщество увлечённых разработчиков и пользователей AI-агентов — присоединяйтесь!
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ Сообщить об Issue
+
+
+## Возможности
+
+- **🤖 ИИ-ассистент (Новый)** — Встроенный ИИ-ассистент, 4 режима + 8 инструментов + интерактивный Q&A
+- **🖼️ Распознавание изображений** — Вставьте скриншот или перетащите изображение, ИИ автоматически анализирует
+- **Панель мониторинга** — Обзор системы, мониторинг сервисов в реальном времени
+- **Управление сервисами** — Запуск/остановка OpenClaw, обнаружение версии и обновление одним кликом
+- **Настройка моделей** — Управление несколькими провайдерами, пакетное тестирование подключения, сортировка перетаскиванием
+- **Настройка Gateway** — Порт, область доступа, токен аутентификации, Tailscale
+- **Каналы сообщений** — Единое управление Telegram, Discord, Feishu, DingTalk, QQ
+- **Коммуникация и автоматизация** — Настройки сообщений, рассылка, Webhooks, утверждение выполнения
+- **Аналитика использования** — Использование токенов, расходы API, рейтинги моделей/провайдеров
+- **Управление агентами** — CRUD агентов, редактирование идентичности, управление workspace
+- **Чат** — Потоковая передача, рендеринг Markdown, управление сессиями
+- **Запланированные задачи** — Выполнение по расписанию Cron, многоканальная доставка
+- **Просмотр логов** — Логи в реальном времени из нескольких источников и поиск
+- **Управление памятью** — Просмотр/редактирование файлов памяти, экспорт ZIP, переключение агентов
+- **QingchenCloud AI API** — Внутренняя тестовая платформа, совместимая с OpenAI
+- **Расширения** — Управление туннелями cftunnel, мониторинг ClawApp
+- **О программе** — Информация о версии, ссылки сообщества, связанные проекты
+
+## Скачать и установить
+
+Перейдите на [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) для последней версии:
+
+| Платформа | Установщик |
+|----------|-----------|
+| **Windows** | `.exe` (рекомендуется) или `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Linux сервер (Web-версия)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## Быстрый старт
+
+1. **Начальная настройка** — При первом запуске автоопределение Node.js, Git, OpenClaw. Установка одним кликом при необходимости
+2. **Настройка моделей** — Добавить провайдеров ИИ (DeepSeek, OpenAI, Ollama и др.) и протестировать подключение
+3. **Запуск Gateway** — Перейти в Управление сервисами, нажать «Запустить». Зелёный статус = готово
+4. **Начать чат** — Перейти в Чат, выбрать модель и начать разговор
+
+## Техническая архитектура
+
+| Уровень | Технология | Описание |
+|---------|-----------|----------|
+| Frontend | Vanilla JS + Vite | Без фреймворков, лёгкий |
+| Backend | Rust + Tauri v2 | Нативная производительность, кроссплатформенность |
+| Коммуникация | Tauri IPC + Shell Plugin | Мост frontend-backend |
+| Стили | Pure CSS (CSS Variables) | Тёмная/светлая темы |
+
+## Сборка из исходного кода
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# Десктоп (требуется Rust + Tauri v2)
+npm run tauri dev # Разработка
+npm run tauri build # Продакшн
+
+# Только Web (без Rust)
+npm run dev # Hot reload
+npm run build && npm run serve # Продакшн
+```
+
+## Связанные проекты
+
+| Проект | Описание |
+|--------|----------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Фреймворк AI-агентов |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | Кроссплатформенный мобильный чат |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Инструмент Cloudflare Tunnel |
+
+## Вклад
+
+Issues и Pull Requests приветствуются. См. [CONTRIBUTING.md](CONTRIBUTING.md).
+
+## Лицензия
+
+[AGPL-3.0](LICENSE). Для коммерческого использования обращайтесь за коммерческой лицензией.
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/README.vi.md b/README.vi.md
new file mode 100644
index 0000000..04fdb86
--- /dev/null
+++ b/README.vi.md
@@ -0,0 +1,165 @@
+
+
+
+
+
+ Bảng quản lý OpenClaw với Trợ lý AI tích hợp — Cài đặt, Cấu hình, Chẩn đoán & Sửa lỗi một cú nhấp
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel là bảng quản lý trực quan cho framework AI Agent [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation). Tích hợp **trợ lý AI thông minh**, giúp bạn cài đặt OpenClaw một cú nhấp, tự động chẩn đoán cấu hình, xử lý sự cố và sửa lỗi. 8 công cụ + 4 chế độ + hỏi đáp tương tác — dễ dàng quản lý cho cả người mới và chuyên gia.
+
+> 🌐 **Website**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **Tải xuống**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 QingchenCloud AI API
+
+> Nền tảng kiểm thử kỹ thuật nội bộ, mở cho một số người dùng. Điểm danh hàng ngày để nhận tín dụng.
+
+
+
+
+
+- **Tín dụng điểm danh** — Điểm danh hàng ngày + mời bạn bè để nhận tín dụng kiểm thử
+- **API tương thích OpenAI** — Tích hợp liền mạch với OpenClaw
+- **Chính sách tài nguyên** — Giới hạn tốc độ + giới hạn yêu cầu, có thể xếp hàng giờ cao điểm
+- **Khả dụng mô hình** — Mô hình/API theo hiển thị thực tế, có thể chuyển phiên bản
+
+> ⚠️ **Tuân thủ**: Chỉ dành cho kiểm thử kỹ thuật. Cấm sử dụng bất hợp pháp. Bảo quản API Key an toàn. Quy tắc theo chính sách mới nhất của nền tảng.
+
+### 🔥 Hỗ trợ Bo mạch phát triển / Thiết bị nhúng
+
+- **Orange Pi / Raspberry Pi / RK3588** — `npm run serve` để chạy
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — Tự động phát hiện kiến trúc
+- Không cần Rust / Tauri / GUI — **chỉ cần Node.js 18+**
+
+## Cộng đồng
+
+Cộng đồng các nhà phát triển và người dùng đam mê AI Agent — hãy tham gia!
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ Báo cáo Issue
+
+
+## Tính năng
+
+- **🤖 Trợ lý AI (Mới)** — Trợ lý AI tích hợp, 4 chế độ + 8 công cụ + hỏi đáp tương tác
+- **🖼️ Nhận dạng hình ảnh** — Dán ảnh chụp màn hình hoặc kéo thả hình ảnh, AI tự động phân tích
+- **Bảng điều khiển** — Tổng quan hệ thống, giám sát dịch vụ thời gian thực
+- **Quản lý dịch vụ** — Khởi động/dừng OpenClaw, phát hiện phiên bản & nâng cấp một cú nhấp
+- **Cấu hình mô hình** — Quản lý nhiều nhà cung cấp, kiểm tra kết nối hàng loạt, kéo sắp xếp
+- **Cấu hình Gateway** — Cổng, phạm vi truy cập, Token xác thực, Tailscale
+- **Kênh nhắn tin** — Quản lý thống nhất Telegram, Discord, Feishu, DingTalk, QQ
+- **Truyền thông & Tự động hóa** — Cài đặt tin nhắn, phát sóng, Webhook, phê duyệt
+- **Phân tích sử dụng** — Sử dụng Token, chi phí API, xếp hạng mô hình/nhà cung cấp
+- **Quản lý Agent** — CRUD Agent, chỉnh sửa danh tính, quản lý workspace
+- **Trò chuyện** — Streaming, hiển thị Markdown, quản lý phiên
+- **Tác vụ định kỳ** — Thực thi theo lịch Cron, gửi đa kênh
+- **Xem nhật ký** — Nhật ký thời gian thực đa nguồn và tìm kiếm
+- **Quản lý bộ nhớ** — Xem/sửa tệp bộ nhớ, xuất ZIP, chuyển Agent
+- **QingchenCloud AI API** — Nền tảng kiểm thử nội bộ, tương thích OpenAI
+- **Công cụ mở rộng** — Quản lý tunnel cftunnel, giám sát ClawApp
+- **Giới thiệu** — Thông tin phiên bản, liên kết cộng đồng, dự án liên quan
+
+## Tải xuống & Cài đặt
+
+Truy cập [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) để tải phiên bản mới nhất:
+
+| Nền tảng | Trình cài đặt |
+|----------|--------------|
+| **Windows** | `.exe` (khuyến nghị) hoặc `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Linux Server (Phiên bản Web)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## Bắt đầu nhanh
+
+1. **Thiết lập ban đầu** — Lần chạy đầu tự động phát hiện Node.js, Git, OpenClaw. Cài đặt một cú nhấp nếu thiếu
+2. **Cấu hình mô hình** — Thêm nhà cung cấp AI (DeepSeek, OpenAI, Ollama, v.v.) và kiểm tra kết nối
+3. **Khởi động Gateway** — Vào Quản lý dịch vụ, nhấp "Khởi động". Trạng thái xanh = sẵn sàng
+4. **Bắt đầu trò chuyện** — Vào Chat trực tiếp, chọn mô hình và bắt đầu cuộc trò chuyện
+
+## Kiến trúc kỹ thuật
+
+| Lớp | Công nghệ | Mô tả |
+|-----|-----------|-------|
+| Frontend | Vanilla JS + Vite | Không framework, nhẹ |
+| Backend | Rust + Tauri v2 | Hiệu năng native, đa nền tảng |
+| Giao tiếp | Tauri IPC + Shell Plugin | Cầu nối frontend-backend |
+| Style | Pure CSS (CSS Variables) | Theme tối/sáng |
+
+## Build từ mã nguồn
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# Desktop (cần Rust + Tauri v2)
+npm run tauri dev # Phát triển
+npm run tauri build # Production
+
+# Chỉ Web (không cần Rust)
+npm run dev # Hot reload
+npm run build && npm run serve # Production
+```
+
+## Dự án liên quan
+
+| Dự án | Mô tả |
+|-------|-------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Framework AI Agent |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | Ứng dụng chat di động đa nền tảng |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Công cụ Cloudflare Tunnel |
+
+## Đóng góp
+
+Chào đón Issue và Pull Request. Xem [CONTRIBUTING.md](CONTRIBUTING.md).
+
+## Giấy phép
+
+[AGPL-3.0](LICENSE). Liên hệ để được cấp phép thương mại.
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/README.zh-TW.md b/README.zh-TW.md
new file mode 100644
index 0000000..e426129
--- /dev/null
+++ b/README.zh-TW.md
@@ -0,0 +1,178 @@
+
+
+
+
+
+ 內建 AI 助手的 OpenClaw 管理面板 — 一鍵安裝、設定、診斷、修復
+
+
+
+ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+---
+
+
+
+
+
+ClawPanel 是 [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) AI Agent 框架的視覺化管理面板。**內建智慧 AI 助手**,幫你一鍵安裝 OpenClaw、自動診斷設定、排查問題、修復錯誤。8 大工具 + 4 種模式 + 互動式問答,從新手到老手都能輕鬆管理。
+
+> 🌐 **官網**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **下載**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest)
+
+### 🎁 晴辰雲 AI 介面
+
+> 內部技術測試平台,面向部分使用者開放體驗。簽到領額度,邀請得更多。
+
+
+
+
+
+- **簽到領測試額度** — 每日簽到 + 邀請好友,持續獲取測試額度
+- **相容 OpenAI 介面** — 無縫對接 OpenClaw,即開即用
+- **資源策略** — 限速 + 請求上限,高峰期可能排隊
+- **模型可用性** — 模型/介面以實際頁面為準,可能灰度或版本切換
+
+> ⚠️ **合規與責任邊界**:本平台僅提供技術測試,禁止用於違法違規、繞過安全機制等用途。妥善保管 API Key。具體規則以平台最新政策為準。
+
+### 🔥 開發板 / 嵌入式裝置支援
+
+- **Orange Pi / 樹莓派 / RK3588** — `npm run serve` 即可執行
+- **Docker ARM64** — `docker run ghcr.io/qingchencloud/openclaw:latest`
+- **Armbian / Debian / Ubuntu Server** — 自動偵測架構
+- 無需 Rust / Tauri / GUI — **只要有 Node.js 18+ 就能跑**
+
+## 社群
+
+一群對 AI Agent 充滿熱情的開發者和玩家,歡迎加入交流。
+
+
+ Discord
+ ·
+ Discussions
+ ·
+ 回報 Issue
+
+
+## 功能特性
+
+- **🤖 AI 助手(全新)** — 內建 AI 助手,4 種模式 + 8 大工具 + 互動式問答
+- **🖼️ 圖片辨識** — 貼上截圖或拖曳圖片,AI 自動辨識分析
+- **儀表板** — 系統概覽,即時服務狀態監控,快捷操作
+- **服務管理** — OpenClaw 啟停控制、版本偵測與一鍵升級
+- **模型設定** — 多服務商管理、批次連通性測試、拖曳排序、自動儲存
+- **閘道設定** — 埠口、存取權限、認證 Token、Tailscale
+- **訊息頻道** — 統一管理 Telegram、Discord、飛書、釘釘、QQ
+- **通訊與自動化** — 訊息設定、廣播策略、Webhook、執行審批
+- **使用情況** — Token 用量、API 費用、模型/服務商排行
+- **Agent 管理** — Agent 增刪改查、身分編輯、工作區管理
+- **聊天** — 串流回應、Markdown 渲染、對話管理
+- **定時任務** — Cron 定時執行,多頻道投遞
+- **日誌檢視** — 多來源即時日誌與關鍵字搜尋
+- **記憶管理** — 記憶檔案檢視/編輯、ZIP 匯出、Agent 切換
+- **晴辰雲 AI 介面** — 內部測試平台,相容 OpenAI
+- **擴充工具** — cftunnel 隧道管理、ClawApp 狀態監控
+- **關於** — 版本資訊、社群入口、相關專案連結
+
+## 下載安裝
+
+前往 [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) 下載最新版本:
+
+| 平台 | 安裝檔 |
+|------|--------|
+| **Windows** | `.exe` 安裝程式(推薦)或 `.msi` |
+| **macOS Apple Silicon** | `.dmg` (aarch64) |
+| **macOS Intel** | `.dmg` (x64) |
+| **Linux** | `.AppImage` / `.deb` / `.rpm` |
+
+### Linux 伺服器(Web 版)
+
+```bash
+curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
+```
+
+### Docker
+
+```bash
+docker run -d --name clawpanel --restart unless-stopped \
+ -p 1420:1420 -v clawpanel-data:/root/.openclaw \
+ node:22-slim \
+ sh -c "apt-get update && apt-get install -y git && \
+ npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
+ git clone https://github.com/qingchencloud/clawpanel.git /app && \
+ cd /app && npm install && npm run build && npm run serve"
+```
+
+## 快速上手
+
+1. **初始設定** — 首次啟動自動偵測 Node.js、Git、OpenClaw。未安裝則一鍵安裝
+2. **設定模型** — 新增 AI 服務商(DeepSeek、OpenAI、Ollama 等),測試連線
+3. **啟動 Gateway** — 前往服務管理,點擊「啟動」。綠色狀態 = 就緒
+4. **開始聊天** — 前往即時聊天,選擇模型後開始對話
+
+## 🤖 AI 助手亮點
+
+可**直接操作系統**的 AI 助手 — 診斷、修復、甚至提交 PR。
+
+### 四種模式
+
+| 模式 | 工具 | 寫入檔案 | 確認 | 適用場景 |
+|------|------|---------|------|---------|
+| **聊天** 💬 | ❌ | ❌ | — | 純問答 |
+| **規劃** 📋 | ✅ | ❌ | ✅ | 讀取設定/日誌,輸出方案 |
+| **執行** ⚡ | ✅ | ✅ | ✅ | 正常作業,危險操作需確認 |
+| **無限** ∞ | ✅ | ✅ | ❌ | 全自動 |
+
+## 技術架構
+
+| 層級 | 技術 | 說明 |
+|------|------|------|
+| 前端 | Vanilla JS + Vite | 零框架依賴,輕量 |
+| 後端 | Rust + Tauri v2 | 原生效能,跨平台 |
+| 通訊 | Tauri IPC + Shell Plugin | 前後端橋接 |
+| 樣式 | Pure CSS (CSS Variables) | 暗色/亮色主題 |
+
+## 從原始碼建置
+
+```bash
+git clone https://github.com/qingchencloud/clawpanel.git
+cd clawpanel && npm install
+
+# 桌面版(需要 Rust + Tauri v2)
+npm run tauri dev # 開發
+npm run tauri build # 正式版
+
+# 僅 Web(無需 Rust)
+npm run dev # 熱更新開發
+npm run build && npm run serve # 正式版
+```
+
+## 相關專案
+
+| 專案 | 說明 |
+|------|------|
+| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | AI Agent 框架 |
+| [ClawApp](https://github.com/qingchencloud/clawapp) | 跨平台行動聊天客戶端 |
+| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel 工具 |
+
+## 貢獻
+
+歡迎提交 Issue 和 Pull Request。詳見 [CONTRIBUTING.md](CONTRIBUTING.md)。
+
+## 授權條款
+
+[AGPL-3.0](LICENSE) 開源授權。商用需求請聯繫取得商業授權。
+
+© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool)
diff --git a/docs/index.html b/docs/index.html
index 7d68278..ab4eb41 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,13 +4,13 @@
ClawPanel - OpenClaw AI Agent 可视化管理面板 | 快速搭建、配置、监控你的 AI 智能体
-
-
+
+
-
+
@@ -21,7 +21,7 @@
-
+