Explorar o código

feat: 左侧添加自定义节点

wanggaokun hai 2 semanas
pai
achega
c3d471f165
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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: '系统设计图',