mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: dm widget
Closes #160 Closes #515 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -928,14 +928,15 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
subtitleViewConfiguration:
|
||||
plPlayerController.subtitleViewConfiguration,
|
||||
fit: plPlayerController.videoFit.value,
|
||||
dmWidget: widget.danmuWidget,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
/// 弹幕面板
|
||||
if (widget.danmuWidget != null)
|
||||
Positioned.fill(top: 4, child: widget.danmuWidget!),
|
||||
// /// 弹幕面板
|
||||
// if (widget.danmuWidget != null)
|
||||
// Positioned.fill(top: 4, child: widget.danmuWidget!),
|
||||
|
||||
/// 长按倍速 toast
|
||||
Obx(
|
||||
|
||||
Reference in New Issue
Block a user