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

@@ -16,7 +16,7 @@ import {
} from "@mui/icons-material";
import delayManager from "@/services/delay";
import type { HeadState } from "./use-head-state";
import type { ProxySortType } from "./use-sort-proxy";
import type { ProxySortType } from "./use-filter-sort";
interface Props {
sx?: SxProps;