mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: dm widget
Closes #350 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -911,6 +911,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
/// 弹幕面板
|
||||||
|
if (widget.danmuWidget != null)
|
||||||
|
Positioned.fill(top: 4, child: widget.danmuWidget!),
|
||||||
|
|
||||||
/// 长按倍速 toast
|
/// 长按倍速 toast
|
||||||
Obx(
|
Obx(
|
||||||
() => Align(
|
() => Align(
|
||||||
@@ -1110,10 +1114,6 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
// }
|
// }
|
||||||
// }),
|
// }),
|
||||||
|
|
||||||
/// 弹幕面板
|
|
||||||
if (widget.danmuWidget != null)
|
|
||||||
Positioned.fill(top: 4, child: widget.danmuWidget!),
|
|
||||||
|
|
||||||
/// 手势
|
/// 手势
|
||||||
Positioned.fill(
|
Positioned.fill(
|
||||||
left: 16,
|
left: 16,
|
||||||
|
|||||||
Reference in New Issue
Block a user