Skip to content

Commit

Permalink
upgrade jsdelivr cdn layui version (2.5.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
BadApple9 committed Nov 28, 2020
1 parent 7ab3a45 commit 6d90999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions results.html
Original file line number Diff line number Diff line change
Expand Up @@ -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].15/dist/css/layui.css" media="all">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].7/dist/css/layui.css" media="all">
<style>
.footer {line-height: 30px; text-align: center;}
.footer a{padding:0 6px; font-weight: 300;}
Expand All @@ -25,7 +25,7 @@ <h1>speedtest-x 测速结果</h1>
<a href="https://github.com/BadApple9/speedtest-x">speedtest-x 项目地址</a>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/layui.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/dist/layui.js" charset="utf-8"></script>

<script>
layui.use('table', function(){
Expand Down

0 comments on commit 6d90999

Please sign in to comment.