custom player/max volume

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-08 17:28:32 +08:00
parent e7efba6843
commit 7725b15f0b
20 changed files with 291 additions and 145 deletions

View File

@@ -15,7 +15,9 @@ abstract final class SettingBoxKey {
keyboardControl = 'keyboardControl',
pgcSkipType = 'pgcSkipType',
audioPlayMode = 'audioPlayMode',
showBatteryLevel = 'showBatteryLevel';
showBatteryLevel = 'showBatteryLevel',
playerVolume = 'playerVolume',
maxVolume = 'maxVolume';
static const String horizontalScreen = 'horizontalScreen',
CDNService = 'CDNService',