Merge branch 'feature-media_kit' into main-v2

This commit is contained in:
guozhigq
2023-07-30 23:41:02 +08:00
31 changed files with 1583 additions and 390 deletions

View File

@ -600,11 +600,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)),
// );
},
),
);