前端组件调整,剔除无用文件

This commit is contained in:
2019-09-28 20:12:43 +08:00
parent 0b0d659c5e
commit c29b8358be
3496 changed files with 893 additions and 393801 deletions

View File

@@ -6,7 +6,7 @@
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="__static__/plugins/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="__static__/plugins/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="__static__/plugins/font-awesome/css/font-awesome.min.css">
<!-- Ionicons -->
@@ -18,10 +18,10 @@
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="__css__/themes.css">
<!-- jQuery 3 -->
<script src="__static__/plugins/jquery/dist/jquery.min.js"></script>
<script src="__static__/plugins/jquery/jquery.min.js"></script>
<script src="__static__/plugins/blockUI/jquery.blockUI.js"></script>
<!-- Bootstrap 3.3.7 -->
<script src="__static__/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="__static__/plugins/bootstrap/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>
@@ -56,6 +56,7 @@ folder instead of downloading all of them to reduce the load. -->
</section>
</div>
<script src="__js__/page.js?v={:time()}{$sent_version}"></script>
<!-- AdminLTE App -->
<script src="__static__/common/js/core.js?v={:time()}{$sent_version}"></script>
<script src="__js__/sentcms.js?v={:time()}{$sent_version}"></script>