From f8ca41e4d140a2e22013142a191f424907e17f56 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sat, 2 Dec 2023 23:11:22 +0800 Subject: [PATCH] mod --- lib/utils/storage.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/storage.dart b/lib/utils/storage.dart index 89f352bb..633fab79 100644 --- a/lib/utils/storage.dart +++ b/lib/utils/storage.dart @@ -127,6 +127,7 @@ class SettingBoxKey { static const String enableRcmdDynamic = 'enableRcmdDynamic'; static const String enableSaveLastData = 'enableSaveLastData'; static const String enableSystemProxy = 'enableSystemProxy'; + static const String enableAi = 'enableAi'; /// 外观 static const String themeMode = 'themeMode'; @@ -138,7 +139,6 @@ class SettingBoxKey { static const String displayMode = 'displayMode'; static const String customRows = 'customRows'; // 自定义列 static const String enableMYBar = 'enableMYBar'; - static const String enableAi = 'enableAi'; } class LocalCacheKey {