feat: add condition placeholder to if-else node

This commit is contained in:
nite-knite
2024-03-29 19:07:56 +08:00
parent 6b3bc789b5
commit f43faa125b
4 changed files with 298 additions and 563 deletions

View File

@ -247,7 +247,6 @@ const translation = {
},
},
ifElse: {
conditions: 'Conditions',
if: 'If',
else: 'Else',
elseDescription: 'Used to define the logic that should be executed when the if condition is not met.',
@ -269,6 +268,7 @@ const translation = {
},
enterValue: 'Enter value',
addCondition: 'Add Condition',
conditionNotSetup: 'Condition NOT setup',
},
variableAssigner: {
title: 'Assign variables',

View File

@ -247,7 +247,6 @@ const translation = {
},
},
ifElse: {
conditions: '条件',
if: 'If',
else: 'Else',
elseDescription: '用于定义当 if 条件不满足时应执行的逻辑。',
@ -269,6 +268,7 @@ const translation = {
},
enterValue: '输入值',
addCondition: '添加条件',
conditionNotSetup: '条件未设置',
},
variableAssigner: {
title: '变量赋值',