mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 倍速增加数字显示
This commit is contained in:
@@ -253,11 +253,12 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
),
|
),
|
||||||
height: 32.0,
|
height: 32.0,
|
||||||
width: 70.0,
|
width: 70.0,
|
||||||
child: const Center(
|
child: Center(
|
||||||
child: Text(
|
child: Obx(() => Text(
|
||||||
'倍速中',
|
'${_.enableAutoLongPressSpeed ? _.playbackSpeed * 2 : _.longPressSpeed}倍速中',
|
||||||
style: TextStyle(color: Colors.white, fontSize: 13),
|
style: const TextStyle(
|
||||||
),
|
color: Colors.white, fontSize: 13),
|
||||||
|
)),
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user