refactor(health-check): remove per-provider test config

This commit is contained in:
Jason
2026-07-10 13:42:09 +08:00
parent 442799879d
commit 06039540ff
18 changed files with 48 additions and 468 deletions
-4
View File
@@ -368,9 +368,6 @@ pub struct AppSettings {
pub usage_confirmed: Option<bool>,
#[serde(default, skip_serializing_if = "Option::is_none")]
pub usage_dashboard_refresh_interval_ms: Option<u32>,
/// User has confirmed the stream check first-run notice
#[serde(default, skip_serializing_if = "Option::is_none")]
pub stream_check_confirmed: Option<bool>,
/// Whether to show the failover toggle independently on the main page
#[serde(default)]
pub enable_failover_toggle: bool,
@@ -511,7 +508,6 @@ impl Default for AppSettings {
proxy_confirmed: None,
usage_confirmed: None,
usage_dashboard_refresh_interval_ms: None,
stream_check_confirmed: None,
enable_failover_toggle: false,
show_profile_switcher: true,
preserve_codex_official_auth_on_switch: false,