feat: custom show vip danmaku

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-13 10:11:29 +08:00
parent 4d4575aabd
commit c63a32bd47
4 changed files with 16 additions and 1 deletions

View File

@@ -274,6 +274,7 @@ class PlPlayerController {
late int subtitlePaddingH = GStorage.subtitlePaddingH;
late int subtitlePaddingB = GStorage.subtitlePaddingB;
late double subtitleBgOpaticy = GStorage.subtitleBgOpaticy;
late bool showVipDanmaku = GStorage.showVipDanmaku;
// 播放顺序相关
PlayRepeat playRepeat = PlayRepeat.pause;