diff --git a/lib/models/common/rank_type.dart b/lib/models/common/rank_type.dart index d00bcee2..ca6ff5a5 100644 --- a/lib/models/common/rank_type.dart +++ b/lib/models/common/rank_type.dart @@ -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, '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, 'page': const ZonePage(rid: 217),