mod: 修改部分分区文字

This commit is contained in:
orz12
2024-03-24 04:12:52 +08:00
parent 6554a01945
commit e53cd87abc

View File

@@ -27,7 +27,7 @@ enum RandType {
extension RankTypeDesc on RandType { extension RankTypeDesc on RandType {
String get description => [ String get description => [
'全站', '全站',
'国创相关', '国创',
'动画', '动画',
'音乐', '音乐',
'舞蹈', '舞蹈',
@@ -38,7 +38,7 @@ extension RankTypeDesc on RandType {
'汽车', '汽车',
'生活', '生活',
'美食', '美食',
'动物', '动物',
'鬼畜', '鬼畜',
'时尚', '时尚',
'娱乐', '娱乐',
@@ -82,7 +82,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'label': '国创相关', 'label': '国创',
'type': RandType.creation, 'type': RandType.creation,
'ctr': Get.put<ZoneController>, 'ctr': Get.put<ZoneController>,
'page': const ZonePage(rid: 168), 'page': const ZonePage(rid: 168),
@@ -192,7 +192,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'label': '动物', 'label': '动物',
'type': RandType.animal, 'type': RandType.animal,
'ctr': Get.put<ZoneController>, 'ctr': Get.put<ZoneController>,
'page': const ZonePage(rid: 217), 'page': const ZonePage(rid: 217),