feat: support check delay

This commit is contained in:
GyDi
2022-02-16 02:22:01 +08:00
parent e7bba968b3
commit d0e678b5e9
5 changed files with 140 additions and 11 deletions

View File

@@ -114,6 +114,7 @@ const ProxyPage = () => {
totalCount={filterProxies.length}
itemContent={(index) => (
<ProxyItem
groupName="GLOBAL"
proxy={filterProxies[index]}
selected={filterProxies[index].name === curProxy}
onClick={onChangeProxy}