更正代码

pull/425/MERGE
ChenX 5 years ago
parent 975841edea
commit 174c40b86a

@ -6,9 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script>
if (location.hostname === "localhost")
return;
if (location.hostname !== "localhost")
fetch("ver.json").then(res => {
if (!res.ok) return;
res.json().then(v => {

Loading…
Cancel
Save