Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-25 12:15:38 +08:00
parent 86bbdcc90c
commit 525dce989b
107 changed files with 374 additions and 490 deletions

View File

@@ -108,7 +108,7 @@ class VideoCardVMemberHome extends StatelessWidget {
bottom: 6,
right: 7,
size: PBadgeSize.small,
type: PBadgeType.gray,
type: .gray,
text: DurationUtils.formatDuration(
videoItem.duration,
),
@@ -121,8 +121,8 @@ class VideoCardVMemberHome extends StatelessWidget {
top: 6,
right: 6,
type: videoItem.badges!.first.text == '充电专属'
? PBadgeType.error
: PBadgeType.primary,
? .error
: .primary,
)
else if (videoItem.isCooperation == true)
const PBadge(