补齐插件默认配置并消除启动缺失告警

变更项:\n1. 新增 epic_free 默认配置文件,补充调度与 Epic 参数默认值。\n2. 新增 daily_ranking 默认配置文件,补充排行参数默认值。\n3. 新增 daily_news 默认配置文件,补充新闻源默认值。\n4. 新增 sehuatang_push 默认配置文件,补充推送默认参数。\n5. 全部配置文件加入中文注释,便于后续后台统一维护与扩展。
This commit is contained in:
liuwei
2026-04-17 09:42:00 +08:00
parent 3226fabcec
commit c39b3ba566
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# 每日活跃排行插件默认配置
# 说明:
# 1. 用于提供插件默认配置,避免启动时出现“配置文件不存在”的提示。
# 2. 业务参数后续可由后台任务配置覆盖,此处作为兜底默认值。
[general]
# 是否启用插件true 启用false 禁用
enabled = true
[ranking]
# 默认展示排行人数上限(仅作为默认参考值)
top_limit = 10