mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add link to check for updates
This commit is contained in:
parent
fbf6635c1a
commit
3a3118c61a
18 changed files with 55 additions and 82 deletions
8
latest.html
Normal file
8
latest.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue