mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-09 01:21:18 +08:00
update readme.md
This commit is contained in:
parent
85f505f8a0
commit
2e354891d8
@ -349,6 +349,14 @@ class MainWinController(QMainWindow, mainwindow.Ui_MainWindow, QCursorGif):
|
||||
self.avatar.loadFromData(img_bytes, format='jfif')
|
||||
self.avatar.scaled(60, 60)
|
||||
contact_info_list = micro_msg_db.get_contact_by_username(wxid)
|
||||
if not contact_info_list:
|
||||
close_db()
|
||||
import shutil
|
||||
try:
|
||||
shutil.rmtree('./app/Database/Msg')
|
||||
except:
|
||||
pass
|
||||
return
|
||||
me = Me()
|
||||
me.set_avatar(img_bytes)
|
||||
me.smallHeadImgUrl = contact_info_list[7]
|
||||
|
@ -1,3 +1,4 @@
|
||||
# 开发者手册
|
||||
## 源码运行
|
||||
|
||||
运行前请确保您的电脑上已经安装了Git、版本不低于3.10的Python、部分第三方库需要用到MSVC,需要提前安装Windows构建工具
|
||||
@ -52,7 +53,6 @@ python main.py
|
||||
|
||||
* [数据库功能介绍](./数据库介绍.md)
|
||||
|
||||
|
||||
## 仓库目录功能介绍
|
||||
|
||||
```text
|
||||
|
@ -52,7 +52,6 @@
|
||||
- 还原微信聊天界面
|
||||
- 🗨文本✅
|
||||
- 🏝图片✅
|
||||
- 🐻❄️表情包✅
|
||||
- 拍一拍等系统消息✅
|
||||
- 导出数据
|
||||
- 批量导出数据✅
|
||||
@ -83,6 +82,8 @@
|
||||
|
||||
<img alt="聊天界面" src="./doc/images/chat.png"/>
|
||||
|
||||
![](./doc/images/微信图片_20240130214341.jpg)
|
||||
|
||||
![image-20230520235351749](./doc/images/20231227211149.png)
|
||||
|
||||
![image-20230520235351749](./doc/images/20231227211215.png)
|
||||
|
Loading…
Reference in New Issue
Block a user