Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
尝试修复
Browse files Browse the repository at this point in the history
  • Loading branch information
1zyao committed Nov 24, 2022
1 parent 57d3052 commit 4742819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2>Minecraft RETE 服务器</h2>
<p>生存、工业、机械、蒸汽、等等多种玩法。期待您的加入1.16.5中世纪服务器</p>
</div>
<h1><a href="https://jq.qq.com/?_wv=1027&k=o0RFuHCW">加入我们</a></h1>
<h1><a id="server_online_map" href="https://#/" target="_blank">在线地图</a></h1>
<h1><a id="server_online_map1" href="https://#/" target="_blank">在线地图</a></h1>
<h1><a href="/status.html">服务器状态</a></h1>
<h1><a id="download_link1" href="https://#/" target="_blank">客户端下载</a></h1>

Expand Down
2 changes: 2 additions & 0 deletions static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ setTimeout(() => {
document.getElementById("download_link1").href = window.conf.download_url;
document.getElementById("download_link2").href = window.conf.download_url;
document.getElementById("server_online_map").href = window.conf.server_online_map;
}, 500)
document.getElementById("server_online_map1").href = window.conf.server_online_map;
}, 500)

0 comments on commit 4742819

Please sign in to comment.