feat: logicflow显示流程图

This commit is contained in:
dap
2025-05-25 16:38:13 +08:00
parent c3edbec3f0
commit 8bfc482a7f
12 changed files with 560 additions and 3 deletions

View File

@@ -38,4 +38,9 @@ export interface Flow {
export interface FlowInfoResponse {
image: string;
list: Flow[];
defChart: {
defJson: Record<string, any>;
nodeJsonList: Record<string, any>[];
skipJsonList: Record<string, any>[];
};
}