mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 11:02:12 +03:00
Docs: normalize zh-CN terminology + tone
What: switch to 你/你的 tone; standardize Skills/Gateway网关/local loopback/私信 wording Why: align zh-CN docs with issue 6995 feedback + idiomatic tech style Tests: pnpm docs:build
This commit is contained in:
@@ -25,9 +25,9 @@ x-i18n:
|
||||
|
||||
## 运行位置
|
||||
|
||||
此插件运行在 **Gateway 进程内部**。
|
||||
此插件运行在 **Gateway网关进程内部**。
|
||||
|
||||
如果你使用远程 Gateway,请在**运行 Gateway 的机器上**安装和配置此插件,然后重启 Gateway。
|
||||
如果你使用远程 Gateway网关,请在**运行 Gateway网关的机器上**安装和配置此插件,然后重启 Gateway网关。
|
||||
|
||||
## 安装
|
||||
|
||||
@@ -37,7 +37,7 @@ x-i18n:
|
||||
openclaw plugins install @openclaw/zalouser
|
||||
```
|
||||
|
||||
安装后重启 Gateway。
|
||||
安装后重启 Gateway网关。
|
||||
|
||||
### 方式 B:从本地文件夹安装(开发模式)
|
||||
|
||||
@@ -46,11 +46,11 @@ openclaw plugins install ./extensions/zalouser
|
||||
cd ./extensions/zalouser && pnpm install
|
||||
```
|
||||
|
||||
安装后重启 Gateway。
|
||||
安装后重启 Gateway网关。
|
||||
|
||||
## 前提条件:zca-cli
|
||||
|
||||
Gateway 所在机器必须将 `zca` 添加到 `PATH` 中:
|
||||
Gateway网关所在机器必须将 `zca` 添加到 `PATH` 中:
|
||||
|
||||
```bash
|
||||
zca --version
|
||||
|
||||
Reference in New Issue
Block a user