Skip to content

Commit

Permalink
更新 gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Oct 29, 2020
1 parent aa61a88 commit 2d479b3
Show file tree
Hide file tree
Showing 9 changed files with 5,357 additions and 145 deletions.
25 changes: 25 additions & 0 deletions editor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- htmlcs-disable -->
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<title>Editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<link rel="stylesheet" type="text/css" href="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/style_3c0be1d.css" />
</head>

<body>
<div id="root" class="app-wrapper"></div>
<script src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/npm_3bcc9be.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/editor.html_map_6081275.js"></script>
<script type="text/javascript">
/* @require ./index.jsx 标记为同步依赖,提前加载 */
/* globals amis */
amis.require(['39ea9ea','3c5b02d'], function (editor, reactDom) {
editor.mountInIframe(document.getElementById('root'), reactDom);
});
</script>
</body>
</html>
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<link rel="stylesheet" type="text/css" href="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/style_ee99175.css" />
<link rel="stylesheet" type="text/css" href="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/style_3c0be1d.css" />
<link rel="stylesheet" href="https://bce.bdstatic.com/fex/amis-editor-gh-pages/scss/style_c91cc6f.css" />
</head>

<body>
<div id="root" class="app-wrapper"></div>
<script src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/npm_e6f7e79.js"></script>
<script src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/npm_3bcc9be.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/index.html_map_928a2c5.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/app_1e030e1.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/app_d03db16.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/n/amis-editor/node_modules/mobx-react/dist/mobxreact.cjs.production.min_8a83e6e.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/n/amis-editor/node_modules/mobx-react/dist/mobxreact.cjs.development_4def664.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/n/amis-editor/node_modules/mobx-react/dist/index_7566c64.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/n/amis-editor/node_modules/copy-to-clipboard/index_f249b6a.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/n/amis-editor/dist/index.min_1b98881.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/rest_baab551.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/n/amis-editor/dist/index.min_877879d.js"></script>
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-editor-gh-pages/pkg/rest_2072bc8.js"></script>
<script type="text/javascript">
var _hmt = _hmt || [];

Expand Down
5 changes: 0 additions & 5 deletions n/amis-editor/dist/index.min_1b98881.js

This file was deleted.

5 changes: 5 additions & 0 deletions n/amis-editor/dist/index.min_877879d.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/app_1e030e1.js → pkg/app_d03db16.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d479b3

Please sign in to comment.