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