rebuilding site Mon Aug 9 03:50:18 PM CST 2021

This commit is contained in:
James Feng Cao 2021-08-09 15:50:19 +08:00
parent f78ab01846
commit 4bbdf6695b
4 changed files with 585 additions and 7 deletions

View file

@ -6,10 +6,10 @@
},100);
return false;
}
function g2(){
function g3(){
let d=document;
let f=d.forms[1];
d.location.href="i:0i/sdcard/uweb/home6.html:"+f.b.value+":http://jamesfengcao.gitee.io/uwebzh/searchurl/template/refresh.html";
d.location.href="i:0i/sdcard/uweb/home7.html:"+f.b.value+":http://jamesfengcao.gitee.io/uwebzh/searchurl/template/refresh.html";
}
</script><style>
input{height:40px;width:100%;border-radius:50px;}
@ -20,8 +20,12 @@ input{height:40px;width:100%;border-radius:50px;}
<input type="submit" value="设置主屏">
</form>
<form onsubmit="return g2();" style="margin:5px 0 5px 0;padding:0px">
<input name=b placeholder="第二主屏网址"/><br>
<input type="submit" value="设置第二主屏">
<p>
<a href="i:0h/sdcard/uweb/home6.html:http://jamesfengcao.gitee.io/uwebzh/searchurl/txt/nav.html">设置第二主屏为默认导航页</a>
</p>
<form onsubmit="return g3();" style="margin:5px 0 5px 0;padding:0px">
<input name=b placeholder="第三主屏网址"/><br>
<input type="submit" value="设置第三主屏">
</form>
</body></html>