feat: bili comm antifraud

Closes #275

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-17 18:45:08 +08:00
parent 957c326148
commit 7ddc3adfaa
15 changed files with 196 additions and 112 deletions

View File

@@ -121,8 +121,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
if (videoDetailController.showReply) {
_videoReplyController = Get.put(
VideoReplyController(videoDetailController.oid.value, '0', '1'),
tag: heroTag);
VideoReplyController(aid: videoDetailController.oid.value),
tag: heroTag,
);
}
videoIntroController = Get.put(VideoIntroController(), tag: heroTag);
_listenerDetail = videoIntroController.videoDetail.listen((value) {