Parcourir la source

feat: 左侧添加自定义节点

wanggaokun il y a 2 semaines
Parent
commit
c3d471f165
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  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: '系统设计图',