feat(web): if-else support sub variable

This commit is contained in:
zhaoying
2026-04-17 19:49:42 +08:00
parent 52f7ea7456
commit bb964c1ed8
8 changed files with 382 additions and 38 deletions

View File

@@ -2350,6 +2350,7 @@ export const zh = {
else_desc: '用于定义当 if 条件不满足时应执行的逻辑。',
unset: '条件未设置',
set: '已设置',
addSubVariable: '添加子变量',
},
'http-request': {
auth: '鉴权',