mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-06-14 09:36:44 +08:00
修复图片都是缩略图的问题
This commit is contained in:
@@ -134,7 +134,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, bytesExtra=BytesExtra, thumb=False)
|
||||
image_path = hard_link_db.get_image(content=str_content, bytesExtra=BytesExtra, up_dir=Me().wx_dir,thumb=False)
|
||||
image_path = get_abs_path(image_path)
|
||||
bubble_message = BubbleMessage(
|
||||
image_path,
|
||||
|
||||
Reference in New Issue
Block a user