From eb8da860d5a21c4e346308ac48e54ec60f70cdef Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Tue, 21 Jul 2026 15:54:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(conf):=20output=5Fformat=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20list=20=E7=B1=BB=E5=9E=8B=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _conf_schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",