mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 09:02:02 +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:
@@ -3,8 +3,8 @@ read_when:
|
||||
- 打包 OpenClaw.app
|
||||
- 调试 macOS gateway launchd 服务
|
||||
- 为 macOS 安装 gateway CLI
|
||||
summary: macOS 上的 Gateway 运行时(外部 launchd 服务)
|
||||
title: macOS 上的 Gateway
|
||||
summary: macOS 上的 Gateway网关运行时(外部 launchd 服务)
|
||||
title: macOS 上的 Gateway网关
|
||||
x-i18n:
|
||||
generated_at: "2026-02-01T21:32:27Z"
|
||||
model: claude-opus-4-5
|
||||
@@ -14,11 +14,11 @@ x-i18n:
|
||||
workflow: 15
|
||||
---
|
||||
|
||||
# macOS 上的 Gateway(外部 launchd)
|
||||
# macOS 上的 Gateway网关(外部 launchd)
|
||||
|
||||
OpenClaw.app 不再捆绑 Node/Bun 或 Gateway 运行时。macOS 应用
|
||||
要求**外部**安装 `openclaw` CLI,不会将 Gateway 作为子进程启动,而是管理一个
|
||||
按用户配置的 launchd 服务来保持 Gateway 运行(如果本地已有 Gateway 在运行,则会连接到现有实例)。
|
||||
OpenClaw.app 不再捆绑 Node/Bun 或 Gateway网关运行时。macOS 应用
|
||||
要求**外部**安装 `openclaw` CLI,不会将 Gateway网关作为子进程启动,而是管理一个
|
||||
按用户配置的 launchd 服务来保持 Gateway网关运行(如果本地已有 Gateway网关在运行,则会连接到现有实例)。
|
||||
|
||||
## 安装 CLI(本地模式必需)
|
||||
|
||||
@@ -28,9 +28,9 @@ Mac 上需要 Node 22+,然后全局安装 `openclaw`:
|
||||
npm install -g openclaw@<version>
|
||||
```
|
||||
|
||||
macOS 应用的 **Install CLI** 按钮通过 npm/pnpm 执行相同的安装流程(不建议使用 bun 作为 Gateway 运行时)。
|
||||
macOS 应用的 **Install CLI** 按钮通过 npm/pnpm 执行相同的安装流程(不建议使用 bun 作为 Gateway网关运行时)。
|
||||
|
||||
## Launchd(Gateway 作为 LaunchAgent)
|
||||
## Launchd(Gateway网关作为 LaunchAgent)
|
||||
|
||||
标签:
|
||||
|
||||
@@ -49,8 +49,8 @@ Plist 位置(按用户):
|
||||
行为:
|
||||
|
||||
- "OpenClaw Active" 启用/禁用 LaunchAgent。
|
||||
- 退出应用**不会**停止 Gateway(launchd 会保持其运行)。
|
||||
- 如果配置端口上已有 Gateway 在运行,应用会连接到该实例,而不是启动新的。
|
||||
- 退出应用**不会**停止 Gateway网关(launchd 会保持其运行)。
|
||||
- 如果配置端口上已有 Gateway网关在运行,应用会连接到该实例,而不是启动新的。
|
||||
|
||||
日志:
|
||||
|
||||
@@ -58,7 +58,7 @@ Plist 位置(按用户):
|
||||
|
||||
## 版本兼容性
|
||||
|
||||
macOS 应用会将 Gateway 版本与自身版本进行比对。如果不兼容,请更新全局 CLI 以匹配应用版本。
|
||||
macOS 应用会将 Gateway网关版本与自身版本进行比对。如果不兼容,请更新全局 CLI 以匹配应用版本。
|
||||
|
||||
## 冒烟测试
|
||||
|
||||
|
||||
Reference in New Issue
Block a user