diff --git a/_conf_schema.json b/_conf_schema.json index 93f64e9..a479c64 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -64,15 +64,15 @@ "hint": "在分析中优先使用用户的群名片作为昵称显示" }, "output_format": { - "type": "string", - "description": "输出格式", + "type": "list", + "description": "输出格式(可多选)", "options": [ "image", "text", "html" ], - "default": "image", - "hint": "选择分析报告的输出方式:image(图片)、text(纯文本摘要)、html(可交互式网页文件)。QQ 官方图片/HTML 报告优先显示事件昵称,昵称缺失时使用群内稳定匿名名;文本报告由独立 Markdown 模块使用成员艾特展示身份。其他平台保持原有昵称文本格式。" + "default": ["image"], + "hint": "选择分析报告的输出方式(可多选)。image=图片、text=纯文本摘要、html=可交互式网页文件。多选时报告按顺序依次发送,例如 image+html 会发送图片并通过外链提供 HTML 报告。QQ 官方图片/HTML 报告优先显示事件昵称,昵称缺失时使用群内稳定匿名名;文本报告由独立 Markdown 模块使用成员艾特展示身份。其他平台保持原有昵称文本格式。" }, "report_template": { "type": "string",