功能优化

This commit is contained in:
DelLevin-Home
2026-03-09 14:14:38 +08:00
parent c894921472
commit 7c970cde49
7 changed files with 496 additions and 705 deletions

View File

@@ -20,7 +20,7 @@ class _HomePageState extends State<HomePage> {
return Scaffold(
// 左侧弹出菜单(仅在主页显示)
drawer: context.watch<AppProvider>().bottomNavIndex == 0
? const CustomDrawer()
? CustomDrawer()
: null,
// 主体内容 - 根据底部导航切换