Skip to content

Commit

Permalink
feat: 增加图标 iconFonturl
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanbo.lh committed Dec 5, 2024
1 parent 82439ac commit b0804b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.yarn
.turbo/cookies
.turbo/daemon
.turbo

# turbo
*/*/.turbo
Expand Down
4 changes: 3 additions & 1 deletion docs/xflow/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ title: API
| layout | 节点布局的方向 | `LR \| TB` | LR | - |
| widgets | 自定义组件 | `Record<string, ReactNode>` | - | - |
| settings | 节点配置,定义页面中可拖动的节点配置 | ( [TNodeGroup](#tnodegroup) \| [TNodeItem](#tnodeitem) )[ ] | |
| nodeSelector | 节点选择器配置,可控制节点的可搜索性 | `TNodeSelector` | |
| nodeSelector | 节点选择器配置,可控制节点的可搜索性 | `TNodeSelector`
| iconFontUrl | iconfont url,用于配置图标渲染 | `String` | |
| |

### TNodeGroup

Expand Down
2 changes: 1 addition & 1 deletion packages/x-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrenders/xflow",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品",
"keywords": [
"xflow"
Expand Down

0 comments on commit b0804b8

Please sign in to comment.