refa: horizontal member page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-30 16:20:40 +08:00
parent a904414f3d
commit 9da3a538fb
9 changed files with 310 additions and 118 deletions

View File

@@ -651,7 +651,7 @@ class VideoIntroController extends GetxController
}
// 修改分P或番剧分集
Future changeSeasonOrbangu(epid, bvid, cid, aid, cover, [isStein]) async {
bool changeSeasonOrbangu(epid, bvid, cid, aid, cover, [isStein]) {
// 重新获取视频资源
final videoDetailCtr = Get.find<VideoDetailController>(tag: heroTag);
@@ -665,7 +665,7 @@ class VideoIntroController extends GetxController
'heroTag': Utils.makeHeroTag(bvid),
},
);
return;
return false;
}
}
@@ -710,6 +710,7 @@ class VideoIntroController extends GetxController
lastPlayCid.value = cid;
queryOnlineTotal();
return true;
}
void startTimer() {