From fd642b4de038d377d846c8b03f315c100aae0ecf Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sat, 10 Aug 2024 19:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=862.0=E7=9A=84ui=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/ui/templates/chat.html | 71 ----------- pywxdump/ui/templates/index.html | 197 ------------------------------- 2 files changed, 268 deletions(-) delete mode 100644 pywxdump/ui/templates/chat.html delete mode 100644 pywxdump/ui/templates/index.html diff --git a/pywxdump/ui/templates/chat.html b/pywxdump/ui/templates/chat.html deleted file mode 100644 index f9b0783..0000000 --- a/pywxdump/ui/templates/chat.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - chat - - - - - -
-
-
- - - {% for msg in msgs %} - - {% if msg.is_sender == 1 %} -
- -
- - {% if msg.type_name == '语音' %} - - {% elif msg.type_name == '图片' %} - {{msg.content.msg}} - {% elif msg.type_name == '动画表情' %} - {{msg.content.msg}} - {% else %} -

{{msg.content.msg}}

- {% endif %} - -
- {% else %} -
-
- - {% if msg.type_name == '语音' %} - - {% elif msg.type_name == '图片' %} - {{msg.content.msg}} - {% elif msg.type_name == '动画表情' %} - {{msg.content.msg}} - {% else %} -

{{msg.content.msg}}

- {% endif %} - -
- {% endif %} - - - {% endfor %} - -
-
-
-
- - - - - - \ No newline at end of file diff --git a/pywxdump/ui/templates/index.html b/pywxdump/ui/templates/index.html deleted file mode 100644 index d4d4d64..0000000 --- a/pywxdump/ui/templates/index.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - 聊天记录显示 - - - - - -
-
-
-
- - - - - - - - - {% for user in users %} - - - - - - {% endfor %} - -
名称数量
- {{user.username}} - {{user.nickname}} - {{user.remark}} - {{user.chat_count}} - - {% if user.remark not in [None, '']%} - {{user.remark}} - {% else %} - {{user.nickname}} - {% endif %} - {{user.chat_count}}
-
-
-
- - - - - -
-

欢迎使用PyWxDump聊天记录查看工具! -

-
- - -
-
-
- - - - - - - -