feat:支持高级配置

This commit is contained in:
SengokuCola
2026-05-03 20:28:30 +08:00
parent db46551b51
commit 041ff63fba
5 changed files with 42 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ export interface FieldSchema {
properties?: ConfigSchema
'x-widget'?: XWidgetType
'x-icon'?: string
advanced?: boolean
step?: number
}