feat: display delay check result timely

This commit is contained in:
GyDi
2022-10-26 01:11:02 +08:00
parent 947c38c124
commit 14f627d0d3
9 changed files with 179 additions and 138 deletions

View File

@@ -1,7 +1,7 @@
import { useCallback, useEffect, useState } from "react";
import { useRecoilValue } from "recoil";
import { atomCurrentProfile } from "@/services/states";
import { ProxySortType } from "./use-sort-proxy";
import { ProxySortType } from "./use-filter-sort";
export interface HeadState {
open?: boolean;