mod: 视频播放器重构 - 基本功能

This commit is contained in:
guozhigq
2023-07-30 22:44:18 +08:00
parent ca12be5373
commit 636ff2b9ad
31 changed files with 1583 additions and 390 deletions

View File

@ -595,11 +595,11 @@ InlineSpan buildContent(
),
recognizer: TapGestureRecognizer()
..onTap = () {
Get.find<VideoDetailController>(tag: Get.arguments['heroTag'])
.meeduPlayerController
.seekTo(
Duration(seconds: Utils.duration(matchStr)),
);
// Get.find<VideoDetailController>(tag: Get.arguments['heroTag'])
// .meeduPlayerController
// .seekTo(
// Duration(seconds: Utils.duration(matchStr)),
// );
},
),
);