Skip to content

Commit c4a8c28

Browse files
committed
fix: restore README chinese text
1 parent 43e0b08 commit c4a8c28

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,24 +172,24 @@ mathclaw gateway --workspace ./workspace
172172

173173
默认网关端口是 `18790`
174174

175-
### 6. ?????
175+
### 6. 启动控制台
176176

177177
```bash
178178
cd console
179179
MATHCLAW_CONSOLE_WORKSPACE=../workspace python serve.py
180180
```
181181

182-
??? `../workspace` ????????? `workspace/`??????? `console/` ???????
182+
这里的 `../workspace` 指向仓库根目录下的 `workspace/`,因为命令是在 `console/` 目录里执行的。
183183

184-
???????? `~/.mathclaw/config.json`??????????????????? `~/.nanobot/config.json`???????? `NANOBOT_CONSOLE_*` ??????
184+
控制台默认会读取 `~/.mathclaw/config.json`;如果你还在沿用旧配置,也会自动回退到 `~/.nanobot/config.json`。旧环境变量前缀 `NANOBOT_CONSOLE_*` 也仍然兼容。
185185

186-
????????
186+
默认控制台地址:
187187

188188
```text
189189
http://127.0.0.1:6006
190190
```
191191

192-
??????????????? `6008` ???
192+
如果你想沿用当前线上部署常见的 `6008` 端口:
193193

194194
```bash
195195
cd console

0 commit comments

Comments
 (0)