编排-条件分支添加break

This commit is contained in:
fofolee 2025-03-29 16:37:12 +08:00
parent 4c2f835222
commit 0ab029a5b3

View File

@ -305,6 +305,12 @@ export const controlCommands = {
},
],
},
{
label: "中断",
value: "break",
icon: "stop",
codeTemplate: "break;",
},
{
label: "默认分支",
value: "default",