Browse Source

modify layui resource url to bytedance cdn

modify layui resource url due to jsdelivr unavailbale in china
Bad Apple!! 4 years ago
parent
commit
ad0b40e670
1 changed files with 3 additions and 3 deletions
  1. 3 3
      results.html

+ 3 - 3
results.html

@@ -6,7 +6,7 @@
   <meta name="renderer" content="webkit">
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/layui.css"  media="all">
+  <link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/layui/2.5.7/css/layui.css"  media="all">
   <style>
     .footer {line-height: 30px; text-align: center;}
     .footer a{padding:0 6px; font-weight: 300;}
@@ -31,7 +31,7 @@
   <a href="https://github.com/BadApple9/speedtest-x" target="_blank">speedtest-x 项目地址</a>
 </div>
 
-<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/layui.js" charset="utf-8"></script>
+<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/layui/2.5.7/layui.js" charset="utf-8"></script>
 
 <script>
     layui.use('table', function(){
@@ -56,4 +56,4 @@
 </script>
 
 </body>
-</html>
+</html>