mod: segment data type

This commit is contained in:
guozhigq
2024-11-09 01:34:10 +08:00
parent b85c33bcde
commit 32923cd417
4 changed files with 5 additions and 4 deletions

View File

@ -16,7 +16,7 @@ extension ActionTypeExtension on ActionType {
'chapter',
][index];
String get name => [
String get label => [
'跳过',
'静音',
'完整观看',

View File

@ -6,7 +6,7 @@ class SegmentDataModel {
final ActionType? actionType;
final List? segment;
final String? uuid;
final double? videoDuration;
final num? videoDuration;
final int? locked;
final int? votes;
final String? description;

View File

@ -30,7 +30,7 @@ extension SegmentTypeExtension on SegmentType {
'chapter',
][index];
String get name => [
String get label => [
'赞助',
'开场介绍',
'片尾致谢',