mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
fix(conf): output_format 改为 list 类型支持多选
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user