mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-19 17:49:41 +08:00
编排-条件分支添加break
This commit is contained in:
parent
4c2f835222
commit
0ab029a5b3
@ -305,6 +305,12 @@ export const controlCommands = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "中断",
|
||||||
|
value: "break",
|
||||||
|
icon: "stop",
|
||||||
|
codeTemplate: "break;",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "默认分支",
|
label: "默认分支",
|
||||||
value: "default",
|
value: "default",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user