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