首页和个人中心优化:去掉通知/查询按钮,个人图标改客服,移除未开发菜单项

This commit is contained in:
2026-04-16 11:58:04 +08:00
parent 1793fb727e
commit 463373cbe9
5 changed files with 33215 additions and 33310 deletions

View File

@@ -53,21 +53,6 @@ class MenuGroup1 extends StatelessWidget {
}
},
),
const Divider(height: 1),
MenuRow(
icon: LucideIcons.lock,
iconColor: colorScheme.onSurfaceVariant,
title: '安全設置',
onTap: () => onShowComingSoon('安全設置'),
),
const Divider(height: 1),
MenuRow(
icon: LucideIcons.bell,
iconColor: colorScheme.onSurfaceVariant,
title: '消息通知',
trailing: const RedDotIndicator(),
onTap: () => onShowComingSoon('消息通知'),
),
],
),
);