leafer-connector 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,16 @@
4
4
 
5
5
  你可以把它理解成:**给两个 `IUI` 节点自动画出一条“像流程图工具一样”的连线**,并支持 label、协同等能力。
6
6
 
7
+ ## 支持与反馈
8
+
9
+ 如果这个项目对你有帮助,欢迎点个 **Star** 支持一下:
10
+ - ⭐️ 点我去 Star:[rideWind97/leafer-connector](https://github.com/rideWind97/leafer-connector)
11
+
12
+ 遇到问题 / 有需求 / 想讨论实现方案,也欢迎提 **Issue**:
13
+ - 🐞/💡 点我去提 Issue:[Issues](https://github.com/rideWind97/leafer-connector/issues)
14
+
15
+ 也非常欢迎 PR(修 bug、补文档、加示例都很棒),我会尽量及时跟进。
16
+
7
17
  ## 能力概览
8
18
 
9
19
  - **连接 2 个节点**:`from/to: IUI`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leafer-connector",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A LeaferJS connector (edge) component with arrows, multiple route types, labels, and collaboration helpers.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/rideWind97/leafer-connector",