feat(web): 增加节点输出编辑
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user