mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
chore: rename tabsConfig
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -18,7 +18,7 @@ extension HomeTabTypeExt on HomeTabType {
|
||||
String get description => const ['直播', '推荐', '热门', '分区', '番剧', '影视'][index];
|
||||
}
|
||||
|
||||
List get tabsConfig => [
|
||||
List get homeTabsConfig => [
|
||||
{
|
||||
'icon': const Icon(
|
||||
Icons.live_tv_outlined,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const List tabsConfig = [
|
||||
const List rankTabsConfig = [
|
||||
{
|
||||
'rid': 0,
|
||||
'label': '全站',
|
||||
|
||||
Reference in New Issue
Block a user