rebuilding site Thu Apr 7 03:15:03 PM CST 2022

This commit is contained in:
James Feng Cao 2022-04-07 15:15:03 +08:00
parent c2044dfba0
commit 58ec412f6f
2 changed files with 12 additions and 5 deletions

View file

@ -6,10 +6,10 @@
},100);
return false;
}
function g3(){
function g3(i,filename){
let d=document;
let f=d.forms[1];
d.location.href="i:0i/sdcard/uweb/home7.html:"+f.b.value+":https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/template/refresh.html";
let f=d.forms[i];
d.location.href="i:0i/sdcard/uweb/"+filename+":"+f.b.value+":https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/template/refresh.html";
return false;
}
</script><style>
@ -21,11 +21,18 @@ input{height:40px;width:100%;border-radius:50px;}
<input type="submit" value="设置主屏">
</form>
<p>
<form onsubmit="return g3(1,"home5.html");" style="margin:5px 0 5px 0;padding:0px">
<input name=b placeholder="主屏网址" value="https://m.inftab.com"/><br>
<input type="submit" value="设置主屏网址">
</form>
</p>
<p>
<a href="i:0h/sdcard/uweb/home6.html:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/nav.cfg">设置第二主屏为默认导航页</a>
</p>
<form onsubmit="return g3();" style="margin:5px 0 5px 0;padding:0px">
<form onsubmit="return g3(2,"home7.html");" style="margin:5px 0 5px 0;padding:0px">
<input name=b placeholder="第三主屏网址"/><br>
<input type="submit" value="设置第三主屏">
</form>