1.3.21.3.2
Android APK Release / Build Android APK (push) Successful in 55m29s

This commit is contained in:
2026-05-26 16:32:18 +08:00
parent 546cef5ba6
commit 17673b2862
89 changed files with 24098 additions and 272 deletions
+8
View File
@@ -27,4 +27,12 @@ class StorageKeys {
// 搜索历史
static const String searchHistory = 'search_history';
// 同步相关
static const String syncConfig = 'sync_config';
static const String syncState = 'sync_state';
static const String clientId = 'client_id';
// 日志级别
static const String logLevel = 'app_log_level';
}