From f08a06748cc672dcd334838b52625d65617fbaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=A3=E5=BD=AC?= Date: Wed, 4 Nov 2020 15:01:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/demo/public/schema.json | 78 ---------------------------- packages/react-renderer/package.json | 2 +- 2 files changed, 1 insertion(+), 79 deletions(-) diff --git a/packages/demo/public/schema.json b/packages/demo/public/schema.json index 131b55860..ea405f970 100644 --- a/packages/demo/public/schema.json +++ b/packages/demo/public/schema.json @@ -11,84 +11,6 @@ "fileName": "test", "dataSource": { "list": [ - { - "type": "http", - "id": "请求商家数据,是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求", - "isInit": true, - "options": { - "uri": "https://www.taobao.com", - "params": { - "a": 1, - "b": true, - "c": "3" - } - } - }, - { - "type": "http", - "id": "请求商家数据2,是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求", - "isInit": true, - "options": { - "uri": "https://www.taobao.com", - "params": { - "a": 1, - "b": true, - "c": "3" - } - } - }, - { - "type": "http", - "id": "请求商家数据3,是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求", - "isInit": true, - "options": { - "uri": "https://www.taobao.com", - "params": { - "a": 1, - "b": true, - "c": "3" - } - } - }, - { - "type": "http", - "id": "请求商家数据4,是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求", - "isInit": true, - "options": { - "uri": "https://www.taobao.com", - "params": { - "a": 1, - "b": true, - "c": "3" - } - } - }, - { - "type": "http", - "id": "请求商家数据5,是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求", - "isInit": false, - "options": { - "uri": "https://www.taobao.com", - "params": { - "a": 1, - "b": true, - "c": "3" - } - } - }, - { - "type": "http", - "id": "请求商家数据6,是一个 HTTP 请求,是一个 HTTP 请求,是一个 HTTP 请求", - "isInit": true, - "options": { - "uri": "https://www.taobao.com", - "params": { - "a": 1, - "b": true, - "c": "3" - } - } - } ] }, "state": { diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index e03d5b803..71bddd466 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -54,5 +54,5 @@ "publishConfig": { "registry": "http://registry.npm.alibaba-inc.com" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.13/build/index.html" + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.14/build/index.html" }