Files
abot/plugins/daily_news/config.toml
liuwei c39b3ba566 补齐插件默认配置并消除启动缺失告警
变更项:\n1. 新增 epic_free 默认配置文件,补充调度与 Epic 参数默认值。\n2. 新增 daily_ranking 默认配置文件,补充排行参数默认值。\n3. 新增 daily_news 默认配置文件,补充新闻源默认值。\n4. 新增 sehuatang_push 默认配置文件,补充推送默认参数。\n5. 全部配置文件加入中文注释,便于后续后台统一维护与扩展。
2026-04-17 09:42:00 +08:00

13 lines
431 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 每日新闻插件默认配置
# 说明:
# 1. 该文件用于提供默认配置,减少启动阶段的缺失配置告警。
# 2. 新闻抓取源在代码中存在兜底逻辑,此处可作为后台参数化扩展入口。
[general]
# 是否启用插件true 启用false 禁用
enabled = true
[news]
# 60s 热点新闻接口地址(可按需替换为你自己的新闻源)
api_60s_url = "https://api.03c3.cn/api/zb"