Skip to content

Commit d3eb64d

Browse files
committed
发布
1 parent 748fec5 commit d3eb64d

4 files changed

Lines changed: 7086 additions & 4457 deletions

File tree

tools/schema-builder/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xrenders/schema-builder",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
55
"keywords": [
66
"Form",
@@ -86,8 +86,8 @@
8686
"pre-commit": "lint-staged"
8787
},
8888
"types": "./lib/index.d.ts",
89-
"directories": {
90-
"lib": "lib"
91-
},
92-
"author": "lhbxs"
89+
"publishConfig": {
90+
"registry": "https://registry.npmjs.org/",
91+
"access": "public"
92+
}
9393
}

tools/schema-builder/src/createIframe.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const createIframeContent = () => {
1111
<link href="https://alifd.alicdn.com/npm/@alifd/theme-lowcode-light@0.2.1/dist/next.var.min.css" rel="stylesheet" />
1212
<link rel="stylesheet" href="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/1.1.11-beta.8/dist/css/engine-core.css" />
1313
<link rel="stylesheet" href="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine-ext/1.0.6/dist/css/engine-ext.css" />
14-
<link rel="stylesheet" href="https://g.alicdn.com/fone-lowcode/fr-generator/1.0.9/css/index.css" />
14+
<link rel="stylesheet" href="https://g.alicdn.com/fone-lowcode/fr-generator/1.0.10/css/index.css" />
1515
1616
<script>
1717
window.React = window.parent.React;
@@ -30,7 +30,7 @@ const createIframeContent = () => {
3030
3131
<body>
3232
<div id="lce-container"></div>
33-
<script type="text/javascript" src="https://g.alicdn.com/fone-lowcode/fr-generator/1.0.9/js/index.js"></script>
33+
<script type="text/javascript" src="https://g.alicdn.com/fone-lowcode/fr-generator/1.0.10/js/index.js"></script>
3434
</body>
3535
</html>
3636
`;

tools/schema-builder/src/utils/createIconFont.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)