feat(template): 将模板选择改为 options,方便配置

This commit is contained in:
SXP-Simon
2026-02-12 15:52:30 +08:00
parent 1576012851
commit c2df2f906c
+7 -1
View File
@@ -66,8 +66,14 @@
"report_template": { "report_template": {
"type": "string", "type": "string",
"description": "报告模板", "description": "报告模板",
"options": [
"scrapbook",
"retro_futurism",
"simple",
"format"
],
"default": "scrapbook", "default": "scrapbook",
"hint": "分析报告使用的HTML模板名称,使用 `/设置模板` 查看使用指南,使用`/查看模板` 命令查看模板样式效果" "hint": "分析报告使用的HTML模板名称,QQ 端可以使用 `/设置模板` 查看使用指南,使用`/查看模板` 命令查看模板样式效果。其他平台不支持合并转发,可以到 [模板](https://github.com/SXP-Simon/astrbot_plugin_qq_group_daily_analysis/tree/main/assets) 文件夹中查看模板样式效果"
}, },
"debug_mode": { "debug_mode": {
"type": "bool", "type": "bool",