Skip to content

Commit

Permalink
fix: 修改rss 推送重复
Browse files Browse the repository at this point in the history
  • Loading branch information
leochen-g committed May 13, 2024
1 parent 557e5b4 commit 95538df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 更新日志

## V4.6.30(2024-05-13)
1、优化rss 定时任务发送重复
2、优化FastGPT非简单问答数据结构不匹配问题

## V4.6.29(2024-04-24)
1、优化rss 定时任务不生效

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechat-assistant",
"version": "4.6.29",
"version": "4.6.30",
"description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -41,11 +41,11 @@
"@grpc/grpc-js": "1.9.14",
"wechaty-puppet": "^1.21.1",
"wechaty-puppet-engine": "^1.0.25",
"wechaty-puppet-official-account": "^1.10.9",
"wechaty-puppet-official-account": "^1.10.12",
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-service": "^1.18.2",
"wechaty-puppet-wechat4u": "^1.14.12",
"wechaty-web-panel": "^1.6.50"
"wechaty-web-panel": "^1.6.52"
},
"devDependencies": {
"pm2": "^4.2.3"
Expand Down

0 comments on commit 95538df

Please sign in to comment.