移除表情包

This commit is contained in:
shuaikangzhou 2023-12-04 18:40:57 +08:00
parent 58445d26b8
commit 7b3774cea9
3 changed files with 11 additions and 25 deletions

View File

@ -7,32 +7,18 @@ assignees: ''
--- ---
**Describe the bug** **bug描述**
A clear and concise description of what the bug is. 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. - OS: [e.g. Win11]
- Python版本:
**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]
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.

View File

@ -116,7 +116,7 @@ class ChatInfo(QWidget):
) )
self.chat_window.add_message_item(bubble_message, 0) self.chat_window.add_message_item(bubble_message, 0)
elif type_ == 47: elif type_ == 47:
# return return
if self.is_5_min(timestamp): if self.is_5_min(timestamp):
time_message = Notice(self.last_str_time) time_message = Notice(self.last_str_time)
self.last_str_time = str_time self.last_str_time = str_time

View File

@ -35,8 +35,8 @@
## 🍉功能 ## 🍉功能
- 解密📱手机本地微信数据库🐶 - 🔒️🔑🔓️手机本地微信数据库🐶
- 解密💻PC端本地微信数据库🐶 - 🔒️🔑🔓️PC端本地微信数据库🐶
- 还原微信聊天界面 - 还原微信聊天界面
- 🗨文本✅ - 🗨文本✅
- 🏝图片✅ - 🏝图片✅