mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
[v3.9.5] fix(report/template): 迁移到应该使用的 jinja2 模板引擎, HTML 文件方便调试和修改
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# QQ群日常分析插件
|
# QQ群日常分析插件
|
||||||
|
|
||||||
|
|
||||||
[](https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis)
|
[](https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis)
|
||||||
[](https://github.com/AstrBotDevs/AstrBot)
|
[](https://github.com/AstrBotDevs/AstrBot)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://qm.qq.com/q/oTzIrdDBIc)
|
[](https://qm.qq.com/q/oTzIrdDBIc)
|
||||||
@@ -97,6 +97,9 @@ _✨ 一个基于AstrBot的智能群聊分析插件,能够生成精美的群
|
|||||||
<details>
|
<details>
|
||||||
<summary>📋 点击展开查看完整更新日志</summary>
|
<summary>📋 点击展开查看完整更新日志</summary>
|
||||||
|
|
||||||
|
### v3.9.5
|
||||||
|
- fix(report/template): 迁移到应该使用的 jinja2 模板引擎, HTML 文件方便调试和修改
|
||||||
|
|
||||||
### v3.9.0
|
### v3.9.0
|
||||||
- 感谢 lxfight,参考 [Mnemosyne-AstrBot长期记忆插件](https://github.com/lxfight/astrbot_plugin_mnemosyne) 实现自动发版和 Issue 模板
|
- 感谢 lxfight,参考 [Mnemosyne-AstrBot长期记忆插件](https://github.com/lxfight/astrbot_plugin_mnemosyne) 实现自动发版和 Issue 模板
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -14,6 +14,6 @@ help: | # 插件的帮助信息
|
|||||||
命令:
|
命令:
|
||||||
/群分析 [天数] - 分析群聊活动
|
/群分析 [天数] - 分析群聊活动
|
||||||
/分析设置 [操作] - 管理设置(enable/disable/status/test)
|
/分析设置 [操作] - 管理设置(enable/disable/status/test)
|
||||||
version: v3.9.4 # 插件版本号。格式:v1.1.1 或者 v1.1
|
version: v3.9.5 # 插件版本号。格式:v1.1.1 或者 v1.1
|
||||||
author: SXP-Simon # 作者
|
author: SXP-Simon # 作者
|
||||||
repo: https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis # 插件的仓库地址
|
repo: https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis # 插件的仓库地址
|
||||||
|
|||||||
Reference in New Issue
Block a user