소스 검색

feat: 左侧添加自定义节点

wanggaokun 2 주 전
부모
커밋
c3d471f165
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      src/views/graph/index.ts

+ 10 - 0
src/views/graph/index.ts

@@ -197,6 +197,16 @@ export default class FlowGraph {
           title: '基础节点',
           graphHeight: 180
         },
+        {
+          name: 'logic',
+          title: '逻辑节点',
+          graphHeight: 180
+        },
+        {
+          name: 's-pro',
+          title: '子流程节点',
+          graphHeight: 180
+        },
         {
           name: 'custom-image',
           title: '系统设计图',