Skip to content

Commit

Permalink
refactor: 更新模块引用
Browse files Browse the repository at this point in the history
- 更新 package.json 中的版本号为 0.15.2
- 在 PuppetBridge 类的 onStop 方法中停止 bridge.client
- 修复格式校验问题
- 删除无用引用
- 去除图片下载示例
- 支持 lich0821/WeChatFerry
  • Loading branch information
atorber committed Oct 15, 2024
1 parent b94c8ba commit e6ebe0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechaty-puppet-bridge",
"version": "0.15.1",
"version": "0.15.2",
"description": "Puppet Bridge for Wechaty",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions src/puppet-bridge-lich0821-WeChatFerry-3091027.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ class PuppetBridge extends PUPPET.Puppet {
log.verbose('PuppetBridge', 'onStop()')

if (this.logonoff()) {
this.bridge.client.stop()
await this.logout()
}
}
Expand Down

0 comments on commit e6ebe0f

Please sign in to comment.