mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
仅年度会员粉色昵称,所有会员显示角标,与官方B站保持一致
This commit is contained in:
@@ -94,8 +94,7 @@ class ReplyItem extends StatelessWidget {
|
|||||||
type: 'avatar',
|
type: 'avatar',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (replyItem!.member!.vip!['vipStatus'] > 0 &&
|
if (replyItem!.member!.vip!['vipStatus'] > 0)
|
||||||
replyItem!.member!.vip!['vipType'] == 2)
|
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
@@ -182,7 +181,8 @@ class ReplyItem extends StatelessWidget {
|
|||||||
Text(
|
Text(
|
||||||
replyItem!.member!.uname!,
|
replyItem!.member!.uname!,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: replyItem!.member!.vip!['vipStatus'] > 0
|
color: (replyItem!.member!.vip!['vipStatus'] > 0 &&
|
||||||
|
replyItem!.member!.vip!['vipType'] == 2)
|
||||||
? const Color.fromARGB(255, 251, 100, 163)
|
? const Color.fromARGB(255, 251, 100, 163)
|
||||||
: Theme.of(context).colorScheme.outline,
|
: Theme.of(context).colorScheme.outline,
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
|
|||||||
Reference in New Issue
Block a user