⚙ 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:
@@ -21,7 +21,7 @@ storage:
|
|||||||
formats:
|
formats:
|
||||||
sqlite: true # 主存储(必须启用)
|
sqlite: true # 主存储(必须启用)
|
||||||
txt: false # 是否生成 TXT 快照
|
txt: false # 是否生成 TXT 快照
|
||||||
html: false # 是否生成 HTML 报告
|
html: false # 是否生成 HTML 报告(⚠️ 邮件推送必须设为 true,否则会报错)
|
||||||
|
|
||||||
# 本地存储配置
|
# 本地存储配置
|
||||||
local:
|
local:
|
||||||
|
|||||||
Reference in New Issue
Block a user