show live online count

update live title

update live watchedshow

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-26 11:46:56 +08:00
parent 38a7afd63a
commit 10808c2a84
9 changed files with 179 additions and 106 deletions

View File

@@ -129,10 +129,11 @@ class LiveCardVFollow extends StatelessWidget {
'${liveItem.areaName}',
style: const TextStyle(fontSize: 11, color: Colors.white),
),
Text(
liveItem.textSmall ?? '',
style: const TextStyle(fontSize: 11, color: Colors.white),
),
if (liveItem.textSmall case final textSmall?)
Text(
'$textSmall围观',
style: const TextStyle(fontSize: 11, color: Colors.white),
),
],
),
);