编排新增循环

This commit is contained in:
fofolee
2025-01-02 01:09:18 +08:00
parent 37ebebc5ac
commit 620f42d64b
7 changed files with 294 additions and 51 deletions

View File

@@ -9,5 +9,12 @@ export const controlCommands = {
isControlFlow: true,
commandChain: ["if", "end"],
},
{
value: "loop",
label: "循环",
component: "LoopControl",
isControlFlow: true,
commandChain: ["loop", "end"],
},
],
};