show video label

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-18 18:32:12 +08:00
parent 473515efc5
commit f7184aff4e
3 changed files with 86 additions and 28 deletions

View File

@@ -71,6 +71,18 @@ class MemberCoinLikeItem extends StatelessWidget {
height: maxHeight,
radius: 0,
),
if (item.isCooperation == true)
const PBadge(
text: '合作',
top: 6,
right: 6,
)
else if (item.isSteins == true)
const PBadge(
text: '互动',
top: 6,
right: 6,
),
if (item.duration != null && item.duration! > 0)
PBadge(
bottom: 6,