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:
@@ -142,7 +142,7 @@ class SearchDynamic extends StatelessWidget {
|
||||
name,
|
||||
style: TextStyle(
|
||||
color: vip != null
|
||||
? (vip?['status'] ?? vip?['vipStatus']) > 0 &&
|
||||
? (vip?['status'] ?? vip?['vipStatus'] ?? 0) > 0 &&
|
||||
(vip?['type'] ?? vip?['vipType']) == 2
|
||||
? context.vipColor
|
||||
: null
|
||||
|
||||
Reference in New Issue
Block a user