mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-15 13:43:56 +08:00
unify horizontal video models
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
21
lib/models/horizontal_video_model.dart
Normal file
21
lib/models/horizontal_video_model.dart
Normal file
@@ -0,0 +1,21 @@
|
||||
import 'package:PiliPlus/models/model_video.dart';
|
||||
import 'package:PiliPlus/models_new/video/video_detail/dimension.dart';
|
||||
|
||||
abstract class HorizontalVideoModel extends BaseVideoItemModel {
|
||||
bool? isPugv;
|
||||
int? seasonId;
|
||||
|
||||
int? roomId;
|
||||
bool? isLive;
|
||||
|
||||
Dimension? dimension;
|
||||
|
||||
String? badge;
|
||||
|
||||
num? progress;
|
||||
|
||||
String? redirectUrl;
|
||||
|
||||
// search
|
||||
List<({bool isEm, String text})>? titleList;
|
||||
}
|
||||
Reference in New Issue
Block a user