feat: 设置默认画质、音质、解码格式

This commit is contained in:
guozhigq
2023-08-10 16:23:23 +08:00
parent 7528526252
commit 2ff1d02171
7 changed files with 357 additions and 0 deletions

View File

@ -68,6 +68,16 @@ class UserBoxKey {
class SettingBoxKey {
static const String themeMode = 'themeMode';
static const String feedBackEnable = 'feedBackEnable';
static const String defaultFontSize = 'fontSize';
static const String defaultVideoQa = 'defaultVideoQa';
static const String defaultAudioQa = 'defaultAudioQa';
static const String defaultDecode = 'defaultDecode';
static const String defaultVideoSpeed = 'defaultVideoSpeed';
static const String autoUpgradeEnable = 'autoUpgradeEnable';
static const String autoPlayEnable = 'autoPlayEnable';
static const String enableHA = 'enableHA';
static const String danmakuEnable = 'danmakuEnable';
}
class LocalCacheKey {