mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
修改logo
This commit is contained in:
parent
e9cc4b0788
commit
86efc5a6ea
@ -240,6 +240,7 @@ def decodeExtraBuf(extra_buf_content: bytes):
|
|||||||
content = extra_buf_content[off: off + length]
|
content = extra_buf_content[off: off + length]
|
||||||
off += length
|
off += length
|
||||||
res[trunk_head][field] = int.from_bytes(content, "little")
|
res[trunk_head][field] = int.from_bytes(content, "little")
|
||||||
|
# print(res)
|
||||||
return {
|
return {
|
||||||
'region': (res['国家']['18'], res['省份']['18'], res['市']['18']),
|
'region': (res['国家']['18'], res['省份']['18'], res['市']['18']),
|
||||||
'signature': res['个性签名']['18'],
|
'signature': res['个性签名']['18'],
|
||||||
|
@ -121,4 +121,4 @@ if __name__ == '__main__':
|
|||||||
print(contact[-2])
|
print(contact[-2])
|
||||||
buf = contact[9]
|
buf = contact[9]
|
||||||
info = decodeExtraBuf(buf)
|
info = decodeExtraBuf(buf)
|
||||||
print(info['个性签名'],info['国家'],info['省份'],info['市'])
|
print(info)
|
BIN
app/resources/icons/logo3.0.ico
Normal file
BIN
app/resources/icons/logo3.0.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 446 KiB |
@ -16,8 +16,8 @@
|
|||||||
<file>icons/output.svg</file>
|
<file>icons/output.svg</file>
|
||||||
<file>icons/search.svg</file>
|
<file>icons/search.svg</file>
|
||||||
<file>icons/word.svg</file>
|
<file>icons/word.svg</file>
|
||||||
<file>version_list.json</file>
|
|
||||||
<file>icons/logo.ico</file>
|
<file>icons/logo.ico</file>
|
||||||
|
<file>icons/logo3.0.ico</file>
|
||||||
<file>icons/logo.png</file>
|
<file>icons/logo.png</file>
|
||||||
<file>icons/logo99.png</file>
|
<file>icons/logo99.png</file>
|
||||||
<file>icons/tool.svg</file>
|
<file>icons/tool.svg</file>
|
||||||
@ -38,7 +38,4 @@
|
|||||||
<file>icons/Cursors/7.png</file>
|
<file>icons/Cursors/7.png</file>
|
||||||
<file>icons/weixin.png</file>
|
<file>icons/weixin.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/data">
|
|
||||||
|
|
||||||
</qresource>
|
|
||||||
</RCC>
|
</RCC>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@ class Icon:
|
|||||||
Default_avatar_path = ':/icons/icons/default_avatar.svg'
|
Default_avatar_path = ':/icons/icons/default_avatar.svg'
|
||||||
Default_image_path = ':/icons/icons/404.png'
|
Default_image_path = ':/icons/icons/404.png'
|
||||||
logo_path = ':/icons/icons/logo99.png'
|
logo_path = ':/icons/icons/logo99.png'
|
||||||
logo_ico_path = ':/icons/icons/logo.ico'
|
logo_ico_path = ':/icons/icons/logo3.0.ico'
|
||||||
MainWindow_Icon = QIcon(':/icons/icons/logo.svg')
|
MainWindow_Icon = QIcon(':/icons/icons/logo.svg')
|
||||||
Default_avatar = QIcon(Default_avatar_path)
|
Default_avatar = QIcon(Default_avatar_path)
|
||||||
Output = QIcon(':/icons/icons/output.svg')
|
Output = QIcon(':/icons/icons/output.svg')
|
||||||
|
Loading…
Reference in New Issue
Block a user