Rebrand product and enhance tradable symbols table with spec columns and K-line links.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-26 03:18:42 +08:00
parent ab9987e4c7
commit 4eb5709d71
30 changed files with 178 additions and 57 deletions
+1
View File
@@ -19,6 +19,7 @@ NAV_TOGGLES: dict[str, str] = {
}
DEFAULT_NAV: dict[str, bool] = {k: True for k in NAV_TOGGLES}
DEFAULT_NAV["contract"] = False
def get_nav_items(get_setting: Callable[[str, str], str]) -> dict[str, bool]: