diff --git a/README.md b/README.md index 9e627ce3..b60c35d6 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ | QQ 个人号 | ✅ | QQ 个人号私聊、群聊 | | QQ 官方机器人 | ✅ | QQ 官方机器人,支持频道、私聊、群聊 | | 企业微信 | ✅ | | +| 企微对外客服 | ✅ | | | 个人微信 | ✅ | 使用 [Gewechat](https://github.com/Devo919/Gewechat) 接入 | | 微信公众号 | ✅ | | | 飞书 | ✅ | | diff --git a/README_EN.md b/README_EN.md index 68fd4028..d7a643ab 100644 --- a/README_EN.md +++ b/README_EN.md @@ -85,6 +85,7 @@ Directly use the released version to run, see the [Manual Deployment](https://do | Personal QQ | ✅ | | | QQ Official API | ✅ | | | WeCom | ✅ | | +| WeComCS | ✅ | | | Personal WeChat | ✅ | Use [Gewechat](https://github.com/Devo919/Gewechat) to access | | Lark | ✅ | | | DingTalk | ✅ | | diff --git a/README_JP.md b/README_JP.md index 6966ce1f..f0644766 100644 --- a/README_JP.md +++ b/README_JP.md @@ -84,6 +84,7 @@ LangBotはBTPanelにリストされています。BTPanelをインストール | 個人QQ | ✅ | | | QQ公式API | ✅ | | | WeCom | ✅ | | +| WeComCS | ✅ | | | 個人WeChat | ✅ | [Gewechat](https://github.com/Devo919/Gewechat)を使用して接続 | | Lark | ✅ | | | DingTalk | ✅ | | diff --git a/pkg/utils/constants.py b/pkg/utils/constants.py index 31d27337..451200b0 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = "v3.4.13.1" +semantic_version = "v3.4.14" debug_mode = False