docs: prefer lan host for public links

This commit is contained in:
卡若AI
2026-06-26 13:41:40 +08:00
parent 62577508c9
commit 5b4c480663
3 changed files with 9 additions and 9 deletions

View File

@@ -21,8 +21,8 @@
│ HTTP (13458)
┌────────────────────┐
│ hub.js (主) │ ┌─ 远端: 192.168.110.101:13458
│ Node 22 + HTTP │ └─ 本地: 127.0.0.1:13458
│ hub.js (主) │ ┌─ 远端主链: 192.168.110.101:13458
│ Node 22 + HTTP │ └─ 本地兜底: 127.0.0.1:13458
└─────────┬──────────┘
│ 短轮询10s
@@ -103,9 +103,9 @@ Agent → merge_conversation(fromToken, toToken, cursorTitle)
bindingKey = `${workspace}::${cursorTitle}@${hostIp}`
```
示例:
示例(默认公示用主链 IP
```
/Users/karuo/Documents/个人::持久对话永久续跑-20260626@192.168.3.1
/Users/karuo/Documents/个人::持久对话永久续跑-20260626@192.168.110.101
```
### 3.2 验证时机