Skip to content

Commit d7a8c21

Browse files
author
lrhh123
committed
feat: 更新版本号
1 parent 69da15f commit d7a8c21

File tree

9 files changed

+187
-318
lines changed

9 files changed

+187
-318
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
## 下载地址
5858

59-
<a href="https://github.com/cs-lazy-tools/ChatGPT-On-CS/releases/download/v1.0.5-beta.3/1.0.5-beta.3.exe" style="display: inline-block; background-color: #008CBA; color: white; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; border-radius: 5px; margin: 4px 2px; cursor: pointer;">点击下载</a>
59+
<a href="https://github.com/cs-lazy-tools/ChatGPT-On-CS/releases/download/v1.1.0-beta.1/1.1.0-beta.1.exe" style="display: inline-block; background-color: #008CBA; color: white; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; border-radius: 5px; margin: 4px 2px; cursor: pointer;">点击下载</a>
6060

6161
如果网络环境导致下载不了,可以使用百度云盘下载:
6262

@@ -81,13 +81,13 @@
8181
- [x] 优化微信平台的回复速度
8282
- [x] 添加中文路径的支持
8383
- [x] 支持企业微信外部群聊天功能
84-
- [ ] 支持自动检测人类操作后自动暂停项目
84+
- [x] 支持自动检测人类操作后自动暂停项目
8585
- [ ] 新增 wx 群聊需要使用 @ 机器人才能回复的功能
86-
- [ ] 支持浏览器多开功能
87-
- [ ] 支持导出聊天记录到 Excel
86+
- [x] 支持浏览器多开功能
87+
- [x] 支持导出聊天记录到 Excel
8888
- [ ] 支持关键词匹配测试功能
89-
- [ ] 实现小红书回复后,自动私聊的功能
90-
- [ ] 支持企业微信自动识别内部群聊
89+
- [x] 实现小红书回复后,自动私聊的功能
90+
- [x] 支持企业微信自动识别内部群聊
9191
- [ ] 支持企业微信自动加人功能
9292
- [ ] 支持抖音直播平台自动回复功能
9393
- [ ] 支持拼多多

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chatgpt-on-cs",
33
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
4-
"version": "1.0.5-beta.3",
4+
"version": "1.1.0-beta.1",
55
"keywords": [
66
"electron",
77
"boilerplate",

0 commit comments

Comments
 (0)