feat. Intelligent Selection (#4716)

rename

Adds intelligent selection method setting

Adds KDoc
This commit is contained in:
DHR60
2025-07-07 20:17:09 +08:00
committed by GitHub
parent d039cb9edf
commit 5db2df77a0
23 changed files with 369 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ object AppConfig {
const val PREF_DELAY_TEST_URL = "pref_delay_test_url"
const val PREF_LOGLEVEL = "pref_core_loglevel"
const val PREF_OUTBOUND_DOMAIN_RESOLVE_METHOD = "pref_outbound_domain_resolve_method"
const val PREF_INTELLIGENT_SELECTION_METHOD = "pref_intelligent_selection_method"
const val PREF_MODE = "pref_mode"
const val PREF_IS_BOOTED = "pref_is_booted"
const val PREF_CHECK_UPDATE_PRE_RELEASE = "pref_check_update_pre_release"