Skip to content

Commit

Permalink
修复CDN挂掉的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zyh001 committed Oct 6, 2018
1 parent 055a64b commit b1bb9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>V2ray.fun - 连接配置</title>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="/static/css/mdui.min.css">
<script src="/static/js/mdui.min.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion templates/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>V2ray.fun - 运行日志</title>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<link href="/static/css/prism.css" rel="stylesheet" />
<script src="/static/js/prism.js"></script>
<link rel="stylesheet" href="/static/css/mdui.min.css">
Expand Down

0 comments on commit b1bb9b8

Please sign in to comment.