mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: uppercase up like
This commit is contained in:
@@ -340,7 +340,7 @@ class ReplyItem extends StatelessWidget {
|
|||||||
const SizedBox(width: 2),
|
const SizedBox(width: 2),
|
||||||
if (replyItem!.upAction!.like!) ...[
|
if (replyItem!.upAction!.like!) ...[
|
||||||
Text(
|
Text(
|
||||||
'up主觉得很赞',
|
'UP主觉得很赞',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
fontSize: Theme.of(context).textTheme.labelMedium!.fontSize),
|
fontSize: Theme.of(context).textTheme.labelMedium!.fontSize),
|
||||||
|
|||||||
Reference in New Issue
Block a user