amis/index.html

61 lines
2.5 KiB
HTML
Raw Normal View History

2020-04-29 09:56:25 +08:00
<!DOCTYPE html>
<html lang="zh">
2020-06-08 19:02:21 +08:00
<head>
<meta charset="UTF-8" />
2020-07-30 20:22:13 +08:00
<title>amis - 低代码前端框架</title>
2020-06-08 19:02:21 +08:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2020-08-06 19:48:53 +08:00
<link type="image/x-icon" rel="shortcut icon" href="https://bce.bdstatic.com/fex/amis-gh-pages/static/favicon_b3b0647.png" />
2020-06-08 19:02:21 +08:00
<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" />
2020-08-21 14:12:34 +08:00
<link rel="stylesheet" href="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/npm_741fde2.css" />
2020-08-21 18:05:42 +08:00
<link rel="stylesheet" href="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/style_7afde91.css" />
2020-08-19 14:53:48 +08:00
<link rel="stylesheet" title="default" href="https://bce.bdstatic.com/fex/amis-gh-pages/scss/themes/default_3c1f93b.css" />
2020-06-08 19:02:21 +08:00
<link
rel="stylesheet"
title="cxd"
2020-08-19 14:53:48 +08:00
disabled href="https://bce.bdstatic.com/fex/amis-gh-pages/scss/themes/cxd_c21c540.css" />
2020-06-08 19:02:21 +08:00
<link
rel="stylesheet"
title="dark"
2020-08-19 14:53:48 +08:00
disabled href="https://bce.bdstatic.com/fex/amis-gh-pages/scss/themes/dark_a4ed175.css" />
2020-04-29 09:56:25 +08:00
<style>
2020-06-08 19:02:21 +08:00
.app-wrapper {
position: relative;
width: 100%;
height: 100%;
}
</style>
2020-04-29 09:56:25 +08:00
</head>
2020-06-08 19:02:21 +08:00
<body>
<div id="root" class="app-wrapper"></div>
2020-08-21 16:54:39 +08:00
<script src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/npm_27e675e.js"></script>
2020-08-25 18:21:39 +08:00
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/examples/index.html_map_1106a56.js"></script>
2020-08-21 17:44:41 +08:00
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/app_91250be.js"></script>
2020-08-05 13:24:55 +08:00
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/rich-text_5b6e508.js"></script>
2020-08-20 16:05:39 +08:00
<script type="text/javascript" src="https://bce.bdstatic.com/fex/amis-gh-pages/pkg/rest_3368c0d.js"></script>
2020-04-29 09:56:25 +08:00
<script type="text/javascript">
2020-06-08 19:02:21 +08:00
var _hmt = _hmt || [];
2020-04-29 09:56:25 +08:00
2020-06-08 19:02:21 +08:00
// 百度统计
(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);
})();
2020-04-29 09:56:25 +08:00
2020-06-08 19:02:21 +08:00
/* @require examples/index.jsx 标记为同步依赖,提前加载 */
2020-07-20 18:12:43 +08:00
amis.require(['ca626e1'], function (app) {
2020-06-08 19:02:21 +08:00
var initialState = {};
app.bootstrap(document.getElementById('root'), initialState);
});
</script>
2020-04-29 09:56:25 +08:00
</body>
</html>