Files
sentcms/view/admin/public/footer.html
2020-02-17 23:43:41 +08:00

22 lines
845 B
HTML

<link rel="stylesheet" type="text/css" href="__static__/plugins/nanoscroller/nanoscroller.css">
<script src="__static__/plugins/nanoscroller/jquery.nanoscroller.min.js"></script>
<script src="__static__/common/js/bootstrap.js"></script>
<script src="__static__/plugins/jquery/pace.min.js"></script>
<script src="__static__/common/js/hopscotch.js"></script>
<link rel="stylesheet" type="text/css" href="__static__/common/css/hopscotch.css">
<script src="__static__/common/js/messager.js"></script>
<script src="__js__/app.js"></script>
<script type="text/javascript">
(function(){
var SentCMS = window.Sent = {
"ROOT" : "__ROOT__", //当前网站地址
"APP" : "__APP__", //当前项目地址
"PUBLIC" : "__static__", //项目公共目录地址
}
})();
</script>
<script src="__static__/common/js/core.js"></script>
</body>
</html>