diff --git a/README.md b/README.md index 208386b..f03790a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # QQ群日常分析插件 -[![Plugin Version](https://img.shields.io/badge/Latest_Version-v4.1.0-blue.svg?style=for-the-badge&color=76bad9)](https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis) +[![Plugin Version](https://img.shields.io/badge/Latest_Version-v4.1.1-blue.svg?style=for-the-badge&color=76bad9)](https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis) [![AstrBot](https://img.shields.io/badge/AstrBot-Plugin-ff69b4?style=for-the-badge)](https://github.com/AstrBotDevs/AstrBot) [![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](LICENSE) [![](https://img.shields.io/badge/五彩斑斓的Bug群-Bug反馈群&水群-white?style=for-the-badge&color=76bad9&logo=qq&logoColor=76bad9)](https://qm.qq.com/q/oTzIrdDBIc) diff --git a/metadata.yaml b/metadata.yaml index 637ecbe..202f8c8 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -14,6 +14,6 @@ help: | # 插件的帮助信息 命令: /群分析 [天数] - 分析群聊活动 /分析设置 [操作] - 管理设置(enable/disable/status/test) -version: v4.1.0 # 插件版本号。格式:v1.1.1 或者 v1.1 +version: v4.1.1 # 插件版本号。格式:v1.1.1 或者 v1.1 author: SXP-Simon # 作者 repo: https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis # 插件的仓库地址 diff --git a/src/reports/templates/image_template.html b/src/reports/templates/image_template.html index b3a16f7..3b2da8f 100644 --- a/src/reports/templates/image_template.html +++ b/src/reports/templates/image_template.html @@ -1,5 +1,6 @@ + @@ -7,23 +8,26 @@ - - + + +
- +
@@ -415,7 +711,11 @@
- + + +
{{message_count}}
消息总数
@@ -423,7 +723,11 @@
- + + +
{{participant_count}}
参与人数
@@ -431,7 +735,11 @@
- + + +
{{emoji_count}}
表情统计
@@ -439,7 +747,11 @@
- + + +
{{total_characters}}
总字符数
@@ -450,19 +762,22 @@
-
✨ Highlight Time
+
✨ Highlight + Time
{{most_active_period}}
(此刻,世界色彩斑斓)
- +
- + + + 24H 活跃轨迹
@@ -478,7 +793,9 @@
- + + + 今日话题 Topics
{{topics_html}} @@ -487,7 +804,10 @@
- + + + 群友画像 Portraits
@@ -498,7 +818,9 @@
- + + + 群贤毕至 Bible Quotes
{{quotes_html}} @@ -508,13 +830,19 @@
+ \ No newline at end of file diff --git a/src/reports/templates/pdf_template.html b/src/reports/templates/pdf_template.html index b3a16f7..3b2da8f 100644 --- a/src/reports/templates/pdf_template.html +++ b/src/reports/templates/pdf_template.html @@ -1,5 +1,6 @@ + @@ -7,23 +8,26 @@ - - + + +
- +
@@ -415,7 +711,11 @@
- + + +
{{message_count}}
消息总数
@@ -423,7 +723,11 @@
- + + +
{{participant_count}}
参与人数
@@ -431,7 +735,11 @@
- + + +
{{emoji_count}}
表情统计
@@ -439,7 +747,11 @@
- + + +
{{total_characters}}
总字符数
@@ -450,19 +762,22 @@
-
✨ Highlight Time
+
✨ Highlight + Time
{{most_active_period}}
(此刻,世界色彩斑斓)
- +
- + + + 24H 活跃轨迹
@@ -478,7 +793,9 @@
- + + + 今日话题 Topics
{{topics_html}} @@ -487,7 +804,10 @@
- + + + 群友画像 Portraits
@@ -498,7 +818,9 @@
- + + + 群贤毕至 Bible Quotes
{{quotes_html}} @@ -508,13 +830,19 @@
+ \ No newline at end of file