mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Tue Feb 23 01:40:18 PM CST 2021
This commit is contained in:
parent
701a54c33a
commit
1cc673b02e
12 changed files with 71 additions and 61 deletions
|
@ -6,7 +6,21 @@
|
|||
<description>Recent content in _posts on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 13 Feb 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sun, 14 Feb 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>小技巧</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tips/</link>
|
||||
<pubDate>Sun, 14 Feb 2021 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tips/</guid>
|
||||
<description>准确显示一切PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ...需用户自定义自动往前翻页操作。
|
||||
配置临时修改
|
||||
配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>定时脚本</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tcron/</link>
|
||||
|
@ -68,6 +82,8 @@ Cookie延期至70年,但服务器有可能否决。
|
|||
自动翻到上一页。(网页无法前进时按前进按钮可自动翻到下一页。)
|
||||
:001[fileurl]
|
||||
加入媒体库
|
||||
:002[url]
|
||||
显示此url下安全cookie
|
||||
:010[proxy host]:[port]
|
||||
设置http代理, &quot;:010:&quot;禁用代理。
|
||||
:011[socks host]:[port]
|
||||
|
@ -81,9 +97,7 @@ socks代理
|
|||
读取url部分数据并使用指定mimetype强制处理。
|
||||
:格式同http header。譬如&quot;500-1000,-300&quot;
|
||||
:可以为标准的mimetype。也可以在标准mimetype后面添加&quot;.&lt;文件名&gt;&quot;,此时uweb配置目录下的文件“&lt;文件名&gt;”内容会附在url部分数据后面一起显示。
|
||||
i:50[file url]
|
||||
兼容其它浏览器的方式打开本地文件。
|
||||
i:51[url]</description>
|
||||
i:50[file url]</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -125,18 +139,6 @@ BaiduPCS-Go config set -appid=266719
|
|||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>小技巧</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tips/</link>
|
||||
<pubDate>Fri, 27 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tips/</guid>
|
||||
<description>准确显示一切PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ...需用户自定义自动往前翻页操作。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超级计算器(bc)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
|
||||
|
@ -222,9 +224,9 @@ http://www.numbertheory.org/gnubc/gnubc.html
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>技巧等级:笔记(中级) PC剪贴板(高级)
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
&lt;菜单名&gt;::&lt;命令行&gt;
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;&lt;输入mimetype&gt;/&lt;输出mimetype&gt;&quot;,&lt;输入mimetype&gt;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
|
|
12
index.html
12
index.html
|
@ -74,6 +74,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tips">
|
||||
<span>小技巧</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tcron">
|
||||
<span>定时脚本</span>
|
||||
|
@ -98,12 +104,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tips">
|
||||
<span>小技巧</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="bc">
|
||||
<span>超级计算器(bc)</span>
|
||||
|
|
38
index.xml
38
index.xml
|
@ -6,7 +6,21 @@
|
|||
<description>Recent content on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 13 Feb 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sun, 14 Feb 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>小技巧</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tips/</link>
|
||||
<pubDate>Sun, 14 Feb 2021 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tips/</guid>
|
||||
<description>准确显示一切PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ...需用户自定义自动往前翻页操作。
|
||||
配置临时修改
|
||||
配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>定时脚本</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tcron/</link>
|
||||
|
@ -68,6 +82,8 @@ Cookie延期至70年,但服务器有可能否决。
|
|||
自动翻到上一页。(网页无法前进时按前进按钮可自动翻到下一页。)
|
||||
:001[fileurl]
|
||||
加入媒体库
|
||||
:002[url]
|
||||
显示此url下安全cookie
|
||||
:010[proxy host]:[port]
|
||||
设置http代理, &quot;:010:&quot;禁用代理。
|
||||
:011[socks host]:[port]
|
||||
|
@ -81,9 +97,7 @@ socks代理
|
|||
读取url部分数据并使用指定mimetype强制处理。
|
||||
:格式同http header。譬如&quot;500-1000,-300&quot;
|
||||
:可以为标准的mimetype。也可以在标准mimetype后面添加&quot;.&lt;文件名&gt;&quot;,此时uweb配置目录下的文件“&lt;文件名&gt;”内容会附在url部分数据后面一起显示。
|
||||
i:50[file url]
|
||||
兼容其它浏览器的方式打开本地文件。
|
||||
i:51[url]</description>
|
||||
i:50[file url]</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -125,18 +139,6 @@ BaiduPCS-Go config set -appid=266719
|
|||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>小技巧</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tips/</link>
|
||||
<pubDate>Fri, 27 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tips/</guid>
|
||||
<description>准确显示一切PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ...需用户自定义自动往前翻页操作。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超级计算器(bc)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
|
||||
|
@ -222,9 +224,9 @@ http://www.numbertheory.org/gnubc/gnubc.html
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>技巧等级:笔记(中级) PC剪贴板(高级)
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
&lt;菜单名&gt;::&lt;命令行&gt;
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;&lt;输入mimetype&gt;/&lt;输出mimetype&gt;&quot;,&lt;输入mimetype&gt;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
|
|
|
@ -51,6 +51,10 @@ Cookie延期至70年,但服务器有可能否决。</p>
|
|||
加入媒体库</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>:002[url]<br>
|
||||
显示此url下安全cookie</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>:010[proxy host]:[port]<br>
|
||||
设置http代理, ":010:"禁用代理。</p>
|
||||
</li>
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
</ul>
|
||||
<p>技巧等级:笔记(中级) PC剪贴板(高级)</p>
|
||||
<p>配置文件"/sdcard/uweb/default.select"定义了<a href="..">超微浏览器</a>对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:<br>
|
||||
<菜单名>:<mimetype>:<命令行></p>
|
||||
[菜单名]:[mimetype]:[命令行]</p>
|
||||
<p>选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。<br>
|
||||
mimetype用来表示命令的输入输出类型。格式为"<输入mimetype>/<输出mimetype>",<输入mimetype>可为"html"或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:<br>
|
||||
mimetype用来表示命令的输入输出类型。格式为"[输入mimetype]/[输出mimetype]","[输入mimetype]"可为"html"或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:<br>
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。<br>
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为<a href="../cmd">特殊扩充uweb</a>,超微将把输出作为<a href="../links">链接</a>来处理。<br>
|
||||
/termux: 命令运行结果将作为termux下命令运行。<br>
|
||||
|
|
14
sitemap.xml
14
sitemap.xml
|
@ -4,12 +4,17 @@
|
|||
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
|
||||
<lastmod>2021-02-13T00:00:00+00:00</lastmod>
|
||||
<lastmod>2021-02-14T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
|
||||
<lastmod>2021-02-13T00:00:00+00:00</lastmod>
|
||||
<lastmod>2021-02-14T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tips/</loc>
|
||||
<lastmod>2021-02-14T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
@ -57,11 +62,6 @@
|
|||
<lastmod>2020-12-15T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tips/</loc>
|
||||
<lastmod>2020-11-27T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/bc/</loc>
|
||||
<lastmod>2020-11-24T00:00:00+00:00</lastmod>
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>技巧等级:笔记(中级) PC剪贴板(高级)
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
&lt;菜单名&gt;::&lt;命令行&gt;
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;&lt;输入mimetype&gt;/&lt;输出mimetype&gt;&quot;,&lt;输入mimetype&gt;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>技巧等级:笔记(中级) PC剪贴板(高级)
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
&lt;菜单名&gt;::&lt;命令行&gt;
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;&lt;输入mimetype&gt;/&lt;输出mimetype&gt;&quot;,&lt;输入mimetype&gt;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
|
|
|
@ -40,9 +40,9 @@ BaiduPCS-Go config set -appid=266719
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>技巧等级:笔记(中级) PC剪贴板(高级)
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
&lt;菜单名&gt;::&lt;命令行&gt;
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;&lt;输入mimetype&gt;/&lt;输出mimetype&gt;&quot;,&lt;输入mimetype&gt;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>技巧等级:笔记(中级) PC剪贴板(高级)
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
&lt;菜单名&gt;::&lt;命令行&gt;
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;&lt;输入mimetype&gt;/&lt;输出mimetype&gt;&quot;,&lt;输入mimetype&gt;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>技巧等级:笔记(中级) PC剪贴板(高级)
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
&lt;菜单名&gt;::&lt;命令行&gt;
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;&lt;输入mimetype&gt;/&lt;输出mimetype&gt;&quot;,&lt;输入mimetype&gt;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
PC模式 + 勾选选项"宽屏显示" + 全局脚本"强制缩放"。</p>
|
||||
<p><strong>多主屏</strong>:<br>
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ...需用户自定义自动往前翻页操作。</p>
|
||||
<p><strong>配置临时修改</strong><br>
|
||||
配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue