fix(health): 移除功能树中已禁用/归档的job节点(策略评估/分支自成长/元自成长/建议对账/cron报告推XMPP)

This commit is contained in:
xxm
2026-08-22 00:24:38 +08:00
parent 626465960e
commit 58c7b223bf
+3 -8
View File
@@ -792,15 +792,11 @@ def build_feature_tree(cron_jobs, db_stats):
{"label": "策略重评", "status": "ok"},
{"label": "持仓自选新鲜度检查", "status": "ok"},
{"label": "自选买入区提醒", "status": "ok"},
{"label": "策略评估", "status": "ok"},
{"label": "分支自成长", "status": "ok"},
{"label": "元自成长", "status": "ok"},
]},
]},
{"label": "推荐推送", "status": "ok", "children": [
{"label": "MoFin盘前中监控", "status": "ok"},
{"label": "MoFin午后监控", "status": "ok"},
{"label": "cron报告推XMPP", "status": "ok"},
{"label": "开盘简报", "status": "ok"},
{"label": "开盘简报", "status": "ok"},
{"label": "收盘简报", "status": "ok"},
{"label": "市场精选推荐", "status": "ok"},
]},
@@ -819,8 +815,7 @@ def build_feature_tree(cron_jobs, db_stats):
{"label": "自愈执行器", "status": "ok"},
{"label": "策略质量门禁", "status": "ok"},
{"label": "自选自动清理", "status": "ok"},
{"label": "建议对账", "status": "ok"},
]},
]},
{"label": "持仓复查", "status": "ok", "children": [
{"label": "持仓基本面复查", "status": "ok"},
{"label": "策略复盘", "status": "ok"},