mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 19:02:17 +08:00
去除从网络加载头像,补充致谢信息
This commit is contained in:
parent
db417dc48f
commit
1708a4649a
@ -7,8 +7,6 @@ from pprint import pprint
|
|||||||
|
|
||||||
from app.log import logger
|
from app.log import logger
|
||||||
|
|
||||||
DB = None
|
|
||||||
cursor = None
|
|
||||||
db_path = "./app/Database/Msg/MSG.db"
|
db_path = "./app/Database/Msg/MSG.db"
|
||||||
lock = threading.Lock()
|
lock = threading.Lock()
|
||||||
|
|
||||||
|
@ -188,6 +188,7 @@ class CAvatar(QWidget):
|
|||||||
"""设置url,可以是本地路径,也可以是网络地址
|
"""设置url,可以是本地路径,也可以是网络地址
|
||||||
:param url:
|
:param url:
|
||||||
"""
|
"""
|
||||||
|
return
|
||||||
self.url = url
|
self.url = url
|
||||||
self._get(url)
|
self._get(url)
|
||||||
|
|
||||||
|
@ -288,6 +288,7 @@ python main.py
|
|||||||
# 🏆致谢
|
# 🏆致谢
|
||||||
|
|
||||||
* PC微信解密工具:[https://github.com/xaoyaoo/PyWxDump](https://github.com/xaoyaoo/PyWxDump)
|
* PC微信解密工具:[https://github.com/xaoyaoo/PyWxDump](https://github.com/xaoyaoo/PyWxDump)
|
||||||
|
* PyQt组件库[https://github.com/PyQt5/CustomWidgets](https://github.com/PyQt5/CustomWidgets)
|
||||||
* 我的得力助手:[ChatGPT](https://chat.openai.com/)
|
* 我的得力助手:[ChatGPT](https://chat.openai.com/)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user