add link to check for updates

This commit is contained in:
James Feng Cao 2023-06-17 09:56:11 +08:00
parent fbf6635c1a
commit 3a3118c61a
18 changed files with 55 additions and 82 deletions

8
latest.html Normal file
View file

@ -0,0 +1,8 @@
<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>