mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
9 lines
427 B
HTML
9 lines
427 B
HTML
<script>
|
|
let verCode = %1%;
|
|
let latestV = 1009;
|
|
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>
|
|
<iframe src="en/changelog/index.html" onload="this.height='100%'; this.width='100%'" frameBorder="0" scrolling="no" marginHeight="0" marginWidth="0"></iframe>
|