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