From 346edaa42ab29e7186c911a99260bfbc264a8387 Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Mon, 22 Jan 2024 22:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E5=88=86ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/DataBase/msg.py | 2 +- app/decrypt/get_wx_info.py | 2 +- app/resources/data/template.html | 11 +++++++++-- app/ui/contact/export/export_dialog.py | 2 +- app/ui/mainview.py | 6 ++++-- app/ui/mainwindow.py | 4 ++++ app/web_ui/templates/christmas.html | 2 +- 7 files changed, 21 insertions(+), 8 deletions(-) diff --git a/app/DataBase/msg.py b/app/DataBase/msg.py index 1d9b807..8288987 100644 --- a/app/DataBase/msg.py +++ b/app/DataBase/msg.py @@ -221,7 +221,7 @@ class Msg: sql = ''' select localId,TalkerId,Type,SubType,IsSender,CreateTime,Status,StrContent,strftime('%Y-%m-%d %H:%M:%S',CreateTime,'unixepoch','localtime') as StrTime,MsgSvrID,BytesExtra,CompressContent,DisplayContent from MSG - where StrTalker = ? and localId < ? + where StrTalker = ? and localId < ? and (Type=1 or Type=3) order by CreateTime desc limit 20 ''' diff --git a/app/decrypt/get_wx_info.py b/app/decrypt/get_wx_info.py index d9c0a40..4571ba5 100644 --- a/app/decrypt/get_wx_info.py +++ b/app/decrypt/get_wx_info.py @@ -349,7 +349,7 @@ def read_info(version_list, is_logging=False): wechat_process = [] result = [] error = "" - for process in psutil.process_iter(['name', 'exe', 'pid', 'cmdline']): + for process in psutil.process_iter(['name', 'exe', 'pid']): if process.name() == 'WeChat.exe': wechat_process.append(process) diff --git a/app/resources/data/template.html b/app/resources/data/template.html index 5d5e9bf..8bf2d1a 100644 --- a/app/resources/data/template.html +++ b/app/resources/data/template.html @@ -16,8 +16,8 @@ body { height: 100vh; align-items: center; justify-content: center; - background-color: #E4E6C5; - background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2394AB85' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + background-color: #F5F5F5; + //background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2394AB85' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } ::-webkit-scrollbar { @@ -698,6 +698,13 @@ input {
很抱歉,由于程序出现未知错误,您的聊天记录未能成功展示。
您可以关注下方微信公众号,回复:联系方式,获取QQ交流群群号,并在群内寻求帮助。
+
+
+ +
+
您可自行排查问题所在,例如只选择文本或图片,反馈时请说明哪种消息类型出现了问题!!! +
+