添加主页显示!

This commit is contained in:
DelLevin-Home
2026-07-15 16:12:19 +08:00
parent 5dc8d64857
commit 1fcbfb6874
6 changed files with 1036 additions and 104 deletions

View File

@@ -145,6 +145,7 @@ class _MainContentPageState extends State<MainContentPage> {
String _getAppBarTitle(AppProvider provider) {
switch (provider.mainTabIndex) {
case -1: return '主页';
case 0: return '影视';
case 1: return '阅读';
case 2: return '笔记';