feat: 评论默认排序

This commit is contained in:
guozhigq
2023-08-24 12:23:38 +08:00
parent 4314b0fc3c
commit 535cf69967
4 changed files with 88 additions and 18 deletions

View File

@ -82,6 +82,7 @@ class GStrorage {
}
class SettingBoxKey {
/// 播放器
static const String btmProgressBehavior = 'btmProgressBehavior';
static const String defaultVideoSpeed = 'defaultVideoSpeed';
static const String autoUpgradeEnable = 'autoUpgradeEnable';
@ -96,10 +97,14 @@ class SettingBoxKey {
static const String enableHA = 'enableHA';
static const String enableOnlineTotal = 'enableOnlineTotal';
/// 隐私
static const String blackMidsList = 'blackMidsList';
/// 其他
static const String autoUpdate = 'autoUpdate';
static const String replySortType = 'replySortType';
/// 外观
static const String themeMode = 'themeMode';
static const String defaultTextScale = 'textScale';
static const String dynamicColor = 'dynamicColor'; // bool