From e53cd87abcbbf39c382d0d8defc38b1d525e5d11 Mon Sep 17 00:00:00 2001 From: orz12 Date: Sun, 24 Mar 2024 04:12:52 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=88=86=E5=8C=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/models/common/rank_type.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/models/common/rank_type.dart b/lib/models/common/rank_type.dart index d00bcee20..ca6ff5a5d 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),