From 58c7b223bf0d013f9f0a327118c3004fd45f7587 Mon Sep 17 00:00:00 2001 From: xxm Date: Sat, 22 Aug 2026 00:24:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(health):=20=E7=A7=BB=E9=99=A4=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=A0=91=E4=B8=AD=E5=B7=B2=E7=A6=81=E7=94=A8/?= =?UTF-8?q?=E5=BD=92=E6=A1=A3=E7=9A=84job=E8=8A=82=E7=82=B9(=E7=AD=96?= =?UTF-8?q?=E7=95=A5=E8=AF=84=E4=BC=B0/=E5=88=86=E6=94=AF=E8=87=AA?= =?UTF-8?q?=E6=88=90=E9=95=BF/=E5=85=83=E8=87=AA=E6=88=90=E9=95=BF/?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E5=AF=B9=E8=B4=A6/cron=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E6=8E=A8XMPP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/mofin_health.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/deploy/profile-scripts/mofin_health.py b/deploy/profile-scripts/mofin_health.py index 09ac1388..ee5fef97 100644 --- a/deploy/profile-scripts/mofin_health.py +++ b/deploy/profile-scripts/mofin_health.py @@ -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"},