import { WorkflowNodeRegistry } from '@flowgram.ai/free-layout-editor'; /** * You can customize your own node registry * 你可以自定义节点的注册器 */ export const nodeRegistries: WorkflowNodeRegistry[] = [ { type: 'custom', }, ];