⚙ config(trendradar): clarify html format requirement for email notifications
- 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
This commit is contained in:
parent
6a3d9c7fcc
commit
3b956ad83c
|
|
@ -21,7 +21,7 @@ storage:
|
|||
formats:
|
||||
sqlite: true # 主存储(必须启用)
|
||||
txt: false # 是否生成 TXT 快照
|
||||
html: false # 是否生成 HTML 报告
|
||||
html: false # 是否生成 HTML 报告(⚠️ 邮件推送必须设为 true,否则会报错)
|
||||
|
||||
# 本地存储配置
|
||||
local:
|
||||
|
|
|
|||
Loading…
Reference in New Issue