opt: merge rcmd and live

This commit is contained in:
bggRGjQaUbCoE
2024-09-08 13:48:09 +08:00
parent 56278678cf
commit 00015d046e
11 changed files with 107 additions and 257 deletions

View File

@@ -22,7 +22,7 @@ List tabsConfig = [
'label': '直播',
'type': TabType.live,
'ctr': Get.find<LiveController>,
'page': const LivePage(),
'page': const RcmdPage(tabType: TabType.live),
},
{
'icon': const Icon(
@@ -32,7 +32,7 @@ List tabsConfig = [
'label': '推荐',
'type': TabType.rcmd,
'ctr': Get.find<RcmdController>,
'page': const RcmdPage(),
'page': const RcmdPage(tabType: TabType.rcmd),
},
{
'icon': const Icon(