节点新增字段和提示词弹窗

This commit is contained in:
2026-06-04 15:04:01 +08:00
parent 937d1e9373
commit 05a0e35891
4 changed files with 705 additions and 32 deletions

View File

@@ -37,6 +37,8 @@ export interface NodeLibraryItem {
nodeName: string;
modelType: number;
skillOption: boolean;
promptOption: boolean;
isSaveFile: boolean;
formConfig: NodeLibraryFormItem[];
modelConfig: NodeLibraryModelConfig[];
}