Skip to content

Commit

Permalink
fix: 升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
leochen-g committed Jan 15, 2024
1 parent f291542 commit e1ee901
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 更新日志

## V4.6.18(2024-01-15)

1、更新插件版本,添加定制内容
2、允许设置默认回复
3、优化 token配置
4、提取文字中的图片内容进行发送
5、支持配置默认回复内容
6、优化二维码拉取

## V4.6.17(2023-12-14)

1、优化web协议历史消息重复发送的问题
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wechat-assistant",
"version": "4.6.17",
"description": "智能微秘书4.6.17",
"version": "4.6.18",
"description": "智能微秘书4.6.18",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-service": "^1.18.2",
"wechaty-puppet-wechat4u": "^1.14.12",
"wechaty-web-panel": "^1.6.33"
"wechaty-web-panel": "^1.6.34"
},
"devDependencies": {
"pm2": "^4.2.3"
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if (padLocalToken) {
name, // generate xxxx.memory-card.json and save login data for the next login
puppet: 'wechaty-puppet-service',
puppetOptions: {
authority: 'token-service-discovery-test.juzibot.com',
tls: { disable: true },
token: workProToken
},
Expand Down

0 comments on commit e1ee901

Please sign in to comment.