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聊天记录查看工具! -

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