mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: reply/like num
Closes #85 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user