feat(shell): 桌面侧栏加 Account 一级项 + 顶栏通知铃铛 + invite/notifications 视图接线

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-12 17:51:48 +08:00
parent b839c77712
commit df19629944
4 changed files with 62 additions and 1 deletions
+2
View File
@@ -43,6 +43,8 @@ class TabletShell extends ConsumerWidget {
NavView.account: t.tabMe,
NavView.settings: t.settingsTitle,
NavView.contact: t.contactTitle,
NavView.invite: t.inviteTitle,
NavView.notifications: t.notifTitle,
};
void go(NavView v) => ref.read(navViewProvider.notifier).state = v;