diff --git a/README.md b/README.md index 631792f..d9fee4e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # QQ群日常分析插件 -[![Plugin Version](https://img.shields.io/badge/Latest_Version-v4.2.6-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.2.7-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) @@ -56,7 +56,18 @@ _✨ 一个基于AstrBot的智能群聊分析插件,能够生成精美的群 > 4. 回退到第一个可用的 Provider ## 效果 -![效果图](./assets/demo.jpg) +![默认模板效果图](./assets/scrapbook-demo.jpg) + +
+点击展开查看其他模板效果图 + +format 模板效果图 +![format效果图](./assets/format-demo.jpg) + +simple 模板效果图(用于展示贡献指南) +![simple效果图](./assets/simple-demo.jpg) + +
## 使用方法 diff --git a/_conf_schema.json b/_conf_schema.json index b524da2..f5ecb9c 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -70,7 +70,7 @@ "type": "string", "description": "报告模板", "default": "scrapbook", - "hint": "分析报告使用的HTML模板名称,使用 `/设置模板` 查看使用指南" + "hint": "分析报告使用的HTML模板名称,使用 `/设置模板` 查看使用指南,效果见 README(文档)" }, "min_messages_threshold": { diff --git a/assets/format-demo.jpg b/assets/format-demo.jpg new file mode 100644 index 0000000..e773932 Binary files /dev/null and b/assets/format-demo.jpg differ diff --git a/assets/demo.jpg b/assets/scrapbook-demo.jpg similarity index 100% rename from assets/demo.jpg rename to assets/scrapbook-demo.jpg diff --git a/assets/simple-demo.jpg b/assets/simple-demo.jpg new file mode 100644 index 0000000..73c4deb Binary files /dev/null and b/assets/simple-demo.jpg differ diff --git a/metadata.yaml b/metadata.yaml index d87dfcc..f4e6102 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -14,6 +14,6 @@ help: | # 插件的帮助信息 命令: /群分析 [天数] - 分析群聊活动 /分析设置 [操作] - 管理设置(enable/disable/status/test) -version: v4.2.6 # 插件版本号。格式:v1.1.1 或者 v1.1 +version: v4.2.7 # 插件版本号。格式: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/old/activity_chart.html b/src/reports/templates/format/activity_chart.html similarity index 100% rename from src/reports/templates/old/activity_chart.html rename to src/reports/templates/format/activity_chart.html diff --git a/src/reports/templates/old/image_template.html b/src/reports/templates/format/image_template.html similarity index 100% rename from src/reports/templates/old/image_template.html rename to src/reports/templates/format/image_template.html diff --git a/src/reports/templates/old/pdf_template.html b/src/reports/templates/format/pdf_template.html similarity index 100% rename from src/reports/templates/old/pdf_template.html rename to src/reports/templates/format/pdf_template.html diff --git a/src/reports/templates/old/quote_item.html b/src/reports/templates/format/quote_item.html similarity index 100% rename from src/reports/templates/old/quote_item.html rename to src/reports/templates/format/quote_item.html diff --git a/src/reports/templates/old/topic_item.html b/src/reports/templates/format/topic_item.html similarity index 100% rename from src/reports/templates/old/topic_item.html rename to src/reports/templates/format/topic_item.html diff --git a/src/reports/templates/old/user_title_item.html b/src/reports/templates/format/user_title_item.html similarity index 100% rename from src/reports/templates/old/user_title_item.html rename to src/reports/templates/format/user_title_item.html