chatccc 0.2.36 → 0.2.37
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.
- package/README.md +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -315,6 +315,22 @@ ChatCCC 的所有运行参数都集中在包根目录的 `config.json`。
|
|
|
315
315
|
| `/restart` | 重启机器人进程 |
|
|
316
316
|
|
|
317
317
|
|
|
318
|
+
---
|
|
319
|
+
|
|
320
|
+
## 飞书操作流程
|
|
321
|
+
|
|
322
|
+
### 同时使用公司飞书和个人飞书
|
|
323
|
+
|
|
324
|
+
如果你既要在公司飞书中使用 ChatCCC,又想用个人飞书账号,同一台手机无法同时登录两个飞书账号。推荐以下方案:
|
|
325
|
+
|
|
326
|
+
**方案一:安卓手机**
|
|
327
|
+
|
|
328
|
+
使用系统的「应用双开」功能,把飞书复制一份。原版飞书登录公司账号,飞书复制版登录个人飞书账号,两个飞书可以同时在线、互不干扰。
|
|
329
|
+
|
|
330
|
+
**方案二:苹果手机**
|
|
331
|
+
|
|
332
|
+
在 App Store 下载「飞书国际版(Lark)」。原版飞书登录公司账号,Lark 登录个人飞书账号,两个 App 互相独立、可同时在线。
|
|
333
|
+
|
|
318
334
|
---
|
|
319
335
|
|
|
320
336
|
## 技术栈
|