diff --git a/lib/models/common/dynamics_type.dart b/lib/models/common/dynamics_type.dart index 0f6ac1b7..611d4fba 100644 --- a/lib/models/common/dynamics_type.dart +++ b/lib/models/common/dynamics_type.dart @@ -12,7 +12,7 @@ enum DynamicsType { extension BusinessTypeExtension on DynamicsType { String get values => ['all', 'video', 'pgc', 'article', 'up'][index]; - String get labels => ['全部', '投稿', '番剧', '专栏', 'Up'][index]; + String get labels => ['全部', '投稿', '番剧', '专栏', 'UP'][index]; } List tabsConfig = [ @@ -43,7 +43,7 @@ List tabsConfig = [ { 'tag': 'up', 'value': DynamicsType.up, - 'label': 'Up', + 'label': 'UP', 'enabled': true, }, ]; diff --git a/lib/pages/video/detail/reply/widgets/reply_item.dart b/lib/pages/video/detail/reply/widgets/reply_item.dart index af7c7afe..79bfa655 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item.dart @@ -511,7 +511,7 @@ class ReplyItemRow extends StatelessWidget { children: [ if (replyControl!.upReply!) TextSpan( - text: 'up主等人 ', + text: 'UP主等人 ', style: TextStyle( color: Theme.of(context) .colorScheme