新增遍历数组

This commit is contained in:
fofolee
2025-01-02 12:10:01 +08:00
parent 15ad67a753
commit db3d2428c8
5 changed files with 321 additions and 55 deletions

View File

@@ -16,5 +16,12 @@ export const controlCommands = {
isControlFlow: true,
commandChain: ["loop", "end"],
},
{
value: "forEach",
label: "遍历数组",
component: "ForEachControl",
isControlFlow: true,
commandChain: ["forEach", "end"],
},
],
};