mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Mon Aug 2 05:03:49 PM CST 2021
This commit is contained in:
parent
f569546736
commit
a7beef08d7
6 changed files with 45 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.86.0" />
|
||||
<meta name="generator" content="Hugo 0.86.1" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
@ -28,6 +28,11 @@
|
|||
<span>超微浏览器最新版下载</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<a href="searchurl/homescreen.html">
|
||||
<span>超微浏览器主屏配置</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<a href="searchurl/func.html">
|
||||
<span>超微浏览器界面配置及杂项功能</span>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<script>function g(){
|
||||
let d=document;
|
||||
let f=d.forms[0];
|
||||
window.open("f:"+f.i.value+"::"+f.e.value+"&"+f.u.value+":http://jamesfengcao.gitee.io/searchurl/template/backup.html");
|
||||
window.open("f:"+f.i.value+"::"+f.e.value+"&"+f.u.value+":http://jamesfengcao.gitee.io/uwebzh/searchurl/template/backup.html");
|
||||
return false;
|
||||
}
|
||||
</script><style>
|
||||
|
|
15
searchurl/homescreen.html
Normal file
15
searchurl/homescreen.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width" />
|
||||
<script>function g(){
|
||||
let d=document;
|
||||
let f=d.forms[0];
|
||||
window.open("i:0i/sdcard/uweb/home.css:"+f.b.value+":http://jamesfengcao.gitee.io/uwebzh/searchurl/template/home.css");
|
||||
return false;
|
||||
}
|
||||
</script><style>
|
||||
input{height:40px;width:100%;border-radius:50px;}
|
||||
</style>
|
||||
<title>主屏设置</title></head><body>
|
||||
<form onsubmit="return g();" style="margin:5px 0 5px 0;padding:0px">
|
||||
<input name=b placeholder="背景图片url, 可为配置目录下图像文件名"/><br>
|
||||
<input type="submit" value="设置主屏">
|
||||
</form>
|
|
@ -17,7 +17,7 @@
|
|||
<a href="https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA">百度网盘</a>
|
||||
<a href="https://wwa.lanzous.com/b06mdn9ji">历史版本</a>
|
||||
),需启动termux一次,以完成应用初始化。</li>
|
||||
<li>点击链接<a href="i:0chttp://jamesfengcao.gitee.io/searchurl/script/filecap_sh.sh">允许插件安装</a>。</li>
|
||||
<li>点击链接<a href="i:0chttp://jamesfengcao.gitee.io/uwebzh/searchurl/script/filecap_sh.sh">允许插件安装</a>。</li>
|
||||
<li>长按底部工具条设置按钮,勾选文件预处理。</li>
|
||||
<li>正常退出以保存设置,清理后台并重启浏览器。</li>
|
||||
</ul>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<h3>远程资源安装</h3>
|
||||
|
||||
|
||||
<a href="i:0bhttp://jamesfengcao.gitee.io/searchurl/bin/tdict.tar.gz">tdict (需安装brotli)</a>
|
||||
<a href="i:0bhttp://jamesfengcao.gitee.io/uwebzh/searchurl/bin/tdict.tar.gz">tdict (需安装brotli)</a>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
21
searchurl/template/home.css
Normal file
21
searchurl/template/home.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
<style>
|
||||
a{color:inherit;text-decoration:inherit;}.O{display:none}
|
||||
.L{line-height:1;}.G{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;}input{height:40px;width:100%;border-radius:50px;}
|
||||
a.icon{display:inline-block;margin:0 10px 0 10px;text-align:center;}a.icon>img{width:40px;height:40px;font-size:28px;border-radius:20px;position:relative;}a.icon>img:after{content:attr(alt);font-size:28px;display:block;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-color:#fff;}a.icon>span{display:block;overflow:hidden;height:24px;line-height:24px;}
|
||||
|
||||
input{background:rgba(255,255,255,0.7);}
|
||||
|
||||
body::after {
|
||||
content: "";
|
||||
background-image: url(%1%);
|
||||
opacity: 0.5;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Reference in a new issue