mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 03:01:50 +03:00
Docs: update zh-CN translations and pipeline
What: - update zh-CN glossary, TM, and translator prompt - regenerate zh-CN docs and apply targeted fixes - add zh-CN AGENTS pipeline guidance Why: - address terminology/spacing feedback from #6995 Tests: - pnpm build && pnpm check && pnpm test
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
read_when:
|
||||
- 查找 Linux 伴侣应用状态
|
||||
- 规划平台覆盖范围或贡献
|
||||
summary: Linux 支持 + 伴侣应用状态
|
||||
- 查找 Linux 配套应用状态时
|
||||
- 规划平台覆盖或贡献时
|
||||
summary: Linux 支持 + 配套应用状态
|
||||
title: Linux 应用
|
||||
x-i18n:
|
||||
generated_at: "2026-02-01T21:32:18Z"
|
||||
generated_at: "2026-02-03T07:52:18Z"
|
||||
model: claude-opus-4-5
|
||||
provider: pi
|
||||
source_hash: a9bbbcecf2fd522a2f5ac8f3b9068febbc43658465bfb9276bff6c3e946789d2
|
||||
@@ -15,10 +15,10 @@ x-i18n:
|
||||
|
||||
# Linux 应用
|
||||
|
||||
Gateway网关在 Linux 上完全受支持。**推荐使用 Node 作为运行时**。
|
||||
不建议将 Bun 用于 Gateway网关(WhatsApp/Telegram 存在 bug)。
|
||||
Gateway 网关在 Linux 上完全支持。**Node 是推荐的运行时**。
|
||||
不推荐 Bun 用于 Gateway 网关(WhatsApp/Telegram 存在 bug)。
|
||||
|
||||
原生 Linux 伴侣应用已在计划中。如果你想帮助构建,欢迎贡献。
|
||||
原生 Linux 配套应用已在计划中。如果你想帮助构建,欢迎贡献。
|
||||
|
||||
## 新手快速路径(VPS)
|
||||
|
||||
@@ -32,16 +32,16 @@ Gateway网关在 Linux 上完全受支持。**推荐使用 Node 作为运行时*
|
||||
|
||||
## 安装
|
||||
|
||||
- [快速开始](/start/getting-started)
|
||||
- [入门指南](/start/getting-started)
|
||||
- [安装与更新](/install/updating)
|
||||
- 可选流程:[Bun(实验性)](/install/bun)、[Nix](/install/nix)、[Docker](/install/docker)
|
||||
|
||||
## Gateway网关
|
||||
## Gateway 网关
|
||||
|
||||
- [Gateway网关运维手册](/gateway)
|
||||
- [Gateway 网关运行手册](/gateway)
|
||||
- [配置](/gateway/configuration)
|
||||
|
||||
## Gateway网关服务安装(CLI)
|
||||
## Gateway 网关服务安装(CLI)
|
||||
|
||||
使用以下任一方式:
|
||||
|
||||
@@ -61,7 +61,7 @@ openclaw gateway install
|
||||
openclaw configure
|
||||
```
|
||||
|
||||
出现提示时选择 **Gateway网关服务**。
|
||||
出现提示时选择 **Gateway service**。
|
||||
|
||||
修复/迁移:
|
||||
|
||||
@@ -71,15 +71,17 @@ openclaw doctor
|
||||
|
||||
## 系统控制(systemd 用户单元)
|
||||
|
||||
OpenClaw 默认安装 systemd **用户**服务。对于共享或常驻服务器,请使用**系统**服务。完整的单元示例和指南请参阅 [Gateway网关运维手册](/gateway)。
|
||||
OpenClaw 默认安装 systemd **用户**服务。对于共享或常驻服务器使用**系统**
|
||||
服务。完整的单元示例和指南
|
||||
在 [Gateway 网关运行手册](/gateway) 中。
|
||||
|
||||
最小化设置:
|
||||
最小设置:
|
||||
|
||||
创建 `~/.config/systemd/user/openclaw-gateway[-<profile>].service`:
|
||||
|
||||
```
|
||||
[Unit]
|
||||
Description=OpenClaw Gateway网关 (profile: <profile>, v<version>)
|
||||
Description=OpenClaw Gateway (profile: <profile>, v<version>)
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
@@ -92,7 +94,7 @@ RestartSec=5
|
||||
WantedBy=default.target
|
||||
```
|
||||
|
||||
启用服务:
|
||||
启用它:
|
||||
|
||||
```
|
||||
systemctl --user enable --now openclaw-gateway[-<profile>].service
|
||||
|
||||
Reference in New Issue
Block a user