fix(conf): output_format 改为 list 类型支持多选

This commit is contained in:
SXP-Simon
2026-07-21 15:54:24 +08:00
parent c19332a887
commit eb8da860d5
+4 -4
View File
@@ -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",