diff --git a/lib/plugin/pl_player/utils/danmaku_options.dart b/lib/plugin/pl_player/utils/danmaku_options.dart index 7d6d8be28..4224a96dc 100644 --- a/lib/plugin/pl_player/utils/danmaku_options.dart +++ b/lib/plugin/pl_player/utils/danmaku_options.dart @@ -31,9 +31,9 @@ abstract final class DanmakuOptions { area: danmakuShowArea, duration: danmakuDuration / speed, staticDuration: danmakuStaticDuration / speed, - hideBottom: blockTypes.contains(5), + hideBottom: blockTypes.contains(4), hideScroll: blockTypes.contains(2), - hideTop: blockTypes.contains(4), + hideTop: blockTypes.contains(5), hideSpecial: blockTypes.contains(7), strokeWidth: danmakuStrokeWidth, scrollFixedVelocity: scrollFixedVelocity, diff --git a/pubspec.lock b/pubspec.lock index f68159d10..e777581ac 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -239,7 +239,7 @@ packages: description: path: "." ref: main - resolved-ref: "2012a4b9758bf29b30884bbf27247602925a7945" + resolved-ref: "2a0f79712bd9d8856271e657859b36f060e55ef6" url: "https://github.com/bggRGjQaUbCoE/canvas_danmaku.git" source: git version: "0.2.6"