Skip to content

Commit

Permalink
Merge pull request #1267 from wumail/master
Browse files Browse the repository at this point in the history
the perfection of README in extension/bpmn-elements
  • Loading branch information
towersxu authored Aug 7, 2023
2 parents c84d97a + 492a277 commit 6b272f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/extension/src/bpmn-elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,7 @@ const complexGateway = GatewayNodeFactory('bpmn:complexGateway', complexIcon)
###

流的扩展和自定义边的定义方法完全相同,参考 <https://docs.logic-flow.cn/docs/#/zh/guide/basic/edge>

### 其他节点

其他类型的节点大家可以根据自己的需要通过自定义节点的方式进行扩展
2 changes: 1 addition & 1 deletion packages/extension/src/bpmn-elements/presets/Pool/Lane.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { h } from '@logicflow/core';
import { GroupNode } from '@logicflow/extension';
import { GroupNode } from '../../../materials/group/index';
import { laneToJSON } from '.';

// 泳道
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/src/bpmn-elements/presets/Pool/Pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 泳道节点
*/
import { h } from '@logicflow/core';
import { GroupNode } from '@logicflow/extension';
import { GroupNode } from '../../../materials/group/index';
import { poolToJSON } from '.';

const laneMinSize = {
Expand Down

0 comments on commit 6b272f6

Please sign in to comment.