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