mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2026-02-26 00:41:47 +08:00
编排-条件分支添加break
This commit is contained in:
@@ -305,6 +305,12 @@ export const controlCommands = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "中断",
|
||||||
|
value: "break",
|
||||||
|
icon: "stop",
|
||||||
|
codeTemplate: "break;",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "默认分支",
|
label: "默认分支",
|
||||||
value: "default",
|
value: "default",
|
||||||
|
|||||||
Reference in New Issue
Block a user