mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 10:52:18 +08:00
update readme
This commit is contained in:
parent
7a7ed1ae75
commit
763258582d
@ -39,6 +39,7 @@ def parser_xml(xml_string):
|
||||
encrypturl = emoji.get('encrypturl')
|
||||
thumburl = emoji.get('thumburl')
|
||||
externurl = emoji.get('externurl')
|
||||
androidmd5 = emoji.get('androidmd5')
|
||||
width = emoji.get('width')
|
||||
height = emoji.get('height')
|
||||
return {
|
||||
@ -46,7 +47,7 @@ def parser_xml(xml_string):
|
||||
'height': height,
|
||||
'cdnurl': cdnurl,
|
||||
'thumburl': thumburl if thumburl else cdnurl,
|
||||
'md5': md5
|
||||
'md5': md5 if md5 else androidmd5,
|
||||
}
|
||||
|
||||
|
||||
|
BIN
doc/images/logo.png
Normal file
BIN
doc/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
@ -15,7 +15,7 @@ class ViewController(QWidget):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setWindowTitle('解密')
|
||||
self.setWindowIcon(QIcon(':/icons/icons/logo.svg'))
|
||||
self.setWindowIcon(QIcon(':/icons/icons/logo.png'))
|
||||
self.viewMainWIndow = None
|
||||
self.viewDecrypt = None
|
||||
# 创建加载动画
|
||||
|
@ -1,5 +1,4 @@
|
||||
# 微信聊天记录可视化
|
||||
|
||||
<h1 align="center">我的数据我做主</h1>
|
||||
<div align="center">
|
||||
<img src="https://img.shields.io/badge/WeChat-解密-blue.svg">
|
||||
<a href="https://github.com/LC044/WeChatMsg/stargazers">
|
||||
@ -15,7 +14,10 @@
|
||||
<img src="https://img.shields.io/github/license/LC044/WeChatMsg" />
|
||||
</a>
|
||||
</div>
|
||||
<div align="center">
|
||||
|
||||
<a><img src="./doc/images/logo.png" height="240"/></a>
|
||||
</div>
|
||||
## 功能
|
||||
|
||||
- 破解📱手机微信数据库
|
||||
|
Loading…
Reference in New Issue
Block a user