uweb/latest.html

9 lines
268 B
HTML
Raw Normal View History

2023-06-17 01:56:11 +00:00
<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>