update readme

This commit is contained in:
shuaikangzhou 2023-12-11 00:21:19 +08:00
parent f43faec662
commit 115ace3ae5
2 changed files with 27 additions and 8 deletions

View File

@ -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,

View File

@ -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(就俩字“好看”)
* 所以任何超出硬件支持之外的需求在我硬件没变之前都不会适配
<a href="https://github.com/lc044/wechatmsg/graphs/contributors">
<img src="https://contrib.rocks/image?repo=lc044/wechatmsg" />
</a>
# 支持
感谢您对这个项目的兴趣和支持!如果您发现这个项目对您有帮助,并且您愿意提供赞助以维持项目的发展和改进,我将非常感激。
## 赞助方式
您可以通过以下方式提供赞助:
- [爱发电](https://afdian.net/a/lc044)
- [博客主页](https://blog.lc044.love/about)
## 赞助者名单
感谢以下赞助者的慷慨支持:
如果您提供赞助并希望出现在赞助者名单中,请在提交赞助时提供您的 GitHub 用户名或其他相关信息。
## 感谢
再次感谢您的支持,这对项目的持续发展至关重要!