Skip to content

Commit caab4a6

Browse files
Update README files to simplify Feishu channel configuration
- Removed unnecessary fields from the Feishu channel configuration in both English and Chinese README files, streamlining the setup process. - Deleted the optional intranet tunnel section to enhance clarity and focus on essential configuration details.
1 parent d8119da commit caab4a6

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

README-zh_CN.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ OpenFox 从 **`~/.openfox/config.json`** 读取 JSON 配置,字段对应 `open
7979
"channels": {
8080
"feishu": {
8181
"app_id": "<feishu_app_id>",
82-
"app_secret": "<feishu_app_secret>",
83-
"encrypt_key": "<feishu_encrypt_key>",
84-
"verification_token": "<feishu_verification_token>"
82+
"app_secret": "<feishu_app_secret>"
8583
}
8684
},
8785
// MCP 服务列表:每项要么 stdio(command+args),要么 HTTP(url+headers)
@@ -414,12 +412,6 @@ ollama/llama3.1
414412

415413
---
416414

417-
## 内网穿透(可选)
418-
419-
- [zeronews](https://user.zeronews.cc/setup/start)
420-
421-
---
422-
423415
## 与 OpenClaw 的简单对比
424416

425417
| 维度 | OpenClaw | OpenFox |

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ The **key order, nesting, and non-secret values** match a full on-disk layout; s
7979
"channels": {
8080
"feishu": {
8181
"app_id": "<feishu_app_id>",
82-
"app_secret": "<feishu_app_secret>",
83-
"encrypt_key": "<feishu_encrypt_key>",
84-
"verification_token": "<feishu_verification_token>"
82+
"app_secret": "<feishu_app_secret>"
8583
}
8684
},
8785
// MCP servers: each entry is stdio (command+args) or HTTP (url+headers)
@@ -414,12 +412,6 @@ ollama/llama3.1
414412

415413
---
416414

417-
## Intranet tunnel (optional)
418-
419-
- [zeronews](https://user.zeronews.cc/setup/start)
420-
421-
---
422-
423415
## Brief comparison with OpenClaw
424416

425417
| Aspect | OpenClaw | OpenFox |

0 commit comments

Comments
 (0)