From 37364086b75f7a76851dd515db4d8900f049e98f Mon Sep 17 00:00:00 2001 From: xxm Date: Sat, 15 Aug 2026 13:12:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E4=B8=8A=E5=80=99=E9=80=89?= =?UTF-8?q?=E6=B1=A0=E5=88=9D=E5=A7=8B=E5=8C=96(anchor=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E5=AF=BC=E8=87=B4500)=E2=80=94=E2=80=94=E4=B8=89=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=A8=A1=E5=9E=8B=E5=AE=8C=E6=95=B4=E5=8F=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server.py b/server.py index 80520d5e..e5d5b5fa 100644 --- a/server.py +++ b/server.py @@ -628,6 +628,12 @@ def api_research_strategies(): _c2.close() except Exception: pass + _candidate_pool = set() + try: + from hk_strategies import HK_STRATEGIES as _HKS + _candidate_pool |= set(_HKS.keys()) + except Exception: + pass _candidate_pool |= set(_regime_winrates.keys()) for s in strats: # 2026-08-15 温区加权综合/普适:整体行的综合/普适 = 按温区时长占比加权各温区表现