import { Button } from '../../../../shared/components' interface ProxyPoolHeaderProps { checkingAllIPHealth: boolean hasURLImportSources: boolean onCheckAllIPHealth: () => void onOpenImport: () => void onRefreshAllSources: () => void onTestAll: () => void refreshingAllSources: boolean testingAll: boolean totalCount: number } export function ProxyPoolHeader({ checkingAllIPHealth, hasURLImportSources, onCheckAllIPHealth, onOpenImport, onRefreshAllSources, onTestAll, refreshingAllSources, testingAll, totalCount, }: ProxyPoolHeaderProps) { return (
管理代理配置,支持 Clash 订阅、HTTP、HTTPS、SOCKS5