Add OKX hedge-plan P0: env group, preview page, and PnL scenario math.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-14 11:00:15 +08:00
parent d27ccbea8f
commit 1fa98425e7
18 changed files with 2232 additions and 1 deletions
+2
View File
@@ -16,6 +16,7 @@ EMBED_TABS: tuple[str, ...] = (
"strategy",
"strategy_records",
"options",
"hedge_plan",
"records",
"stats",
"risk_policy",
@@ -32,6 +33,7 @@ PATH_TO_EMBED_TAB: dict[str, str] = {
"/strategy/roll": "strategy",
"/strategy/records": "strategy_records",
"/options": "options",
"/hedge-plan": "hedge_plan",
"/records": "records",
"/stats": "stats",
"/risk_policy": "risk_policy",