Skip to content

Ver 1.1 Released

Compare
Choose a tag to compare
@barryblueice barryblueice released this 17 Aug 16:33
· 21 commits to main since this release

更新:

Events & Actions:

新增扩展Event拍一拍,用法与ComWeChat Client相同:

            {
                "id": uuid,
                "self": {
                    "platform": "wechat",
                    "user_id": self_id
                },
                "time": time,
                "type": "notice",
                "detail_type": "wx.get_group_poke",
                "sub_type": "",
                "user_id": self_id,
                "group_id": group_id,
                "from_user_id": user_id
            }

新增以下Event:

  • notice.private_message_delete
  • notice.group_message_delete
  • notice.wx.get_private_poke
  • notice.wx.get_group_poke

新增以下Action:

  • action.get_self_info

修复:

  • 将hookmsg修改为异步线程方式以规避多协程带来的卡死问题。
  • 修复群聊回复没有在控制台中显示的问题。
  • 部分用语规范化。