feat: fav topic

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-17 21:55:36 +08:00
parent 1d4eabb770
commit d7eb734aaf
55 changed files with 1509 additions and 500 deletions

View File

@@ -50,8 +50,7 @@ class VideoReplyReplyPanel extends CommonSlidePage {
}
class _VideoReplyReplyPanelState
extends CommonSlidePageState<VideoReplyReplyPanel>
with TickerProviderStateMixin {
extends CommonSlidePageState<VideoReplyReplyPanel> {
late VideoReplyReplyController _videoReplyReplyController;
late final _savedReplies = <int, String>{};
late final itemPositionsListener = ItemPositionsListener.create();
@@ -256,7 +255,7 @@ class _VideoReplyReplyPanelState
Obx(
() => _videoReplyReplyController.count.value != -1
? Text(
'相关回复共${_videoReplyReplyController.count.value}',
'相关回复共${Utils.numFormat(_videoReplyReplyController.count.value)}',
style: const TextStyle(fontSize: 13),
)
: const SizedBox.shrink(),