File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff 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 ` ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments