打开主菜单

Ballance Wiki β

更改

Widget:BMMOLatestUpdate

添加5字节2024年9月27日 (五) 09:43
无编辑摘要
<span class="bmmo-latest-update"></span>
<script>
fetch("https://dl.bmmo.bcrc.sitewin/download/latest?version-only=true")
.then(res => res.json())
.then(data => {
const lang = "<!--{$param1lang|default:'en'|escape:'html'}-->";
const dateLatest = new Date(data["time"] * 1e3);
let text = data["version"];
3,429
个编辑