mirror of
https://github.com/easychen/pushdeer.git
synced 2025-02-23 00:14:56 +08:00
fix typo
This commit is contained in:
parent
c938f02de1
commit
ab15e50950
@ -15,7 +15,7 @@
|
|||||||
<script>
|
<script>
|
||||||
const hostname = window.location.hostname;
|
const hostname = window.location.hostname;
|
||||||
let urlinfo = window.origin;
|
let urlinfo = window.origin;
|
||||||
if( hostname == 'localhost' || hostname == '127.0.0.1' ) urlinfo = '您使用的是本机专用地址,请使用局域网或者外网地址测试';
|
if( hostname == 'localhost' || hostname == '127.0.0.1' ) urlinfo = '您使用的是本机专用地址,请使用局域网或者公网地址测试';
|
||||||
window.document.querySelector("#url").innerHTML=urlinfo;
|
window.document.querySelector("#url").innerHTML=urlinfo;
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user