mod: 最热合并到首页

This commit is contained in:
guozhigq
2023-07-11 13:01:51 +08:00
parent bc3ac3c9f6
commit e5a05c22ea
16 changed files with 405 additions and 272 deletions

View File

@ -13,7 +13,7 @@ import 'package:pilipala/utils/storage.dart';
class MainController extends GetxController {
List<Widget> pages = <Widget>[
const HomePage(),
const HotPage(),
// const HotPage(),
const DynamicsPage(),
const MediaPage(),
];
@ -25,13 +25,13 @@ class MainController extends GetxController {
),
'label': "推荐",
},
{
'icon': const Icon(
Icons.eco,
size: 20,
),
'label': "热门",
},
// {
// 'icon': const Icon(
// Icons.eco,
// size: 20,
// ),
// 'label': "热门",
// },
{
'icon': const Icon(
Icons.bolt,