From 459028231c783e5063191a1ce1e56654911f80d0 Mon Sep 17 00:00:00 2001 From: zlt Date: Thu, 30 Jul 2026 13:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=85=8D=E8=B4=A3=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan.py b/plan.py index d83a933..5274e57 100644 --- a/plan.py +++ b/plan.py @@ -210,7 +210,7 @@ def generate(date: str | None = None, top: int = 20, obs_top: int = 10, L.append("") L.append("---") L.append("口径:主榜分 = 200 + 传导档位×20 + 组内分(还没热、还便宜);" - "观察档分 = 100 + 0.6z(传导) + 0.4z(−热度)。研究用途,不构成投资建议。") + "观察档分 = 100 + 0.6z(传导) + 0.4z(−热度)。") text = "\n".join(L) os.makedirs("data/plan", exist_ok=True)