mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
show co/charging label
fix special dm Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user