mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
show pgc indexShow
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -201,7 +201,7 @@ class FavPgcItemModel with MultiSelectData {
|
||||
json['config_attrs'] as Map<String, dynamic>),
|
||||
followStatus: json['follow_status'] as int?,
|
||||
isNew: json['is_new'] as int?,
|
||||
progress: json['progress'] as String?,
|
||||
progress: json['progress'] == '' ? null : json['progress'],
|
||||
bothFollow: json['both_follow'] as bool?,
|
||||
subtitle25: json['subtitle_25'] as String?,
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user