feat(instance): add exchange account ledger tab with SSE sync

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-10 09:51:45 +08:00
parent 425fc701bc
commit 245b85ad27
26 changed files with 1994 additions and 5 deletions
+2
View File
@@ -32,10 +32,12 @@ def test_embed_tabs_cover_main_nav():
assert "risk_policy" in EMBED_TABS
assert "system_guide" in EMBED_TABS
assert "settings" in EMBED_TABS
assert "account_ledger" in EMBED_TABS
assert path_to_embed_tab("/env_config") == "env_config"
assert path_to_embed_tab("/risk_policy") == "risk_policy"
assert path_to_embed_tab("/system_guide") == "system_guide"
assert path_to_embed_tab("/settings") == "settings"
assert path_to_embed_tab("/account_ledger") == "account_ledger"
def test_embed_context_extras_unified_ui_flags():