uweb/latest.html

10 lines
533 B
HTML
Raw Normal View History

2023-06-17 02:56:11 +01:00
<script>
let verCode = %1%;
let latestV = 1048;
2024-04-04 14:28:55 +01:00
if( verCode>=latestV) alert("Already up to date!");
2023-06-17 02:56:11 +01:00
else
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
latestV + ".apk&downloadStartSecret=aisiyi";
</script>
2024-04-01 14:51:55 +01: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>