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

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