File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ sidebar_position: 3
1818- [ 历史操作 History)] ( ./model/history )
1919- [ 画布节点选中 Selection)] ( ./model/selection )
2020- [ 画布节点悬停 Detecting)] ( ./model/detecting )
21- - [ 模态节点管理器 ModalNodesManager] ( ./model/modal_nodes_manager )
21+ - [ 模态节点管理器 ModalNodesManager] ( ./model/modal-nodes-manager )
2222
2323整个模型系统,以 project API 为入口,所有模型实例均需要通过 project 来获得,比如 project.currentDocument 来获取当前的文档模型,project.currentDocument.nodesMap 来获取当前文档模型里所有的节点列表。
2424
Original file line number Diff line number Diff line change 11{
22 "name" : " @alilc/lowcode-engine-docs" ,
3- "version" : " 1.0.10 " ,
3+ "version" : " 1.0.11 " ,
44 "description" : " 低代码引擎版本化文档" ,
55 "license" : " MIT" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const package = require('../package.json');
44const { version, name } = package ;
55const options = {
66 method : 'PUT' ,
7- // 暂时使用 日常环境的 uipaas-node,上线后可切换成线上环境 https://uipaas-node.alibaba-inc.com
87 hostname : 'uipaas-node.alibaba-inc.com' ,
98 path : '/staticAssets/cdn/packages' ,
109 headers : {
You can’t perform that action at this time.
0 commit comments