From dc80c3085d225d9b46e1259f2d21e57c030bcd72 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Fri, 21 Jun 2024 18:22:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=B1=BB=E5=9E=8B=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/dbpreprocess/utils.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pywxdump/dbpreprocess/utils.py b/pywxdump/dbpreprocess/utils.py index 860980f..bee4f9e 100644 --- a/pywxdump/dbpreprocess/utils.py +++ b/pywxdump/dbpreprocess/utils.py @@ -30,14 +30,11 @@ def type_converter(type_id_or_name: [str,tuple]): (1, 0): "文本", (3, 0): "图片", (34, 0): "语音", - (43, 0): "视频", - (47, 0): "动画表情", - (37, 0): "添加好友", (42, 0): "推荐公众号", - (48, 0): "地图信息", - (49, 40): "分享收藏夹", - (49, 53): "接龙", + (43, 0): "视频", + (47, 0): "动画表情", + (48, 0): "位置", (49, 0): "文件", (49, 1): "类似文字消息而不一样的消息", @@ -47,6 +44,8 @@ def type_converter(type_id_or_name: [str,tuple]): (49, 19): "合并转发的聊天记录", (49, 33): "分享的小程序", (49, 36): "分享的小程序", + (49, 40): "分享收藏夹", + (49, 53): "接龙", (49, 57): "带有引用的文本消息", (49, 63): "视频号直播或直播回放等", (49, 87): "群公告",