mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding Fri Sep 9 03:43:09 PM CST 2022
This commit is contained in:
parent
bc83b5c0f9
commit
b6eb718e75
7 changed files with 17 additions and 10 deletions
|
@ -4,13 +4,16 @@
|
|||
[Amazon appstore](https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5)
|
||||
|
||||
[Uweb browser: downloads, plugins and tips](https://torappinfo.github.io/uweb/en/)
|
||||
(Mirrors: [vercel](https://uweb-zh.vercel.app/en/)
|
||||
(Mirrors:
|
||||
[netlify](https://uwebzh.netlify.app/en/)
|
||||
[gitlab](https://jamesfengcao.gitlab.io/uweb/en/)
|
||||
[bitbucket](https://torappinfo.bitbucket.io/en/)
|
||||
[repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/en/index.html)
|
||||
[pages](https://uwebzh.pages.dev/en/)
|
||||
[vercel](https://uweb-zh.vercel.app/en/)
|
||||
[codeberg](https://jamesfengcao.codeberg.page/en/)
|
||||
[stormkit](https://uweb.stormkit.dev/en/)
|
||||
[surge](https://uweb.surge.sh/en/)
|
||||
[gitlab](https://jamesfengcao.gitlab.io/uweb/en/)
|
||||
[render](https://uwebzh.onrender.com/en/)
|
||||
)
|
||||
|
||||
|
|
|
@ -5,14 +5,15 @@
|
|||
|
||||
[超微浏览器下载及使用技巧](https://uwebzh.netlify.app/zh/)
|
||||
(Mirrors:
|
||||
[bitbucket](https://torappinfo.bitbucket.io/zh/)
|
||||
[gitlab](https://jamesfengcao.gitlab.io/uweb/zh/)
|
||||
[repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html)
|
||||
[codeberg](https://jamesfengcao.codeberg.page/zh/)
|
||||
[netlify](https://uwebzh.netlify.app/zh/)
|
||||
[pages](https://uwebzh.pages.dev/zh/)
|
||||
[stormkit](https://uweb.stormkit.dev/zh/)
|
||||
[surge](https://uweb.surge.sh/zh/)
|
||||
[github](https://torappinfo.github.io/uweb/zh/)
|
||||
[bitbucket](https://torappinfo.bitbucket.io/zh/)
|
||||
[vercel](https://uweb-zh.vercel.app/zh/))
|
||||
|
||||
- 微:不到200K。
|
||||
|
|
|
@ -98,13 +98,16 @@ Socks proxy</p>
|
|||
</ul>
|
||||
<h3 id="i-internal-links">"i:" internal links:</h3>
|
||||
<ul>
|
||||
<li>i:0m[bookmarklet index|prefix?postfix|c[cssFlag]]:[url]<br>
|
||||
<li>i:0m[bookmarklet index|prefix?postfix|/regex/replacement|c[cssFlag]]:[url]<br>
|
||||
Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].</li>
|
||||
<li></li>
|
||||
</ul>
|
||||
<p>[bookmarklet index] must have two/three digits. The first two digits are used as index of bootmarklet. For example, "00" as the first local bookmarklet; "01" as the first remote script; then "02" as the second local bookmarklet, ... The third digit is uplevel, 1 to make bookmarklet valid for parent path of [url].</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>/regex/replacement: for [url], replace all matched regular expression "regex" with "replacement".</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>c[cssFlag]: For example, "c12" will apply the third and fourth global CSS (12=2^2+2^3).</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<h4 id="ui">UI</h4>
|
||||
<ul>
|
||||
<li><a href="../search/index.html">Search engines</a></li>
|
||||
<li><a href="i:61:https://fastly.jsdelivr.net/gh/torappinfo/uweb/en/searchurl/func.html">UI</a> (<a href="i:61:https://gitee.com/jamesfengcao/uweb/raw/master/en/searchurl/func.html">gitee</a>)</li>
|
||||
<li><a href="i:61:https://fastly.jsdelivr.net/gh/torappinfo/uweb/en/searchurl/func.html">UI</a> (<a href="i:61:../searchurl/func.html">gitee</a>)</li>
|
||||
</ul>
|
||||
<h4 id="customization">Customization</h4>
|
||||
<ul>
|
||||
|
@ -66,7 +66,7 @@
|
|||
<li><a href="../icons/index.html">Toolbar</a></li>
|
||||
<li><a href="../gesture/index.html">Gestures</a></li>
|
||||
<li><a href="../acmd/index.html">Address bar command modes</a></li>
|
||||
<li><a href="i:60config.html:https://jamesfengcao.gitee.io/uweb/en/searchurl/config.html">Font settings</a></li>
|
||||
<li><a href="i:60config.html:../searchurl/config.html">Font settings</a></li>
|
||||
</ul>
|
||||
<h4 id="advanced">Advanced</h4>
|
||||
<h5 id="content">Content</h5>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
PATH=/system/bin:/system/xbin
|
||||
PATH=/system/bin:/system/xbin:/data/data/com.termux/files/usr/bin
|
||||
export PATH
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<li><a href="../searchurl/quickstart.html">快速访问</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="i:61:https://fastly.jsdelivr.net/gh/torappinfo/uweb/zh/searchurl/func.html">界面配置及杂项</a> (<a href="i:61:https://gitee.com/jamesfengcao/uweb/raw/master/zh/searchurl/func.html">gitee镜像</a>)</li>
|
||||
<li><a href="i:61:https://fastly.jsdelivr.net/gh/torappinfo/uweb/zh/searchurl/func.html">界面配置及杂项</a> (<a href="i:61:../searchurl/func.html">gitee镜像</a>)</li>
|
||||
<li><a href="../searchurl/backup.html">备份与恢复</a></li>
|
||||
</ul>
|
||||
<h4 id="个性化">个性化</h4>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<li><a href="../longclick/index.html">长按链接弹出菜单</a></li>
|
||||
<li><a href="../icons/index.html">底部工具条定制</a></li>
|
||||
<li><a href="../gesture/index.html">手势</a></li>
|
||||
<li><a href="i:60config.html:https://jamesfengcao.gitee.io/uweb/zh/searchurl/config.html">高级个性化定制</a></li>
|
||||
<li><a href="i:60config.html:../searchurl/config.html">高级个性化定制</a></li>
|
||||
</ul>
|
||||
<h4 id="高级设置">高级设置</h4>
|
||||
<h5 id="内容类">内容类</h5>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<h4 id="a-hrefi0bhttpsfastlyjsdelivrnetghtorappinfouwebjsbintdict_loctargz安装tdict检索工具-本地检索远程内容a"><a href="i:0bhttps://fastly.jsdelivr.net/gh/torappinfo/uwebjs/bin/tdict_loc.tar.gz">安装tdict检索工具 (本地检索,远程内容)</a></h4>
|
||||
<p>安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。<br>
|
||||
<a href="i:0hahd.tidx:https://fastly.jsdelivr.net/gh/torappinfo/uwebjs/bin/ahd.tidx">安装双解字典索引</a><br>
|
||||
<a href="i:00AHD:d:text/html:tdict_loc ahd \'%s\'|loc2html text/plain https://mirror.ghproxy.com/https://github.com/torappinfo/century-dictionary/releases/download/v1/ahd.md:">安装双解字典至主屏</a></p>
|
||||
<a href="i:00AHD:d:text/html:tdict_loc ahd \'%s\'|loc2html text/plain \'https://s1.asytech.cn/s/HxY9QT5cdp63ZPK/download?path=%2F&files=ahd.dict\':">安装双解字典至主屏</a></p>
|
||||
<p><a href="i:0henja.tidx:https://fastly.jsdelivr.net/gh/torappinfo/uwebjs/bin/enja.tidx">英语活用大词典索引</a><br>
|
||||
<a href="i:00英语活用:d:text/html:tdict_loc enja \'%s\'|loc2html text/plain http://d0.ananas.chaoxing.com/download/67942504b56bc1b9ed8689a30ec3c390:">安装英语活用至主屏</a></p>
|
||||
<p><a href="i:0hhy.tidx:https://fastly.jsdelivr.net/gh/torappinfo/uwebjs/bin/hy.tidx">汉语大词典索引</a><br>
|
||||
|
|
Loading…
Reference in a new issue