opt change episode

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-03 10:42:26 +08:00
parent 14fd660ce2
commit cf835e330b
20 changed files with 223 additions and 298 deletions

View File

@@ -156,13 +156,7 @@ class _PagesPanelState extends State<PagesPanel> {
if (widget.showEpisodes == null) {
Get.back();
}
widget.ugcIntroController.onChangeEpisode(
null,
widget.bvid,
item.cid,
IdUtils.bv2av(widget.bvid),
widget.cover,
);
widget.ugcIntroController.onChangeEpisode(item);
if (widget.list != null &&
widget
.ugcIntroController

View File

@@ -11,13 +11,11 @@ import 'package:get/get.dart';
class SeasonPanel extends StatefulWidget {
const SeasonPanel({
super.key,
required this.onChangeEpisode,
required this.heroTag,
required this.showEpisodes,
this.onTap,
required this.ugcIntroController,
});
final Function onChangeEpisode;
final String heroTag;
final Function showEpisodes;
final bool? onTap;