mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: uppercase up
This commit is contained in:
@@ -12,7 +12,7 @@ enum DynamicsType {
|
|||||||
|
|
||||||
extension BusinessTypeExtension on DynamicsType {
|
extension BusinessTypeExtension on DynamicsType {
|
||||||
String get values => ['all', 'video', 'pgc', 'article', 'up'][index];
|
String get values => ['all', 'video', 'pgc', 'article', 'up'][index];
|
||||||
String get labels => ['全部', '投稿', '番剧', '专栏', 'Up'][index];
|
String get labels => ['全部', '投稿', '番剧', '专栏', 'UP'][index];
|
||||||
}
|
}
|
||||||
|
|
||||||
List tabsConfig = [
|
List tabsConfig = [
|
||||||
@@ -43,7 +43,7 @@ List tabsConfig = [
|
|||||||
{
|
{
|
||||||
'tag': 'up',
|
'tag': 'up',
|
||||||
'value': DynamicsType.up,
|
'value': DynamicsType.up,
|
||||||
'label': 'Up',
|
'label': 'UP',
|
||||||
'enabled': true,
|
'enabled': true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -511,7 +511,7 @@ class ReplyItemRow extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
if (replyControl!.upReply!)
|
if (replyControl!.upReply!)
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text: 'up主等人 ',
|
text: 'UP主等人 ',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Theme.of(context)
|
color: Theme.of(context)
|
||||||
.colorScheme
|
.colorScheme
|
||||||
|
|||||||
Reference in New Issue
Block a user