chatccc 0.2.38 → 0.2.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -168,6 +168,8 @@ Codex 会话的模型和努力程度由 `config.toml`(`~/.codex/config.toml`
168
168
 
169
169
  > **第一步:同时使用公司飞书和个人飞书**
170
170
  >
171
+ > 如果你所在的公司也使用飞书,请看此步骤;否则请直接跳到第二步。
172
+ >
171
173
  > 如果你既要在公司飞书中使用 ChatCCC,又想用个人飞书账号,推荐以下方案:
172
174
  >
173
175
  > **方案一:安卓手机**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatccc",
3
- "version": "0.2.38",
3
+ "version": "0.2.39",
4
4
  "description": "Feishu bot bridge for Claude Code",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",