refractor(web): 优化选择节点的选择器

This commit is contained in:
2025-07-16 23:08:25 +08:00
parent 72a9d58f4c
commit fbc6144d82
6 changed files with 13 additions and 10 deletions

View File

@@ -31,6 +31,8 @@ const SwitchNode = (props: NodeProps) => {
name: 'condition',
label: '条件',
required: true,
builderMode: 'simple',
showANDOR: true,
fields: generateAllIncomerOutputVariablesConditions(
props.id,
getInputSchema(),