63 lines
2.6 KiB
HTML
63 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>AMis Renderer</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" href="https://bce.bdstatic.com/iconfont/iconfont.css" />
|
|
<link rel="stylesheet" href="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/npm_bc56774.css" />
|
|
<link
|
|
rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/style_0d9f369.css" />
|
|
<link rel="stylesheet" title="default" href="https://bce.bdstatic.com/fex/amis-gh-pages/scss/themes/default_0e71254.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
title="cxd"
|
|
disabled href="https://bce.bdstatic.com/fex/amis-gh-pages/scss/themes/cxd_8f3ee86.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
title="dark"
|
|
disabled href="https://bce.bdstatic.com/fex/amis-gh-pages/scss/themes/dark_fac7496.css" />
|
|
<style>
|
|
.app-wrapper {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root" class="app-wrapper"></div>
|
|
<script src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/npm_ddcdb42.js"></script>
|
|
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/examples/index.html_map_a6e953b.js"></script>
|
|
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/app_5e983aa.js"></script>
|
|
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/rich-text_9f5420a.js"></script>
|
|
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/rest_bc2c174.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
|
<script type="text/javascript">
|
|
var _hmt = _hmt || [];
|
|
|
|
// 百度统计
|
|
(function () {
|
|
var hm = document.createElement('script');
|
|
hm.src = 'https://hm.baidu.com/hm.js?1f80f2c9dbe21dc3af239cf9eee90f1f';
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
|
|
/* @require examples/index.jsx 标记为同步依赖,提前加载 */
|
|
require(['ca626e1'], function (app) {
|
|
var initialState = {};
|
|
app.bootstrap(document.getElementById('root'), initialState);
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|