From 115ace3ae527f5d09cc982fb5df5f7814337b735 Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Mon, 11 Dec 2023 00:21:19 +0800 Subject: [PATCH] update readme --- app/ui_pc/chat/chat_info.py | 3 ++- readme.md | 32 +++++++++++++++++++++++++------- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/app/ui_pc/chat/chat_info.py b/app/ui_pc/chat/chat_info.py index 2421151..5735824 100644 --- a/app/ui_pc/chat/chat_info.py +++ b/app/ui_pc/chat/chat_info.py @@ -88,6 +88,7 @@ class ChatInfo(QWidget): is_send = message[4] avatar = MePC().avatar if is_send else self.contact.avatar timestamp = message[5] + BytesExtra = message[10] if type_ == 1: if self.is_5_min(timestamp): time_message = Notice(self.last_str_time) @@ -106,7 +107,7 @@ class ChatInfo(QWidget): time_message = Notice(self.last_str_time) self.last_str_time = str_time self.chat_window.add_message_item(time_message, 0) - image_path = hard_link_db.get_image(content=str_content, thumb=False) + image_path = hard_link_db.get_image(content=str_content,bytesExtra=BytesExtra, thumb=False) image_path = get_abs_path(image_path) bubble_message = BubbleMessage( image_path, diff --git a/readme.md b/readme.md index 7dabb86..45d4b36 100644 --- a/readme.md +++ b/readme.md @@ -316,11 +316,29 @@ python main.py 如果您是一名开发者,有新的想法或建议,欢迎[fork](https://github.com/LC044/WeChatMsg/forks) 该项目并发起[PR](https://github.com/LC044/WeChatMsg/pulls),我将把您的名字写入贡献者名单中 -另外本人硬件配置: +# 贡献者 -* 在校大学生一枚,时间有限、精力有限、能力有限 -* 24寸1080p屏幕一个(缩放率100%,不是500%) -* CPU:AMD 6800H -* 内存:64G(那些说性能差爆内存的有没有从自身找原因,这么多年了,有没有努力,内存容量涨没涨) -* 操作系统:Win11(就俩字“好看”) -* 所以任何超出硬件支持之外的需求在我硬件没变之前都不会适配 \ No newline at end of file + + + + +# 支持 + +感谢您对这个项目的兴趣和支持!如果您发现这个项目对您有帮助,并且您愿意提供赞助以维持项目的发展和改进,我将非常感激。 + +## 赞助方式 + +您可以通过以下方式提供赞助: + +- [爱发电](https://afdian.net/a/lc044) +- [博客主页](https://blog.lc044.love/about) + +## 赞助者名单 + +感谢以下赞助者的慷慨支持: + +如果您提供赞助并希望出现在赞助者名单中,请在提交赞助时提供您的 GitHub 用户名或其他相关信息。 + +## 感谢 + +再次感谢您的支持,这对项目的持续发展至关重要! \ No newline at end of file