feat: use dynamic form to render pipeline config

This commit is contained in:
Junyan Qin
2025-05-08 18:17:42 +08:00
parent e74de068ea
commit f6d3619bbe
2 changed files with 175 additions and 108 deletions
@@ -18,5 +18,6 @@ export interface PipelineConfigTab {
export interface PipelineConfigStage {
name: string;
label: I18nLabel;
description?: I18nLabel;
config: IDynamicFormItemSchema[];
}