mod: show fullscreen action item

Closes #367

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-05 21:49:57 +08:00
parent dc1451c3af
commit fac3c19d3f
8 changed files with 559 additions and 394 deletions

View File

@@ -254,6 +254,8 @@ class PlPlayerController {
/// 弹幕开关
Rx<bool> isOpenDanmu = false.obs;
late final showFSActionItem = GStorage.showFSActionItem;
/// 弹幕权重
int danmakuWeight = 0;
int filterCount = 0;

View File

@@ -28,7 +28,7 @@ class AppBarAni extends StatelessWidget implements PreferredSizeWidget {
parent: controller,
curve: Curves.linear,
)),
child: Container(
child: DecoratedBox(
decoration: BoxDecoration(
gradient: position! == 'top'
? const LinearGradient(