feat:增加日程模块tab页面

This commit is contained in:
2025-11-13 16:11:19 +08:00
parent 54bed08b7b
commit 427e9f0a48
4 changed files with 66 additions and 33 deletions

View File

@@ -74,6 +74,7 @@ class MyApp extends StatelessWidget {
locale: Locale('zh', 'CN'),
theme: appProvider.currentThemeData,
home: const MainScreen(),
debugShowCheckedModeBanner: false,
);
},
),