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

@@ -1,7 +1,7 @@
import 'package:PiliPlus/models_new/video/video_detail/dimension.dart';
import 'package:PiliPlus/models_new/video/video_detail/episode.dart';
class Part {
int? cid;
class Part extends BaseEpisodeItem {
int? page;
String? from;
String? pagePart;
@@ -11,10 +11,9 @@ class Part {
Dimension? dimension;
int? ctime;
String? firstFrame;
String? badge;
Part({
this.cid,
super.cid,
this.page,
this.from,
this.pagePart,
@@ -24,7 +23,7 @@ class Part {
this.dimension,
this.ctime,
this.firstFrame,
this.badge,
super.badge,
});
factory Part.fromJson(Map<String, dynamic> json) => Part(