去除免责声明

This commit is contained in:
zlt 2026-07-30 13:02:43 +08:00
parent dc201905f6
commit 459028231c
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ def generate(date: str | None = None, top: int = 20, obs_top: int = 10,
L.append("") L.append("")
L.append("---") L.append("---")
L.append("口径:主榜分 = 200 + 传导档位×20 + 组内分(还没热、还便宜);" L.append("口径:主榜分 = 200 + 传导档位×20 + 组内分(还没热、还便宜);"
"观察档分 = 100 + 0.6z(传导) + 0.4z(−热度)。研究用途,不构成投资建议。") "观察档分 = 100 + 0.6z(传导) + 0.4z(−热度)。")
text = "\n".join(L) text = "\n".join(L)
os.makedirs("data/plan", exist_ok=True) os.makedirs("data/plan", exist_ok=True)