diff --git a/src/components/providers/forms/ProviderForm.tsx b/src/components/providers/forms/ProviderForm.tsx index 0c5bd59..ebd369d 100644 --- a/src/components/providers/forms/ProviderForm.tsx +++ b/src/components/providers/forms/ProviderForm.tsx @@ -336,9 +336,11 @@ export function ProviderForm({ ); }, [groupedPresets]); - // 判断是否显示端点测速(仅第三方和自定义类别) + // 判断是否显示端点测速(聚合服务、第三方和自定义类别) const shouldShowSpeedTest = - category === "third_party" || category === "custom"; + category === "aggregator" || + category === "third_party" || + category === "custom"; // 使用 API Key 链接 hook (Claude) const {