feat: responsive header, search boxes (#10)

This commit is contained in:
UUBulb
2024-11-22 07:41:47 +08:00
committed by GitHub
parent 8248d6c910
commit b1b8b91fb5
28 changed files with 672 additions and 168 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { ModelServerGroupResponseItem, ModelServer } from "@/types";
import { ModelServerGroupResponseItem, ServerIdentifierType } from "@/types";
export interface ServerContextProps {
servers?: ModelServer[];
servers?: ServerIdentifierType[];
serverGroups?: ModelServerGroupResponseItem[];
}