mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 修改部分分区文字
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user