mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
chore: publish docs 1.0.11
This commit is contained in:
parent
bcdec0989e
commit
aa1813d09b
@ -18,7 +18,7 @@ sidebar_position: 3
|
||||
- [历史操作 History)](./model/history)
|
||||
- [画布节点选中 Selection)](./model/selection)
|
||||
- [画布节点悬停 Detecting)](./model/detecting)
|
||||
- [模态节点管理器 ModalNodesManager](./model/modal_nodes_manager)
|
||||
- [模态节点管理器 ModalNodesManager](./model/modal-nodes-manager)
|
||||
|
||||
整个模型系统,以 project API 为入口,所有模型实例均需要通过 project 来获得,比如 project.currentDocument 来获取当前的文档模型,project.currentDocument.nodesMap 来获取当前文档模型里所有的节点列表。
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@alilc/lowcode-engine-docs",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"description": "低代码引擎版本化文档",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@ -4,7 +4,6 @@ const package = require('../package.json');
|
||||
const { version, name } = package;
|
||||
const options = {
|
||||
method: 'PUT',
|
||||
// 暂时使用 日常环境的 uipaas-node,上线后可切换成线上环境 https://uipaas-node.alibaba-inc.com
|
||||
hostname: 'uipaas-node.alibaba-inc.com',
|
||||
path: '/staticAssets/cdn/packages',
|
||||
headers: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user