From 0d62985e512d70577632f9f9f2c5f1c435e6fd08 Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Wed, 26 Nov 2025 12:48:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(template/simple):=20=E7=BA=A0=E6=AD=A3=20si?= =?UTF-8?q?mple=20=E7=AC=A6=E5=90=88=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/simple/image_template.html | 21 +++++++++------- .../templates/simple/pdf_template.html | 24 +++++++++++-------- src/reports/templates/simple/quote_item.html | 6 +++-- src/reports/templates/simple/topic_item.html | 10 ++++---- .../templates/simple/user_title_item.html | 15 ++++++------ 5 files changed, 44 insertions(+), 32 deletions(-) diff --git a/src/reports/templates/simple/image_template.html b/src/reports/templates/simple/image_template.html index 1de3f53..8eda488 100644 --- a/src/reports/templates/simple/image_template.html +++ b/src/reports/templates/simple/image_template.html @@ -24,36 +24,41 @@ -

群聊日报 - {{ current_date }}

+

群聊日报 - {{current_date}}

基础统计

-

消息数: {{ message_count }}

-

参与人数: {{ participant_count }}

+

消息数: {{message_count}}

+

参与人数: {{participant_count}}

+

总字符数: {{total_characters}}

+

表情数: {{emoji_count}}

+

最活跃时段: {{most_active_period}}

活跃度图表

- {{ hourly_chart_html }} + {{hourly_chart_html}}

热门话题

- {{ topics_html }} + {{topics_html}}

群友称号

- {{ titles_html }} + {{titles_html}}

群圣经

- {{ quotes_html }} + {{quotes_html}}
diff --git a/src/reports/templates/simple/pdf_template.html b/src/reports/templates/simple/pdf_template.html index c44f05c..8eda488 100644 --- a/src/reports/templates/simple/pdf_template.html +++ b/src/reports/templates/simple/pdf_template.html @@ -3,7 +3,7 @@ - Simple PDF Report + Simple Report