feat: 添加动态 Tab 分组支持,优化配置界面 UI 元数据
This commit is contained in:
@@ -38,6 +38,9 @@ export interface ConfigSchema {
|
||||
classDoc: string
|
||||
fields: FieldSchema[]
|
||||
nested?: Record<string, ConfigSchema>
|
||||
uiParent?: string
|
||||
uiLabel?: string
|
||||
uiIcon?: string
|
||||
}
|
||||
|
||||
export interface ConfigSchemaResponse {
|
||||
|
||||
Reference in New Issue
Block a user