mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add associated bookmarks
This commit is contained in:
parent
271c6b869d
commit
b4c443b85c
27 changed files with 110 additions and 97 deletions
|
@ -48,7 +48,13 @@
|
|||
|
||||
</ul>
|
||||
<h4 id="全局重定向">全局重定向</h4>
|
||||
<p>长按设置,选中"自定义资源重定向"。此时如果<a href="i:60/data/data/info.torapp.uweb/files/config.html:https://jamesfengcao.codeberg.page/zh/searchurl/config.html">全局重定向url</a>为有效网址,则所有网络访问被内部重定向至url: "[全局重定向url]+[原始url]"。</p>
|
||||
<p>长按设置,选中"自定义资源重定向"。此时如果<a href="i:60/data/data/info.torapp.uweb/files/config.html:https://jamesfengcao.codeberg.page/zh/searchurl/config.html">全局重定向url</a>为有效网址,</p>
|
||||
<ul>
|
||||
<li>且最后一个字符为'/'、'?'或'=',则所有网络访问被内部重定向至url:<br>
|
||||
"[全局重定向url]+[原始url]"。</li>
|
||||
<li>如果没有以上述字符结尾,则意味着“光秃秃”。所有网络访问被内部重定向至url:<br>
|
||||
"[全局重定向url]+'/'+[scheme]+'/'+[原始域名和路径]"</li>
|
||||
</ul>
|
||||
<p>Example: "https://loud-moth-21.deno.dev/"</p>
|
||||
<p>使用仓库 "https://github.com/torappinfo/fetch" 入口"deno.js" <a href="https://deno.com/deploy">部署Deno</a></p>
|
||||
<p><a href="https://gitee.com/jja8/NewBingGoGo.wikis/blob/master/%E5%88%9B%E5%BB%BA%E9%AD%94%E6%B3%95%E9%93%BE%E6%8E%A5/%E4%BD%BF%E7%94%A8%E5%85%8D%E8%B4%B9%E7%9A%84%E7%9A%84%E4%BA%91%E6%9C%8D%E5%8A%A1%E6%8F%90%E4%BE%9B%E5%95%86%E5%88%9B%E5%BB%BA%E9%AD%94%E6%B3%95%E9%93%BE%E6%8E%A5.md">创建免费重定向,说明类似但代码不同</a></p>
|
||||
|
@ -101,8 +107,8 @@ product.dangdang.com::product.dangdangvvv.com<br>
|
|||
item.gome.com.cn::item.gomevvv.com.cn</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 2 April 2024<br>
|
||||
add js function in README<br>
|
||||
<p>Last Modified: 7 April 2024<br>
|
||||
more details on global redirection url<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue