From 7b3774cea9f78acbd8a7afa803c985d93a0bfef5 Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Mon, 4 Dec 2023 18:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=A1=A8=E6=83=85=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++-------------------- app/ui_pc/chat/chat_info.py | 2 +- readme.md | 4 ++-- 3 files changed, 11 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..6917363 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,32 +7,18 @@ assignees: '' --- -**Describe the bug** +**bug描述** A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +**报错截图** -**Expected behavior** -A clear and concise description of what you expected to happen. +**是否可复现** -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**运行环境:** + - OS: [e.g. Win11] + - Python版本: + - 软件版本: + - 微信版本: **Additional context** Add any other context about the problem here. diff --git a/app/ui_pc/chat/chat_info.py b/app/ui_pc/chat/chat_info.py index d9a0378..3df71d3 100644 --- a/app/ui_pc/chat/chat_info.py +++ b/app/ui_pc/chat/chat_info.py @@ -116,7 +116,7 @@ class ChatInfo(QWidget): ) self.chat_window.add_message_item(bubble_message, 0) elif type_ == 47: - # return + return if self.is_5_min(timestamp): time_message = Notice(self.last_str_time) self.last_str_time = str_time diff --git a/readme.md b/readme.md index a5e8136..252fcbb 100644 --- a/readme.md +++ b/readme.md @@ -35,8 +35,8 @@ ## 🍉功能 -- 解密📱手机本地微信数据库🐶 -- 解密💻PC端本地微信数据库🐶 +- 🔒️🔑🔓️手机本地微信数据库🐶 +- 🔒️🔑🔓️PC端本地微信数据库🐶 - 还原微信聊天界面 - 🗨文本✅ - 🏝图片✅