feat(apps/openclaw-zh): 添加 OpenClaw 中文版应用配置

添加 OpenClaw 中文版的 logo、README、数据配置和 docker-compose 文件
This commit is contained in:
arch3rPro
2026-05-08 12:31:18 +08:00
parent 7da105f639
commit bac0625eb9
8 changed files with 199 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# OpenClaw Chinese
OpenClaw Chinese is a localized Chinese distribution of OpenClaw. OpenClaw is an open-source, self-hosted personal AI assistant with a local Web Dashboard and Gateway.
## Usage
After installation, open `http://server-ip:port` in your browser. The default port is `18789`.
It is recommended to set `OPENCLAW_GATEWAY_TOKEN` during installation for Dashboard authentication. You can append `?token=your-token` to the URL when opening the Dashboard.
## Data Directory
Application data is persisted in `data/conf` under the installation directory, mapped to `/root/.openclaw` inside the container.
## References
- Repository: https://github.com/1186258278/OpenClawChineseTranslation
- Docker guide: https://github.com/1186258278/OpenClawChineseTranslation/blob/main/DOCKER_README.md
- OpenClaw website: https://openclaw.ai/