amis/examples/sdk-placeholder.html
吴多益 6aa492309e
更新部分依赖 (#2456)
ansi-to-react 到 6.1.6
exceljs 到 4.3.0
hls.js 到 1.0.10
sortablejs 到 1.14.0
tinymce 到 5.9.1
fontawesome 到 5.14.4
copy-to-clipboard 到 3.3.1

去掉 animate.css 依赖

playground 使用 json5 支持非标准 json 格式
2021-08-27 14:44:50 +08:00

34 lines
987 B
HTML

<!DOCTYPE html>
<html lang="zh">
<head>
<link rel="stylesheet" href="@fortawesome/fontawesome-free/css/all.css" />
<link
rel="stylesheet"
href="@fortawesome/fontawesome-free/css/v4-shims.css"
/>
<!--DEPENDENCIES_INJECT_PLACEHOLDER-->
<!--STYLE_PLACEHOLDER-->
<link rel="stylesheet" title="ang" href="../scss/themes/ang.scss" />
<link rel="stylesheet" title="cxd" href="../scss/themes/cxd.scss" />
<link rel="stylesheet" title="dark" href="../scss/themes/dark.scss" />
<link rel="stylesheet" title="antd" href="../scss/themes/antd.scss" />
</head>
<body>
<script data-loader src="./mod.js"></script>
<script>
/* @require "./embed.tsx" */
/* @require "./loader" */
(function (w) {
var amis = w.amis || {};
amis.resource = {
css: css,
js: js,
moduleId: __moduleId('./embed.tsx')
};
w.amis = amis;
})(window);
</script>
</body>
</html>