feat: reserved providers

This commit is contained in:
Fu Diwei
2025-02-13 21:48:55 +08:00
parent 0b7b544d4e
commit d588e14a58
8 changed files with 205 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import { useTranslation } from "react-i18next";
import { Avatar, Card, Col, Empty, Flex, Input, type InputRef, Row, Tabs, Tooltip, Typography } from "antd";
import Show from "@/components/Show";
import { DEPLOY_CATEGORIES, type DeployProvider, deployProvidersMap } from "@/domain/provider";
import { DEPLOY_CATEGORIES, deployProvidersMap } from "@/domain/provider";
export type DeployProviderPickerProps = {
className?: string;