mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add resource redirection
This commit is contained in:
parent
765740a73f
commit
ad12551ed7
13 changed files with 231 additions and 3 deletions
|
@ -30,6 +30,10 @@
|
|||
<header class='header'>
|
||||
<a class="logo" href="javascript:void(0)" onclick="return nav2('index.html')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html')">Tags</a>
|
||||
|
||||
|
||||
<a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
|
||||
|
||||
|
||||
<nav>
|
||||
</nav>
|
||||
</header>
|
||||
|
@ -71,7 +75,7 @@ developer.android.com::developer.android.google.cn</p>
|
|||
<p>重启uweb后长按链接弹出菜单选"国内镜像",浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="../urls">长按工具条图像按钮</a>。</p>
|
||||
<p><a href="../urls/index.html">长按工具条图像按钮</a>。</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>长按设置,选中"自定义重定向"。</p>
|
||||
|
|
|
@ -217,6 +217,16 @@
|
|||
</url><url>
|
||||
<loc>/zh/redirect/</loc>
|
||||
<lastmod>2022-04-25T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/redirect/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/redirect/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/pc/</loc>
|
||||
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue