feat: inapp fullscreen (#1330)

This commit is contained in:
My-Responsitories
2025-09-26 00:18:11 +08:00
committed by GitHub
parent 4ae3bd2845
commit 5fd3d32200
4 changed files with 18 additions and 8 deletions

View File

@@ -213,7 +213,8 @@ abstract class SettingBoxKey {
enableGradientBg = 'enableGradientBg',
navBarSort = 'navBarSort',
tempPlayerConf = 'tempPlayerConf',
reduceLuxColor = 'reduceLuxColor';
reduceLuxColor = 'reduceLuxColor',
nativeFullscreen = 'nativeFullscreen';
}
abstract class LocalCacheKey {