feat: 默认启动页设置 issues #483

This commit is contained in:
guozhigq
2024-03-03 11:09:52 +08:00
committed by orz12
parent e15026ac2f
commit 4b543bde12
5 changed files with 41 additions and 45 deletions

View File

@@ -126,7 +126,8 @@ class SettingBoxKey {
enableWordRe = 'enableWordRe',
enableSearchWord = 'enableSearchWord',
enableSystemProxy = 'enableSystemProxy',
enableAi = 'enableAi';
enableAi = 'enableAi',
defaultHomePage = 'defaultHomePage';
/// 外观
static const String themeMode = 'themeMode',