refactor: extract useVariableList; properties add output variable

This commit is contained in:
zhaoying
2026-01-19 17:00:26 +08:00
parent ff6bdc1bed
commit 2d90b0c752
8 changed files with 562 additions and 835 deletions

View File

@@ -1967,6 +1967,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
value: 'Value',
addCase: 'Add Condition',
addVariable: 'Add Variables',
output: 'Output Variable'
},
clear: 'Clear',

View File

@@ -2061,6 +2061,7 @@ export const zh = {
value: '值',
addCase: '添加条件',
addVariable: '添加变量',
output: '输出变量'
},
clear: '清空',