mirror of
https://gitee.com/houhuan/TrendRadar.git
synced 2026-05-01 00:12:42 +08:00
v2.1.0
This commit is contained in:
@@ -33,6 +33,16 @@ notification:
|
||||
batch_send_interval: 1 # 批次发送间隔(秒)
|
||||
feishu_message_separator: "━━━━━━━━━━━━━━━━━━━" # feishu 消息分割线
|
||||
|
||||
silent_push:
|
||||
enabled: false # 是否启用静默推送模式,如果 true,则启用
|
||||
# 因为我们白嫖的 github 服务器执行时间不稳定,所以时间范围要根据实际尽可能大一点,留足 2 小时
|
||||
# 如果你想寻求稳定的按时的推送,建议部署在个人的服务器上
|
||||
time_range:
|
||||
start: "20:00" # 推送时间范围开始(北京时间)
|
||||
end: "22:00" # 推送时间范围结束(北京时间)
|
||||
once_per_day: true # 每天在时间范围内只推送一次,如果 false,则时间范围内每次执行都推送一次
|
||||
push_record_retention_days: 7 # 推送记录保留天数
|
||||
|
||||
# 请务必妥善保管好 webhooks,不要公开
|
||||
# 如果你以 fork 的方式将本项目部署在 GitHub 上,请勿在此填写任何 webhooks,而是将 webhooks 填入 GitHub Secret
|
||||
# 不然轻则手机上收到奇怪的广告推送,重则存在一定的安全隐患
|
||||
|
||||
Reference in New Issue
Block a user