mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
refa: video (#1555)
* refa: video [skip ci] * fix: scroll [skip ci] * mod: only left click * downgrade * refa: background play & wakelock [skip ci] * fix: subtitle [skip ci] * upgrade deps Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * mod: long press * tweak Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * fix [skip ci] Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * use right pos Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * delay showing Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> * fix: null danmaku * remove Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
4cf1c25b36
commit
9d747c8e2c
@@ -119,10 +119,6 @@ class PlPlayerController {
|
||||
late final RxBool _continuePlayInBackground =
|
||||
Pref.continuePlayInBackground.obs;
|
||||
|
||||
late final RxBool _flipX = false.obs;
|
||||
|
||||
late final RxBool _flipY = false.obs;
|
||||
|
||||
///
|
||||
final RxBool _isSliderMoving = false.obs;
|
||||
PlaylistMode _looping = PlaylistMode.none;
|
||||
@@ -231,9 +227,9 @@ class PlPlayerController {
|
||||
late final RxBool onlyPlayAudio = false.obs;
|
||||
|
||||
/// 镜像
|
||||
RxBool get flipX => _flipX;
|
||||
late final RxBool flipX = false.obs;
|
||||
|
||||
RxBool get flipY => _flipY;
|
||||
late final RxBool flipY = false.obs;
|
||||
|
||||
/// 是否长按倍速
|
||||
RxBool get longPressStatus => _longPressStatus;
|
||||
@@ -324,7 +320,6 @@ class PlPlayerController {
|
||||
}
|
||||
|
||||
/// 弹幕权重
|
||||
late final enableTapDm = Pref.enableTapDm;
|
||||
late int danmakuWeight = Pref.danmakuWeight;
|
||||
late RuleFilter filters = Pref.danmakuFilterRule;
|
||||
// 关联弹幕控制器
|
||||
|
||||
Reference in New Issue
Block a user