mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 08:54:19 +08:00
编排新增循环
This commit is contained in:
@@ -9,5 +9,12 @@ export const controlCommands = {
|
||||
isControlFlow: true,
|
||||
commandChain: ["if", "end"],
|
||||
},
|
||||
{
|
||||
value: "loop",
|
||||
label: "循环",
|
||||
component: "LoopControl",
|
||||
isControlFlow: true,
|
||||
commandChain: ["loop", "end"],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user