feat(web): if-else support sub variable
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -2350,6 +2350,7 @@ export const zh = {
|
||||
else_desc: '用于定义当 if 条件不满足时应执行的逻辑。',
|
||||
unset: '条件未设置',
|
||||
set: '已设置',
|
||||
addSubVariable: '添加子变量',
|
||||
},
|
||||
'http-request': {
|
||||
auth: '鉴权',
|
||||
|
||||
Reference in New Issue
Block a user