From 3d6378792ee172b27ef387e8f1ac1ac0a2bc1fdc Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Sat, 29 Nov 2025 00:04:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(format):=20=E6=8F=90=E5=8F=96=E6=8E=92?= =?UTF-8?q?=E7=89=88=EF=BC=8C=E7=BA=A0=E6=AD=A3=E5=85=B3=E9=97=AD=E5=88=86?= =?UTF-8?q?=E6=9E=90=E5=88=86=E5=8C=BA=E4=BD=86=E6=98=AF=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=B2=A1=E6=9C=89=E5=8E=BB=E9=99=A4=E7=9A=84?= =?UTF-8?q?=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/format/image_template.html | 17 ++------- .../templates/format/pdf_template.html | 17 ++------- src/reports/templates/format/quote_item.html | 17 ++++++--- src/reports/templates/format/topic_item.html | 23 ++++++++---- .../templates/format/user_title_item.html | 37 +++++++++++-------- 5 files changed, 54 insertions(+), 57 deletions(-) diff --git a/src/reports/templates/format/image_template.html b/src/reports/templates/format/image_template.html index 7630c4a..0bdeea2 100644 --- a/src/reports/templates/format/image_template.html +++ b/src/reports/templates/format/image_template.html @@ -518,20 +518,9 @@ {{hourly_chart_html}} -
-

热门话题

-
{{topics_html}}
-
- -
-

群友称号

-
{{titles_html}}
-
- -
-

群圣经

- {{quotes_html}} -
+ {{topics_html}} + {{titles_html}} + {{quotes_html}} -
-

热门话题

-
{{topics_html}}
-
- -
-

群友称号

-
{{titles_html}}
-
- -
-

群圣经

- {{quotes_html}} -
+ {{topics_html}} + {{titles_html}} + {{quotes_html}}