Skip to content

Commit

Permalink
移除表情包
Browse files Browse the repository at this point in the history
  • Loading branch information
LC044 committed Dec 4, 2023
1 parent 58445d2 commit 7b3774c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 25 deletions.
30 changes: 8 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion app/ui_pc/chat/chat_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def add_message(self, message):
)
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
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

## 🍉功能

- 解密📱手机本地微信数据库🐶
- 解密💻PC端本地微信数据库🐶
- 🔒️🔑🔓️手机本地微信数据库🐶
- 🔒️🔑🔓️PC端本地微信数据库🐶
- 还原微信聊天界面
- 🗨文本✅
- 🏝图片✅
Expand Down

0 comments on commit 7b3774c

Please sign in to comment.