diff --git a/app/ui/mainview.py b/app/ui/mainview.py index 42c2b1f..6af60ee 100644 --- a/app/ui/mainview.py +++ b/app/ui/mainview.py @@ -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] diff --git a/doc/开发者手册.md b/doc/开发者手册.md index e8c5bb1..aa21e0f 100644 --- a/doc/开发者手册.md +++ b/doc/开发者手册.md @@ -1,3 +1,4 @@ +# 开发者手册 ## 源码运行 运行前请确保您的电脑上已经安装了Git、版本不低于3.10的Python、部分第三方库需要用到MSVC,需要提前安装Windows构建工具 @@ -52,7 +53,6 @@ python main.py * [数据库功能介绍](./数据库介绍.md) - ## 仓库目录功能介绍 ```text diff --git a/readme.md b/readme.md index d6d803d..8c22ef8 100644 --- a/readme.md +++ b/readme.md @@ -52,7 +52,6 @@ - 还原微信聊天界面 - 🗨文本✅ - 🏝图片✅ - - 🐻‍❄️表情包✅ - 拍一拍等系统消息✅ - 导出数据 - 批量导出数据✅ @@ -83,6 +82,8 @@ 聊天界面 +![](./doc/images/微信图片_20240130214341.jpg) + ![image-20230520235351749](./doc/images/20231227211149.png) ![image-20230520235351749](./doc/images/20231227211215.png)