feat: show video note list

Closes #376

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-04 11:42:41 +08:00
parent c990cf1660
commit 5986add7dd
13 changed files with 363 additions and 16 deletions

View File

@@ -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,
),
),