feat: Implement dynamic form field rendering and replace SubmitButton with Actions component

This commit is contained in:
twwu
2025-04-25 18:13:52 +08:00
parent 076924bbd6
commit 734c62998f
10 changed files with 294 additions and 47 deletions

View File

@ -17,7 +17,7 @@ import type {
} from '@/app/components/base/portal-to-follow-elem'
import cn from '@/utils/classnames'
type Option = {
export type Option = {
label: string
value: string
}