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

@@ -142,8 +142,11 @@ class HistoryItem extends StatelessWidget {
text: item.badge,
top: 6.0,
right: 6.0,
bottom: null,
left: null,
type: item.history.business ==
HistoryBusinessType.live.type &&
item.liveStatus != 1
? PBadgeType.gray
: PBadgeType.primary,
),
if (item.duration != null &&
item.duration != 0 &&