3,425
个编辑
更改
无编辑摘要
<span class="bmmo-latest-update"></span>
<script>
fetch("https://dl.bmmo.bcrc.site/download/latest?version-only=true")
.then(res => res.json())
.then(data => {
const lang = "<!--{$lang|default:'en'param1|escape:'html'}-->";
const dateLatest = new Date(data["time"] * 1e3);
if (lang == "zh") {
+ `${((new Date() - dateLatest) / 1e3 / 86400).toFixed(0)}日前)`);
} else {
+ `${((new Date() - dateLatest) / 1e3 / 86400).toFixed(0)} day(s) ago)`);
}
});
</script>