feat(web): workflow import & export

This commit is contained in:
zhaoying
2026-02-28 18:01:00 +08:00
parent 5e512df3d4
commit b79fe07052
18 changed files with 586 additions and 206 deletions

View File

@@ -58,7 +58,8 @@ const Workflow = forwardRef<WorkflowRef>((_props, ref) => {
handleSave,
handleRun,
graphRef,
addVariable
addVariable,
config
}))
return (
<div className="rb:h-[calc(100vh-64px)] rb:relative">