opt: reply/like num

Closes #85

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-01 16:24:05 +08:00
parent 2e480518b7
commit 45e1282a0e
4 changed files with 16 additions and 10 deletions

View File

@@ -1236,7 +1236,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
if (text == '评论') {
return Tab(
text:
'评论${_videoReplyController.count.value == -1 ? '' : ' ${_videoReplyController.count.value}'}',
'评论${_videoReplyController.count.value == -1 ? '' : ' ${Utils.numFormat(_videoReplyController.count.value)}'}',
);
} else {
return Tab(text: text);