mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
fix(output_format): 改为 options 形式处理,提升用户体验
This commit is contained in:
+6
-1
@@ -60,8 +60,13 @@
|
||||
"output_format": {
|
||||
"type": "string",
|
||||
"description": "输出格式",
|
||||
"options": [
|
||||
"image",
|
||||
"text",
|
||||
"html"
|
||||
],
|
||||
"default": "image",
|
||||
"hint": "分析报告的输出格式:image(图片)、text(文本)、html(HTML文件)。"
|
||||
"hint": "选择分析报告的输出方式:image(图片)、text(纯文本摘要)、html(可交互式网页文件)"
|
||||
},
|
||||
"report_template": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user