mod: uppercase up

This commit is contained in:
bggRGjQaUbCoE
2024-09-20 21:26:41 +08:00
parent 1392f35393
commit 015c4102b9
2 changed files with 3 additions and 3 deletions

View File

@@ -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,
},
];

View File

@@ -511,7 +511,7 @@ class ReplyItemRow extends StatelessWidget {
children: [
if (replyControl!.upReply!)
TextSpan(
text: 'up主等人 ',
text: 'UP主等人 ',
style: TextStyle(
color: Theme.of(context)
.colorScheme