Skip to content

Commit

Permalink
fix:修复rss 不生效
Browse files Browse the repository at this point in the history
  • Loading branch information
leo_chen committed May 7, 2024
1 parent 7c142eb commit 557e5b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 更新日志

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

## V4.6.28(2024-04-24)
1、支持 Coze(海外版)
2、优化文件内容提取
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechat-assistant",
"version": "4.6.28",
"version": "4.6.29",
"description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -45,7 +45,7 @@
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-service": "^1.18.2",
"wechaty-puppet-wechat4u": "^1.14.12",
"wechaty-web-panel": "^1.6.47"
"wechaty-web-panel": "^1.6.50"
},
"devDependencies": {
"pm2": "^4.2.3"
Expand Down

0 comments on commit 557e5b4

Please sign in to comment.