Skip to content

Commit

Permalink
✨ feat: proflow 1.0 (#55)
Browse files Browse the repository at this point in the history
* 📝 feat: rm block

* 📝 fix: ci

* 📝 fix: ci

* 📝 fix: quick-start link

* 🐛 fix: ci

---------

Co-authored-by: jiangchu <[email protected]>
  • Loading branch information
ModestFun and jiangchu authored Dec 20, 2023
1 parent 57722e8 commit 4bcf1e2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
'https://mdn.alipayobjects.com/huamei_d2ejos/afts/img/A*j10nRoiMh0MAAAAAAAAAAAAADvl6AQ/original',
],
themeConfig: {
name: 'Pro Flow',
name: 'ProFlow',
logo: 'https://mdn.alipayobjects.com/huamei_d2ejos/afts/img/A*j10nRoiMh0MAAAAAAAAAAAAADvl6AQ/original',
socialLinks: {
github: homepage,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img width="160" src="https://mdn.alipayobjects.com/huamei_d2ejos/afts/img/A*j10nRoiMh0MAAAAAAAAAAAAADvl6AQ/original">
</p>
<h1 align="center">Pro Flow</h1>
<h1 align="center">ProFlow</h1>

<div align="center">

Expand Down Expand Up @@ -48,7 +48,7 @@

## 简介

Pro Flow 是一款基于 react-flow 构建的画布编辑器。具有的特性如下:
ProFlow 是一款基于 react-flow 构建的画布编辑器。具有的特性如下:

1. 💠 **现代化节点设计**:拥有现代化设计的默认节点与成组节点组件,使界面更加直观、易读、易用。

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
hero:
title: Pro Flow
title: ProFlow
description: 一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品。
actions:
- text: 快速上手
link: /use-docs/quick-doc
link: /guide/quick-use
- text: Github
link: https://github.com/ant-design/pro-flow
features:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
"@dagrejs/dagre": "^1.0.4",
"@dnd-kit/core": "^6.1.0",
"@floating-ui/react": "^0.24",
"@types/styled-components": "^5.1.34",
"ahooks": "^3",
"antd": "^5",
"antd-style": "^3",
"fast-deep-equal": "^3",
"immer": "^10",
Expand All @@ -77,6 +79,7 @@
"react-hotkeys-hook": "^4",
"react-layout-kit": "^1",
"reactflow": "^11.10.0",
"styled-components": "^6.1.0",
"use-merge-value": "^1",
"yjs": "^13",
"zustand": "^4.4.1",
Expand All @@ -91,7 +94,6 @@
"@types/uuid": "^9",
"@umijs/lint": "^4",
"@vitest/coverage-v8": "latest",
"antd": "^5",
"commitlint": "^17",
"commitlint-config-gitmoji": "^2",
"concurrently": "^7",
Expand All @@ -112,7 +114,6 @@
"react-dom": "^18",
"semantic-release": "^20",
"semantic-release-config-gitmoji": "^1",
"styled-components": "^6.1.0",
"stylelint": "^14",
"typescript": "^5",
"vitest": "latest"
Expand Down
File renamed without changes.

0 comments on commit 4bcf1e2

Please sign in to comment.