feat:更新日历组件

This commit is contained in:
2025-07-11 16:48:04 +08:00
parent b56b822e01
commit 55ca36cba2
7 changed files with 103 additions and 106 deletions

View File

@@ -66,7 +66,7 @@ class _MainPage extends State<MainPage> {
appBar: AppBar(
centerTitle: true,
title: Text('Food Hub'),
backgroundColor: Colors.white,
backgroundColor: Colors.green,
leading: IconButton(
icon: Icon(Icons.menu),
onPressed: () {
@@ -96,6 +96,7 @@ class _MainPage extends State<MainPage> {
currentIndex: _currentIndex,
iconSize: 25,
type: BottomNavigationBarType.fixed,
backgroundColor: Colors.white,
items: const [
BottomNavigationBarItem(icon: Icon(Icons.home), label: "记录"),
BottomNavigationBarItem(