From a257d7e369dae152e0394d588185cc77593042f6 Mon Sep 17 00:00:00 2001 From: dekun Date: Thu, 20 Aug 2026 15:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B6=E6=A0=8F=20500?= =?UTF-8?q?=EF=BC=9A=E5=90=91=E6=A8=A1=E6=9D=BF=E6=B3=A8=E5=85=A5=20tradin?= =?UTF-8?q?g=5Faccount=5Flabel=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 12bf604..e67533f 100644 --- a/app.py +++ b/app.py @@ -5308,6 +5308,7 @@ def render_main_page(page="options", embed_mode=None): key_rule_ctx=key_rule_ctx, funds_fmt=format_funds_u, options_funding_label=options_funding_label, + trading_account_label=trading_account_label, exchange_display=_exchange_display_for_header, options_enabled=OKX_OPTIONS_ENABLED, trading_mode=("sim" if _sim_mode_for_header else "live"),