update 1.0.0
This commit is contained in:
@@ -24,15 +24,8 @@ dooringx-lib 是 dooringx 的基座,是移除了 dooringx 插件的可视化
|
||||
dooringx-lib 提供自己的一套数据流事件机制以及弹窗等解决方案,可以让你更快地自己定制开发可视化拖拽平台。
|
||||
|
||||
|
||||
dooringx-lib 在运行时维护一套数据流,主要分为json数据部分,左侧组件部分,右侧配置项部分,快捷键部分,弹窗部分,事件与函数部分,数据源部分。
|
||||
|
||||
|
||||
|
||||
其除了提供基础的拖拽、移动、缩放、全选、旋转等功能外,还可以使用暴露的组件。如果觉得组件不够定制化,可以调整样式或者自己重新写。
|
||||
|
||||
## 文档 | Doc
|
||||
|
||||
当前版本变化较大,请等待文档完善。
|
||||
|
||||
[Read the Docs to Learn More](https://h5-dooring.github.io/dooringx/).
|
||||
|
||||
@@ -165,6 +158,3 @@ Contributions, issues and feature requests are welcome!.
|
||||
MIT
|
||||
|
||||
|
||||
## Todo
|
||||
|
||||
完善文档
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.15.3",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/dooringx-lib.esm.js",
|
||||
|
Reference in New Issue
Block a user