mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user