From f2e5c0f928bb558eaaa7b5d20eec11d2adff7d05 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Thu, 15 Feb 2024 23:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=84=9F=E8=B0=A2zhyc9de=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=B1=BB=E5=9E=8B=20#77?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/analyzer/utils.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pywxdump/analyzer/utils.py b/pywxdump/analyzer/utils.py index 09073c2..3cac9b0 100644 --- a/pywxdump/analyzer/utils.py +++ b/pywxdump/analyzer/utils.py @@ -69,6 +69,12 @@ def get_type_name(type_id: tuple): (43, 0): "视频", (47, 0): "动画表情", + (37, 0): "添加好友", # 感谢 https://github.com/zhyc9de + (42, 0): "推荐公众号", # 感谢 https://github.com/zhyc9de + (48, 0): "地图信息", # 感谢 https://github.com/zhyc9de + (49, 40): "分享收藏夹", # 感谢 https://github.com/zhyc9de + (49, 53): "接龙", # 感谢 https://github.com/zhyc9de + (49, 0): "文件", (49, 1): "类似文字消息而不一样的消息", (49, 5): "卡片式链接",