msgroup 3 năm trước cách đây
mục cha
commit
6d465cd0f5
2 tập tin đã thay đổi với 7 bổ sung8 xóa
  1. 1 1
      README.md
  2. 6 7
      src/main/webapp/template/1/default/head-file.htm

+ 1 - 1
README.md

@@ -73,7 +73,7 @@ QQ交流群号: [![加入QQ群](https://img.shields.io/badge/五群-231211521-
 建议开发者使用以下环境,这样避免版本带来的问题
 * Windows、Linux
 * Eclipse、Idea
-* Mysql≧5.7
+* Mysql≧5.7 (开启忽略大小写)
 * JDK≧8
 * Tomcat≧8
 

+ 6 - 7
src/main/webapp/template/1/default/head-file.htm

@@ -8,7 +8,7 @@
 <meta name="description" content="{ms:global.descrip/}">
 <script type="text/javascript" src="{ms:global.host/}/static/plugins/vue/2.6.9/vue.min.js"></script>
 <link rel="stylesheet" href="{ms:global.host/}/static/plugins/minireset/0.0.2/minireset.min.css">
-<link rel="stylesheet" href="https://cdn.mingsoft.net/iconfont/iconfont.css">
+<link rel="stylesheet" href="{ms:global.host/}/iconfont/1.0.0/iconfont.css">
 <link rel="stylesheet" href="{ms:global.host/}/static/plugins/animate/4.1.0/animate.min.css">
 <script src="{ms:global.host/}/static/plugins/element-ui/2.15.7/index.min.js"></script>
 <link rel="stylesheet" href="{ms:global.host/}/static/plugins/element-ui/2.15.7/theme-chalk/index.min.css">
@@ -17,12 +17,13 @@
 <script src="{ms:global.host/}/static/plugins/axios/0.18.0/axios.min.js"></script>
 <script src="{ms:global.host/}/static/plugins/qs/6.6.0/qs.min.js"></script>
 <script src="{ms:global.host/}/static/plugins/ms/2.0/ms.umd.js"></script>
-<script src="https://cdn.jsdelivr.net/npm/swiper@4.5.1/dist/js/swiper.min.js"></script>
+<script src="{ms:global.host/}/static/plugins/swiper/6.4.1/swiper-bundle.js"></script>
+<link rel="stylesheet" href="{ms:global.host/}/static/plugins/swiper/6.4.1/swiper-bundle.css">
 <script>
     SwiperClass = Swiper
 </script>
-<script src="https://cdn.jsdelivr.net/npm/vue-awesome-swiper@4.1.1/dist/vue-awesome-swiper.min.js"></script>
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@5.4.5/css/swiper.min.css">
+<script src="{ms:global.host/}/static/plugins/vue-awesome-swiper/4.1.1/vue-awesome-swiper.min.js"></script>
+
 <script>
     Vue.use(VueAwesomeSwiper)
 </script>
@@ -30,9 +31,7 @@
     :root {
     --swiper-theme-color:$ {
         component.config.color.value
-    }
-
-    ;
+    };
     }
 
 </style>