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

@@ -2389,6 +2389,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
else_desc: 'Used to define the logic that should be executed when the if condition is not met.',
unset: 'Condition Not Set',
set: 'Set',
addSubVariable: 'Add Sub Variable',
},
'http-request': {
auth: 'Authentication',

View File

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