feat: reduce luminosity in dark mode (#988)

This commit is contained in:
My-Responsitories
2025-08-11 10:57:08 +08:00
committed by GitHub
parent 88c2ba8059
commit dc61d9007f
7 changed files with 108 additions and 30 deletions

View File

@@ -202,7 +202,8 @@ class SettingBoxKey {
hiddenSettingUnlocked = 'hiddenSettingUnlocked',
enableGradientBg = 'enableGradientBg',
navBarSort = 'navBarSort',
tempPlayerConf = 'tempPlayerConf';
tempPlayerConf = 'tempPlayerConf',
reduceLuxColor = 'reduceLuxColor';
}
class LocalCacheKey {