mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
opt: dm widget
Closes #160 Closes #515 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -82,7 +82,6 @@ class Request {
|
||||
await Request().post(Api.activateBuvidApi,
|
||||
data: {'payload': jsonData},
|
||||
options: Options(contentType: Headers.jsonContentType));
|
||||
;
|
||||
} catch (e) {
|
||||
log("setCookie, $e");
|
||||
}
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -1212,7 +1212,7 @@ packages:
|
||||
description:
|
||||
path: media_kit_video
|
||||
ref: "version_1.2.5"
|
||||
resolved-ref: cb6fd7e49c30433140001cd19e4e9a8e03c14249
|
||||
resolved-ref: d7caa6189645ed5e4b9b4992679c290ddf117afd
|
||||
url: "https://github.com/bggRGjQaUbCoE/media-kit.git"
|
||||
source: git
|
||||
version: "1.2.5"
|
||||
|
||||
Reference in New Issue
Block a user