mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: show video note list
Closes #376 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -266,9 +266,11 @@ class ReplyItem extends StatelessWidget {
|
||||
Text(
|
||||
'${replyItem.member?.uname}',
|
||||
style: TextStyle(
|
||||
color: (replyItem.member?.vip?['vipType'] == 2)
|
||||
? context.vipColor
|
||||
: Theme.of(context).colorScheme.outline,
|
||||
color:
|
||||
(replyItem.member?.vip?['vipStatus'] ?? 0) > 0 &&
|
||||
replyItem.member?.vip?['vipType'] == 2
|
||||
? context.vipColor
|
||||
: Theme.of(context).colorScheme.outline,
|
||||
fontSize: 13,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user