uweb 1.0.49 to use s2ta.js instead of hash2textarea.js

This commit is contained in:
James Feng Cao 2024-07-01 19:54:24 +08:00
parent 093a4ef3ff
commit 9d005633c8
13 changed files with 87 additions and 57 deletions

View file

@ -1,7 +1,7 @@
<script>var verCode = %1%;</script>
<script>
(function(){
let latestV = 1048;
let latestV = 1049;
try {
if(verCode>=latestV) {alert("Already up to date!");return;}
}catch(e){}