Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-05 18:55:07 +08:00
parent 707d2f4b07
commit b149ee4998
39 changed files with 472 additions and 535 deletions

View File

@@ -76,7 +76,7 @@ class FavFolderItem extends StatelessWidget {
maxLines: 1,
),
Text(
'${item.mediaCount}条视频 · ${Utils.isPublicFavText(item.attr ?? 0)}',
'${item.mediaCount}条视频 · ${Utils.isPublicFavText(item.attr)}',
style: theme.textTheme.labelSmall!
.copyWith(color: theme.colorScheme.outline),
)