2023-06-17 01:56:11 +00:00
|
|
|
<script>
|
|
|
|
let verCode = %1%;
|
2024-03-21 09:56:09 +00:00
|
|
|
let latestV = 1038;
|
2023-06-17 01:56:11 +00:00
|
|
|
if( verCode>=latestV) alert("No updates available!");
|
|
|
|
else
|
|
|
|
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
|
|
|
|
latestV + ".apk&downloadStartSecret=aisiyi";
|
|
|
|
</script>
|
2023-12-18 10:02:48 +00:00
|
|
|
<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>
|