From 5afa1049d69a30b6b33773484c79ff3da3f0f732 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 7 Aug 2024 00:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8F=92=E4=BB=B6=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b226a37..5034fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 更新日志 +## V5.0.3(2024-08-06) +1、增加Coze V3版本和有道QAnything +2、优化头像更新 + ## V5.0.2(2024-07-12) 1、添加知识库变量ualias,用户备注 diff --git a/package.json b/package.json index c39292f..784310d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechat-assistant", - "version": "5.0.2", + "version": "5.0.3", "description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp", "main": "index.js", "type": "module", @@ -45,7 +45,7 @@ "@juzi/wechaty": "^1.0.99", "@juzi/wechaty-puppet": "^1.0.90", "@juzi/wechaty-puppet-service": "^1.0.97", - "wechaty-web-panel": "^1.6.59" + "wechaty-web-panel": "^1.6.60" }, "devDependencies": { "pm2": "^4.2.3"