feat: spark free quota verify (#1152)

This commit is contained in:
zxhlyh
2023-09-11 17:30:54 +08:00
committed by GitHub
parent 24cb992843
commit 96d10c8b39
6 changed files with 105 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ import { AlertCircle } from '@/app/components/base/icons/src/vender/solid/alerts
import { CheckCircle } from '@/app/components/base/icons/src/vender/solid/general'
import Button from '@/app/components/base/button'
type ConfirmCommonProps = {
export type ConfirmCommonProps = {
type?: string
isShow: boolean
onCancel: () => void