show pgc indexShow

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-01 22:14:37 +08:00
parent a231492f49
commit 18f5ddd937
2 changed files with 7 additions and 1 deletions

View File

@@ -96,6 +96,12 @@ class PgcCardV extends StatelessWidget {
item.progress!,
maxLines: 1,
style: style,
)
else if (item.newEp?.indexShow != null)
Text(
item.newEp!.indexShow!,
maxLines: 1,
style: style,
),
],
),