[v1.9.0] (活跃度可视化) 生成 24h 时间段活跃情况分析

This commit is contained in:
回归天空
2025-09-03 16:38:56 +08:00
parent 347cb94203
commit a2bebc257a
9 changed files with 393 additions and 4 deletions
+3 -1
View File
@@ -216,6 +216,8 @@ class QQGroupDailyAnalysis(Star):
logger.error(f"群分析失败: {e}", exc_info=True)
yield event.plain_result(f"❌ 分析失败: {str(e)}。请检查网络连接和LLM配置,或联系管理员")
@filter.command("设置格式")
@filter.permission_type(PermissionType.ADMIN)
async def set_output_format(self, event: AiocqhttpMessageEvent, format_type: str = ""):
@@ -366,7 +368,7 @@ class QQGroupDailyAnalysis(Star):
• 最大查询轮数: {max_rounds}
💡 可用命令: enable, disable, status, reload, test
💡 支持的输出格式: image, text, pdf
💡 支持的输出格式: image, text, pdf (图片和PDF包含活跃度可视化)
💡 其他命令: /设置格式, /安装PDF""")