feat(web): 增加节点输出编辑

This commit is contained in:
2025-06-24 10:15:08 +08:00
parent b58c34443f
commit ab56385c8a
4 changed files with 60 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
import type {NodeProps} from '@xyflow/react'
import AmisNode from './AmisNode.tsx'
import {horizontalFormOptions} from '../../../../util/amis.tsx'
import AmisNode from './AmisNode.tsx'
const StartNode = (props: NodeProps) => AmisNode(
props,
@@ -11,7 +11,7 @@ const StartNode = (props: NodeProps) => AmisNode(
[
{
type: 'input-kvs',
name: 'inputVariables',
name: 'inputs',
label: '输入变量',
addButtonText: '新增入参',
draggable: false,