mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-28 08:44:41 +08:00
refactor(health-check): remove per-provider test config
This commit is contained in:
+2
-2
@@ -10,9 +10,9 @@ import {
|
||||
getStreamCheckConfig,
|
||||
saveStreamCheckConfig,
|
||||
type StreamCheckConfig,
|
||||
} from "@/lib/api/model-test";
|
||||
} from "@/lib/api/connectivity-check";
|
||||
|
||||
export function ModelTestConfigPanel() {
|
||||
export function ConnectivityCheckConfigPanel() {
|
||||
const { t } = useTranslation();
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
const [isSaving, setIsSaving] = useState(false);
|
||||
Reference in New Issue
Block a user