mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 00:26:18 +08:00
count format
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -119,9 +119,9 @@ Widget videoSeasonWidget(
|
||||
),
|
||||
const SizedBox(width: 6),
|
||||
],
|
||||
Text('${itemContent.stat?.play}次围观'),
|
||||
Text('${Utils.numFormat(itemContent.stat?.play)}次围观'),
|
||||
const SizedBox(width: 6),
|
||||
Text('${itemContent.stat?.danmu}条弹幕'),
|
||||
Text('${Utils.numFormat(itemContent.stat?.danmu)}条弹幕'),
|
||||
const Spacer(),
|
||||
Image.asset(
|
||||
'assets/images/play.png',
|
||||
|
||||
Reference in New Issue
Block a user