From 65775341305ee18e05b148857dc948b0fe93a6c6 Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 21 Aug 2026 20:19:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(health):=20pipelines=E5=8A=A0delivery?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E9=81=93=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/mofin_health.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/profile-scripts/mofin_health.py b/deploy/profile-scripts/mofin_health.py index a002c8fb..4395a2de 100644 --- a/deploy/profile-scripts/mofin_health.py +++ b/deploy/profile-scripts/mofin_health.py @@ -1080,6 +1080,7 @@ def build_report(): "status": status, "last_run": last_run, "profile": j.get("profile", "?"), + "delivery": j.get("delivery", "broadcast"), # 消息通道:broadcast/xmpp/both "output_missing": output_missing, "output_missing_reason": output_missing_reason, })