mirror of
https://github.com/torappinfo/uweb.git
synced 2025-01-15 00:20:56 +01:00
10 lines
391 B
HTML
10 lines
391 B
HTML
<script>
|
|
let verCode = %1%;
|
|
let latestV = 1034;
|
|
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>
|
|
<a href="" onclick="location.href='i:0mi:5h:'+location.href+'/../en/changelog/index.html';return false;">Release notes</a>
|