Add settings toggles for plan, archive, and AI coach nav items.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-23 17:19:12 +08:00
parent 89909c64a3
commit caf4996159
4 changed files with 53 additions and 2 deletions
+3
View File
@@ -790,6 +790,9 @@ class SettingsDisplayBody(BaseModel):
show_account_pnl: bool = True
show_nav_funds: bool = True
show_nav_dashboard: bool = True
show_nav_plan: bool = True
show_nav_archive: bool = True
show_nav_ai: bool = True
class SettingsBody(BaseModel):