latest.html works for all cases

This commit is contained in:
James Feng Cao 2023-12-18 18:02:48 +08:00
parent 6db5a47d1a
commit bf47ae2390
6 changed files with 15 additions and 15 deletions

View file

@ -6,4 +6,4 @@
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
latestV + ".apk&downloadStartSecret=aisiyi";
</script>
<a href="en/changelog/index.html" onclick="{let url=location.href;let iS=url.indexOf('/',14);if(url.length-iS<19)return true;location.href='i:0mi:5h:'+url+'/../en/changelog/index.html';return false;}">Release notes</a>
<a href="en/changelog/index.html" onclick="{let url=location.href;let l=url.length;if(url.charCodeAt(l-1)==35)return true;let iS=url.indexOf('/',14);if(l-iS<19)return true;location.href='i:0mi:5h:'+url+'/../en/changelog/index.html';return false;}">Release notes</a>