show co/charging label

fix special dm

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-11 12:35:41 +08:00
parent db682066ba
commit 5f5387b941
6 changed files with 37 additions and 4 deletions

View File

@@ -101,6 +101,12 @@ class VideoCardHLater extends StatelessWidget {
right: 6.0,
type: PBadgeType.error,
)
else if (videoItem.rights?.isCooperation == 1)
const PBadge(
text: '合作',
top: 6.0,
right: 6.0,
)
else if (videoItem.pgcLabel != null)
PBadge(
text: videoItem.pgcLabel,