From 3b956ad83c7d20a45daf81b82cd3ff60a68dd47b Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20config(trendradar):=20clarify=20htm?= =?UTF-8?q?l=20format=20requirement=20for=20email=20notifications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add warning note that html format must be set to true for email push functionality - prevent potential errors by documenting this dependency in the configuration file --- apps/trendradar/4.0.1/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trendradar/4.0.1/config/config.yaml b/apps/trendradar/4.0.1/config/config.yaml index 769606fe3..2585129d2 100644 --- a/apps/trendradar/4.0.1/config/config.yaml +++ b/apps/trendradar/4.0.1/config/config.yaml @@ -21,7 +21,7 @@ storage: formats: sqlite: true # 主存储(必须启用) txt: false # 是否生成 TXT 快照 - html: false # 是否生成 HTML 报告 + html: false # 是否生成 HTML 报告(⚠️ 邮件推送必须设为 true,否则会报错) # 本地存储配置 local: