支持显示表情包

This commit is contained in:
shuaikangzhou
2023-11-24 23:49:37 +08:00
parent b732481d9c
commit cb571e937d
9 changed files with 164 additions and 58 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ def get_md5_from_xml(content):
def get_image(content, thumb=False):
md5 = get_md5_from_xml(content)
# md5 = 'bc37a58c32cb203ee9ac587b068e5853'
md5 = '41895664fc5a77878e2155fc96209a19'
# md5 = '41895664fc5a77878e2155fc96209a19'
result = get_image_by_md5(binascii.unhexlify(md5))
if result:
# print(result)