mod: 代理设置

This commit is contained in:
guozhigq
2023-11-06 00:04:54 +08:00
parent 1c370fb224
commit 13ce50f730
4 changed files with 180 additions and 0 deletions

View File

@ -125,6 +125,7 @@ class SettingBoxKey {
static const String enableSearchWord = 'enableSearchWord';
static const String enableRcmdDynamic = 'enableRcmdDynamic';
static const String enableSaveLastData = 'enableSaveLastData';
static const String enableSystemProxy = 'enableSystemProxy';
/// 外观
static const String themeMode = 'themeMode';
@ -154,6 +155,10 @@ class LocalCacheKey {
static const String danmakuOpacity = 'danmakuOpacity';
static const String danmakuFontScale = 'danmakuFontScale';
static const String danmakuSpeed = 'danmakuSpeed';
// 代理host port
static const String systemProxyHost = 'systemProxyHost';
static const String systemProxyPort = 'systemProxyPort';
}
class VideoBoxKey {