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

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

@@ -20,16 +20,6 @@ class MenuGroup2 extends StatelessWidget {
// 深色模式
const DarkModeRow(),
const Divider(height: 1),
// 系統設置
MenuRow(
icon: LucideIcons.settings,
iconColor: colorScheme.onSurfaceVariant,
title: '系統設置',
onTap: () {
// TODO: 系統設置
},
),
const Divider(height: 1),
// 關於我們
MenuRow(
icon: LucideIcons.info,