feat: 默认倍速、自定义倍速

This commit is contained in:
guozhigq
2023-10-11 23:49:13 +08:00
parent 77f47b8242
commit 0e5b1633be
8 changed files with 367 additions and 52 deletions

View File

@ -215,8 +215,6 @@ class VideoDetailController extends GetxController
direction: (firstVideo.width! - firstVideo.height!) > 0
? 'horizontal'
: 'vertical',
// 默认1倍速
speed: 1.0,
bvid: bvid,
cid: cid.value,
enableHeart: enableHeart,