feat: pure dark mode

This commit is contained in:
guozhigq
2024-11-18 19:32:15 +08:00
parent 3fda360739
commit 8c8c862095
3 changed files with 34 additions and 3 deletions

View File

@ -133,7 +133,8 @@ class SettingBoxKey {
enableGradientBg = 'enableGradientBg',
enableDynamicSwitch = 'enableDynamicSwitch',
navBarSort = 'navBarSort',
actionTypeSort = 'actionTypeSort';
actionTypeSort = 'actionTypeSort',
enablePureBlack = 'enablePureBlack';
}
class LocalCacheKey {