feat: install progress

This commit is contained in:
Joel
2024-10-22 17:21:25 +08:00
parent 0e52971997
commit 5fddb23516
9 changed files with 272 additions and 73 deletions

View File

@ -11,7 +11,7 @@ import Placeholder from './base/placeholder'
import cn from '@/utils/classnames'
import { useGetLanguage } from '@/context/i18n'
type Props = {
export type Props = {
className?: string
payload: Plugin
titleLeft?: React.ReactNode