Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayacco committed Jun 24, 2021
1 parent f4170c2 commit 6c4795a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ English | [简体中文](./README_CN.md)

🔥 This project implements flowable's workflow designer based on `vue` and `bpmn.io@7.0`

## Preview
## Preview 📟

![20200930030243](https://cdn.jsdelivr.net/gh/goldsubmarine/cdn@master/blog/20200930030243.png)

## Online demo
## Online demo 📢

👉 https://goldsubmarine.github.io/workflow-bpmn-modeler/demo/

Expand Down Expand Up @@ -79,7 +79,7 @@ export default {
</script>
```

## Iframe Deployment
## Iframe Deployment 🎪

If your project is a `jquery` or `react` project, you can integrate the workflow designer by means of an iframe

Expand Down Expand Up @@ -134,7 +134,7 @@ The integration method is as follows (ps: you can copy the following code direct
</html>
```

## About Customization 🛠
## Customization 🛠

This component is aligned to the official flowable designer, which is the standard for implementing flowable's xml rules, and the terms used in it are all terminology from the official documentation. So this component is just a tool for programmers to model and export xml by themselves during the development phase, and it is wrong to try to customize the behavior of this modeler. Your own business should be developed separately to implement it.

Expand Down
6 changes: 3 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

🔥 本项目基于 `vue``bpmn.io@7.0` ,实现 flowable 的工作流设计器

## 预览
## 预览 📟

![20200930030243](https://cdn.jsdelivr.net/gh/goldsubmarine/cdn@master/blog/20200930030243.png)

## 在线 demo
## 在线 demo 📢

👉 https://goldsubmarine.github.io/workflow-bpmn-modeler/demo/

Expand Down Expand Up @@ -79,7 +79,7 @@ export default {
</script>
```

## iframe 部署
## iframe 部署 🎪

如果你的项目是 jquery 或 react 类项目,可以通过 iframe 的方式集成该流程设计器

Expand Down

0 comments on commit 6c4795a

Please sign in to comment.