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
@@ -38,7 +38,7 @@ export async function streamCheckProvider(
}
/**
*
*
*/
export async function streamCheckAllProviders(
appType: AppId,
@@ -48,14 +48,14 @@ export async function streamCheckAllProviders(
}
/**
*
*
*/
export async function getStreamCheckConfig(): Promise<StreamCheckConfig> {
return invoke("get_stream_check_config");
}
/**
*
*
*/
export async function saveStreamCheckConfig(
config: StreamCheckConfig,