mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
make uweb private folder managable by 3rd-party file managers
This commit is contained in:
parent
70b828eba7
commit
4212feb617
14 changed files with 139 additions and 19 deletions
|
@ -409,7 +409,9 @@ http://www.numbertheory.org/gnubc/gnubc.html
|
|||
<pubDate>Mon, 01 Nov 2021 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/tips/</guid>
|
||||
<description>准确显示一切PC网页:
|
||||
<description>目录配置及使用外部文件管理器
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。
|
||||
准确显示PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
|
|
|
@ -621,7 +621,9 @@ http://www.numbertheory.org/gnubc/gnubc.html
|
|||
<pubDate>Mon, 01 Nov 2021 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/tips/</guid>
|
||||
<description>准确显示一切PC网页:
|
||||
<description>目录配置及使用外部文件管理器
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。
|
||||
准确显示PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
|
|
|
@ -343,6 +343,16 @@
|
|||
</url><url>
|
||||
<loc>/zh/tips/</loc>
|
||||
<lastmod>2021-11-01T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tips/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tips/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tcron/</loc>
|
||||
<lastmod>2021-02-13T00:00:00+00:00</lastmod>
|
||||
|
|
|
@ -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>
|
||||
|
@ -43,7 +47,9 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p><strong>准确显示一切PC网页</strong>:<br>
|
||||
<p><strong>目录配置及使用外部文件管理器</strong><br>
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见<a href="../../en/acmd/index.html">Shell command mode</a>。</p>
|
||||
<p><strong>准确显示PC网页</strong>:<br>
|
||||
PC模式 + 勾选选项"宽屏显示" + 全局脚本"强制缩放"。</p>
|
||||
<p><strong>多主屏</strong>:<br>
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue