修复bug

This commit is contained in:
dekun
2026-05-23 16:39:35 +08:00
parent c66c9f01c5
commit 952d57ab6d
7 changed files with 77 additions and 13 deletions
+4
View File
@@ -6394,6 +6394,10 @@ def strategy_roll_page():
return redirect("/strategy")
# 根目录 strategy_* 与币安/Gate 共用同一套属性名(OKX 内部仍用 normalize_okx_symbol / ensure_okx_live_ready
normalize_exchange_symbol = normalize_okx_symbol
ensure_exchange_live_ready = ensure_okx_live_ready
from strategy_register import install_strategy_trading
from strategy_trend_register import install_strategy_trend