mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 21:35:49 +08:00
@@ -125,12 +125,11 @@ class _WhisperLinkSettingPageState extends State<WhisperLinkSettingPage> {
|
||||
return ListTile(
|
||||
onTap: () => Get.toNamed('/member?mid=${item.mid}'),
|
||||
leading: PendantAvatar(
|
||||
avatar: item.face,
|
||||
item.face,
|
||||
size: 42,
|
||||
badgeSize: 14,
|
||||
isVip:
|
||||
item.vip?.status != null && item.vip!.status > 0,
|
||||
garbPendantImage: item.pendant?.image,
|
||||
vipStatus: item.vip?.status,
|
||||
pendantImage: item.pendant?.image,
|
||||
officialType: item.official?.type,
|
||||
),
|
||||
title: Text(
|
||||
|
||||
Reference in New Issue
Block a user