From c5c9f40f22c015940c77387de5435e206608a6cf Mon Sep 17 00:00:00 2001 From: hmo Date: Fri, 14 Aug 2026 10:22:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4zone=5Fnotes=E5=9E=83?= =?UTF-8?q?=E5=9C=BE=E6=B6=88=E6=81=AF=E6=8E=A8=E9=80=81=E2=80=94=E2=80=94?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E6=93=8D=E4=BD=9C=E5=8C=BA=E9=97=B4=E4=BD=86?= =?UTF-8?q?=E9=87=8D=E8=AF=84=E4=B8=8D=E6=8E=A8=E8=8D=90(=E4=BF=A1?= =?UTF-8?q?=E5=8F=B7=E4=B8=8D=E5=85=85=E5=88=86/=E8=A7=82=E6=9C=9B/?= =?UTF-8?q?=E5=BC=B1=E5=8A=BF=E6=8C=81=E6=9C=89)=E4=B8=8D=E6=8E=A8?= =?UTF-8?q?=E9=80=81,=E4=BB=85=E8=AE=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/stale_push_wlin.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/deploy/profile-scripts/stale_push_wlin.py b/deploy/profile-scripts/stale_push_wlin.py index 2d0afbaf..e40361ef 100644 --- a/deploy/profile-scripts/stale_push_wlin.py +++ b/deploy/profile-scripts/stale_push_wlin.py @@ -1064,15 +1064,10 @@ def main(): lines.append("【⏳ 提前准备(T+2港股提前出清)】") lines.extend(t2_lines) - # 操作区间内但重评后不可操作的→发说明 + # 2026-08-14 删除:操作区间内但重评后不可操作的推送(垃圾消息,不推荐不推) + # zone_notes 仅记日志,不推送(老莫:进入区间但重评不推荐=垃圾消息) if zone_notes: - lines.append("") - lines.append("【📋 操作区间提醒】进入操作区间,但重评后不构成推荐操作:") - for name, code, price, buy_low, buy_high, reason, sig in zone_notes: - lines.append( - f" {name}({code}) 价{price:.2f} 区间{buy_low}~{buy_high} " - f"→ 进入操作区间,但重评结果: {reason}" - ) + print(f"[LOG] {len(zone_notes)} 只进入区间但重评不推荐(不推送): {[z[0] for z in zone_notes[:5]]}", flush=True) # 标题:有推荐操作→"自选买入提醒",仅有区间说明→"操作区间提醒" if has_actionable: