后台UI更新

This commit is contained in:
2019-09-01 15:45:59 +08:00
parent fef0360a8f
commit dd9fbd85fd
9 changed files with 251 additions and 356 deletions

View File

@@ -12,11 +12,18 @@
<!-- Ionicons -->
<link rel="stylesheet" href="__static__/plugins/Ionicons/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="__css__/AdminLTE.min.css">
<link rel="stylesheet" href="__css__/sentcms.min.css">
<link rel="stylesheet" href="__css__/style.css?v={$sent_version}">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="__css__/skins/_all-skins.min.css">
<link rel="stylesheet" href="__css__/themes.css">
<!-- jQuery 3 -->
<script src="__static__/plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap 3.3.7 -->
<script src="__static__/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Slimscroll -->
<script src="__static__/plugins/jquery-slimscroll/jquery.slimscroll.min.js"></script>
<script src="__static__/plugins/layer/layer.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -48,13 +55,6 @@ folder instead of downloading all of them to reduce the load. -->
</section>
</div>
<!-- jQuery 3 -->
<script src="__static__/plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap 3.3.7 -->
<script src="__static__/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Slimscroll -->
<script src="__static__/plugins/jquery-slimscroll/jquery.slimscroll.min.js"></script>
<script src="__static__/plugins/layer/layer.js"></script>
<!-- AdminLTE App -->
<script src="__static__/common/js/core.js?v={$sent_version}"></script>
<script src="__js__/sentcms.js?v={$sent_version}"></script>