From c2df2f906c30ebc89a71d81b4fc3dce49237470f Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Thu, 12 Feb 2026 15:52:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(template):=20=E5=B0=86=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=94=B9=E4=B8=BA=20options=EF=BC=8C?= =?UTF-8?q?=E6=96=B9=E4=BE=BF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _conf_schema.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_conf_schema.json b/_conf_schema.json index 1fc5e43..1366071 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -66,8 +66,14 @@ "report_template": { "type": "string", "description": "报告模板", + "options": [ + "scrapbook", + "retro_futurism", + "simple", + "format" + ], "default": "scrapbook", - "hint": "分析报告使用的HTML模板名称,使用 `/设置模板` 查看使用指南,使用`/查看模板` 命令查看模板样式效果" + "hint": "分析报告使用的HTML模板名称,QQ 端可以使用 `/设置模板` 查看使用指南,使用`/查看模板` 命令查看模板样式效果。其他平台不支持合并转发,可以到 [模板](https://github.com/SXP-Simon/astrbot_plugin_qq_group_daily_analysis/tree/main/assets) 文件夹中查看模板样式效果" }, "debug_mode": { "type": "bool",