Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2026-01-05 14:21:59 +08:00
parent c226f8f6df
commit 5a0b045a1f
14 changed files with 232 additions and 71 deletions

View File

@@ -112,11 +112,11 @@ Widget videoSeasonWidget(
],
if (video.stat case final stat?) ...[
Text(
'${NumUtils.numFormat(stat.play)}次围观',
'${NumUtils.numFormat(stat.play)}播放',
),
const SizedBox(width: 6),
Text(
'${NumUtils.numFormat(stat.danmu)}弹幕',
'${NumUtils.numFormat(stat.danmu)}弹幕',
),
],
const Spacer(),