mirror of
https://github.com/wahyd4/TrendRadar.git
synced 2026-08-08 21:05:39 +10:00
Update config
This commit is contained in:
+3
-7
@@ -28,7 +28,7 @@ report:
|
||||
mode: "daily" # 可选: "daily"|"incremental"|"current"
|
||||
rank_threshold: 5 # 排名高亮阈值
|
||||
sort_by_position_first: false # 排序优先级:true=先按配置位置排序,false=先按热点条数排序
|
||||
max_news_per_keyword: 0 # 每个关键词最大显示数量,0=不限制
|
||||
max_news_per_keyword: 3 # 每个关键词最大显示数量,0=不限制
|
||||
|
||||
notification:
|
||||
enable_notification: true # 是否启用通知功能,如果 false,则不发送手机通知
|
||||
@@ -49,8 +49,8 @@ notification:
|
||||
# 注意:GitHub Actions 执行时间不稳定,时间范围建议至少留足 2 小时
|
||||
# 如果想要精准的定时推送,建议使用 Docker 部署在个人服务器上
|
||||
time_range:
|
||||
start: "20:00" # 推送时间窗口开始(北京时间)
|
||||
end: "22:00" # 推送时间窗口结束(北京时间)
|
||||
start: "07:00" # 推送时间窗口开始(北京时间)
|
||||
end: "16:00" # 推送时间窗口结束(北京时间)
|
||||
once_per_day: true # 每天在时间窗口内只推送一次,如果 false,则窗口内每次执行都推送
|
||||
push_record_retention_days: 7 # 推送记录保留天数
|
||||
|
||||
@@ -97,14 +97,10 @@ weight:
|
||||
platforms:
|
||||
- id: "toutiao"
|
||||
name: "今日头条"
|
||||
- id: "baidu"
|
||||
name: "百度热搜"
|
||||
- id: "wallstreetcn-hot"
|
||||
name: "华尔街见闻"
|
||||
- id: "thepaper"
|
||||
name: "澎湃新闻"
|
||||
- id: "bilibili-hot-search"
|
||||
name: "bilibili 热搜"
|
||||
- id: "cls-hot"
|
||||
name: "财联社热门"
|
||||
- id: "ifeng"
|
||||
|
||||
Reference in New Issue
Block a user