mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Mon Nov 1 06:02:54 PM CST 2021
This commit is contained in:
parent
f3d880d352
commit
20334d14bf
6 changed files with 132 additions and 132 deletions
118
_posts/index.xml
118
_posts/index.xml
|
@ -6,17 +6,17 @@
|
|||
<description>Recent content in _posts on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 04 Aug 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Mon, 01 Nov 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>Wed, 04 Aug 2021 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 01 Nov 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 ...需用户自定义自动往前翻页操作。
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
自动翻页
|
||||
长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。
|
||||
配置临时修改
|
||||
|
@ -28,6 +28,62 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA
|
|||
配置文件列表中直接点击文件名即可编辑。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超微浏览器配置文件列表</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/filenames/</link>
|
||||
<pubDate>Mon, 01 Nov 2021 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/filenames/</guid>
|
||||
<description>下面列表中以&quot;/&quot;结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,&quot;sitejs/&quot;,&quot;sitecache/&quot;等位于应用内部保护目录下。否则以下所有文件/目录均位于&quot;/sdcard/uweb&quot;:
|
||||
&quot;css/&quot;:全局样式目录
|
||||
&quot;js/&quot;: 全局脚本目录
|
||||
&quot;sitejs/&quot;:类油猴脚本,针对特定网址
|
||||
&quot;sitecss/&quot;:针对特定网址css样式
|
||||
&quot;bookmarklet/&quot;:js脚本目录,长按JS按钮可执行。
|
||||
&quot;offline/&quot;:离线下载目录
|
||||
&quot;sbookmark/&quot;:超级书签默认目录
|
||||
&quot;sitecache/&quot;:用户供应网站离线数据
|
||||
&quot;longclick/&quot;:长按链接菜单(js)
|
||||
&quot;app[XXX]/&quot;:html5应用目录
|
||||
&quot;default.longclick&quot;:长按链接菜单
|
||||
&quot;default.uas&quot;:浏览器标识
|
||||
&quot;default.urls&quot;:特色服务
|
||||
&quot;default.acmd&quot;:浏览器地址栏功能配置
|
||||
&quot;default.hosts&quot;:不良信息屏蔽文件
|
||||
&quot;default.redirect&quot;:重定向配置
|
||||
&quot;default.cmds&quot;:长按“历史”按钮配置
|
||||
&quot;default.link&quot;:长按“书签”按钮配置
|
||||
&quot;default.rjs&quot;:远程及简单脚本
|
||||
&quot;default.select&quot;:长按“链接”按钮配置
|
||||
&quot;default.gesture&quot;:格式与文件default.link完全相同,定义地址栏下方手势操作
|
||||
&quot;default.gesture2&quot;:右边缘手势操作,类似default.gesture。
|
||||
&quot;default.button&quot;:格式与文件default.link完全相同,每行从最后一个按钮开始重定义单击功能。
|
||||
&quot;default.button2&quot;:类似default.button。每行从最后一个按钮开始重定义长按功能。
|
||||
&quot;default.filecap&quot;:文件特殊处理
|
||||
&quot;default.rc&quot;:如果勾选“文件预处理”,则uweb启动时运行此shell脚本。可与tcron配合运行定时任务,如存储清理、网页签到等。
|
||||
&quot;default.rc2&quot;:如果勾选“文件预处理”,则uweb返回前台时运行此shell脚本。
|
||||
&quot;default.engine&quot;:格式同home5.search,搜索引擎url仅支持%s语法。(搜索词部分用%s代替),供自动顺序搜索使用。
|
||||
&quot;default.siteconf&quot;:网站独立设置,保存ua、禁用js、无图、禁用第三方js、当前激活脚本。
|
||||
&quot;default.playrate&quot;:全屏倍速播放菜单项,每行一个菜单,譬如&quot;.5x&quot;。
|
||||
&quot;default.autoc&quot;:地址栏autocomplete候选字符串
|
||||
&quot;query.autoc&quot;:主屏搜索autocomplete候选字符串
|
||||
&quot;home5.html&quot;:自定义主屏,home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
&quot;home5.search&quot;:主屏搜索引擎
|
||||
&quot;home.css&quot;:主屏风格
|
||||
&quot;bookmark.html&quot;:主书签
|
||||
&quot;quickstart.html&quot;:快速访问
|
||||
&quot;colors.txt&quot;:护眼背景色
|
||||
&quot;default.css&quot;:勾选网址特定样式后无匹配情形下的默认样式
|
||||
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
||||
&quot;bookmarklet/videoplayer.js&quot;:用户定义视频播放
|
||||
&quot;types.sniff&quot;:嗅探类型
|
||||
&quot;sniff.log&quot;:嗅探结果
|
||||
&quot;history.rec&quot;:访问历史
|
||||
&quot;query.rec&quot;:查询历史
|
||||
应用内部保护目录(/data/data/info.torapp.uweb/files/):
|
||||
&quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;/sdcard/uweb/bookmark&quot;目录。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>定时脚本</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tcron/</link>
|
||||
|
@ -171,62 +227,6 @@ http://www.numbertheory.org/gnubc/gnubc.html
|
|||
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超微浏览器配置文件列表</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/filenames/</link>
|
||||
<pubDate>Sat, 21 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/filenames/</guid>
|
||||
<description>下面列表中以&quot;/&quot;结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,&quot;sitejs/&quot;,&quot;sitecache/&quot;等位于应用内部保护目录下。否则以下所有文件/目录均位于&quot;/sdcard/uweb&quot;:
|
||||
&quot;css/&quot;:全局样式目录
|
||||
&quot;js/&quot;: 全局脚本目录
|
||||
&quot;sitejs/&quot;:类油猴脚本,针对特定网址
|
||||
&quot;sitecss/&quot;:针对特定网址css样式
|
||||
&quot;bookmarklet/&quot;:js脚本目录,长按JS按钮可执行。
|
||||
&quot;offline/&quot;:离线下载目录
|
||||
&quot;sbookmark/&quot;:超级书签默认目录
|
||||
&quot;sitecache/&quot;:用户供应网站离线数据
|
||||
&quot;longclick/&quot;:长按链接菜单(js)
|
||||
&quot;app[XXX]/&quot;:html5应用目录
|
||||
&quot;default.longclick&quot;:长按链接菜单
|
||||
&quot;default.uas&quot;:浏览器标识
|
||||
&quot;default.urls&quot;:特色服务
|
||||
&quot;default.acmd&quot;:浏览器地址栏功能配置
|
||||
&quot;default.hosts&quot;:不良信息屏蔽文件
|
||||
&quot;default.redirect&quot;:重定向配置
|
||||
&quot;default.cmds&quot;:长按“历史”按钮配置
|
||||
&quot;default.link&quot;:长按“书签”按钮配置
|
||||
&quot;default.rjs&quot;:远程及简单脚本
|
||||
&quot;default.select&quot;:长按“链接”按钮配置
|
||||
&quot;default.gesture&quot;:格式与文件default.link完全相同,定义地址栏下方手势操作
|
||||
&quot;default.gesture2&quot;:右边缘手势操作,类似default.gesture。
|
||||
&quot;default.button&quot;:格式与文件default.link完全相同,每行从最后一个按钮开始重定义单击功能。
|
||||
&quot;default.button2&quot;:类似default.button。每行从最后一个按钮开始重定义长按功能。
|
||||
&quot;default.filecap&quot;:文件特殊处理
|
||||
&quot;default.rc&quot;:如果勾选“文件预处理”,则uweb启动时运行此shell脚本。可与tcron配合运行定时任务,如存储清理、网页签到等。
|
||||
&quot;default.rc2&quot;:如果勾选“文件预处理”,则uweb返回前台时运行此shell脚本。
|
||||
&quot;default.engine&quot;:格式同home5.search,搜索引擎url仅支持%s语法。(搜索词部分用%s代替),供自动顺序搜索使用。
|
||||
&quot;default.siteconf&quot;:网站独立设置,保存ua、禁用js、无图、禁用第三方js、当前激活脚本。
|
||||
&quot;default.playrate&quot;:全屏倍速播放菜单项,每行一个菜单,譬如&quot;.5x&quot;。
|
||||
&quot;default.autoc&quot;:地址栏autocomplete候选字符串
|
||||
&quot;query.autoc&quot;:主屏搜索autocomplete候选字符串
|
||||
&quot;home5.html&quot;:自定义主屏,home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ...需用户自定义自动往前翻页操作。
|
||||
&quot;home5.search&quot;:主屏搜索引擎
|
||||
&quot;home.css&quot;:主屏风格
|
||||
&quot;bookmark.html&quot;:主书签
|
||||
&quot;quickstart.html&quot;:快速访问
|
||||
&quot;colors.txt&quot;:护眼背景色
|
||||
&quot;default.css&quot;:勾选网址特定样式后无匹配情形下的默认样式
|
||||
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
||||
&quot;bookmarklet/videoplayer.js&quot;:用户定义视频播放
|
||||
&quot;types.sniff&quot;:嗅探类型
|
||||
&quot;sniff.log&quot;:嗅探结果
|
||||
&quot;history.rec&quot;:访问历史
|
||||
&quot;query.rec&quot;:查询历史
|
||||
应用内部保护目录(/data/data/info.torapp.uweb/files/):
|
||||
&quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;/sdcard/uweb/bookmark&quot;目录。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"<a href="e:file:///sdcard/uweb/default.playrate">default.playrate</a>":全屏倍速播放菜单项,每行一个菜单,譬如".5x"。<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.autoc">default.autoc</a>":地址栏autocomplete候选字符串<br>
|
||||
"query.autoc":主屏搜索autocomplete候选字符串<br>
|
||||
"<a href="e:file:///sdcard/uweb/home5.html">home5.html</a>":自定义主屏,home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ...需用户自定义自动往前翻页操作。<br>
|
||||
"<a href="e:file:///sdcard/uweb/home5.html">home5.html</a>":自定义主屏,home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。<br>
|
||||
"<a href="e:file:///sdcard/uweb/home5.search">home5.search</a>":<a href="../searchurl/search.html">主屏搜索引擎</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/home.css">home.css</a>":<a href="../searchurl/homescreen.html">主屏风格</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/bookmark.html">bookmark.html</a>":主书签<br>
|
||||
|
|
12
index.html
12
index.html
|
@ -80,6 +80,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="filenames">
|
||||
<span>超微浏览器配置文件列表</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tcron">
|
||||
<span>定时脚本</span>
|
||||
|
@ -110,12 +116,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="filenames">
|
||||
<span>超微浏览器配置文件列表</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="pccopy">
|
||||
<span>操作选中(富)文本/元素</span>
|
||||
|
|
118
index.xml
118
index.xml
|
@ -6,17 +6,17 @@
|
|||
<description>Recent content on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 04 Aug 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Mon, 01 Nov 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>Wed, 04 Aug 2021 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 01 Nov 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 ...需用户自定义自动往前翻页操作。
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
自动翻页
|
||||
长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。
|
||||
配置临时修改
|
||||
|
@ -28,6 +28,62 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA
|
|||
配置文件列表中直接点击文件名即可编辑。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超微浏览器配置文件列表</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/filenames/</link>
|
||||
<pubDate>Mon, 01 Nov 2021 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/filenames/</guid>
|
||||
<description>下面列表中以&quot;/&quot;结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,&quot;sitejs/&quot;,&quot;sitecache/&quot;等位于应用内部保护目录下。否则以下所有文件/目录均位于&quot;/sdcard/uweb&quot;:
|
||||
&quot;css/&quot;:全局样式目录
|
||||
&quot;js/&quot;: 全局脚本目录
|
||||
&quot;sitejs/&quot;:类油猴脚本,针对特定网址
|
||||
&quot;sitecss/&quot;:针对特定网址css样式
|
||||
&quot;bookmarklet/&quot;:js脚本目录,长按JS按钮可执行。
|
||||
&quot;offline/&quot;:离线下载目录
|
||||
&quot;sbookmark/&quot;:超级书签默认目录
|
||||
&quot;sitecache/&quot;:用户供应网站离线数据
|
||||
&quot;longclick/&quot;:长按链接菜单(js)
|
||||
&quot;app[XXX]/&quot;:html5应用目录
|
||||
&quot;default.longclick&quot;:长按链接菜单
|
||||
&quot;default.uas&quot;:浏览器标识
|
||||
&quot;default.urls&quot;:特色服务
|
||||
&quot;default.acmd&quot;:浏览器地址栏功能配置
|
||||
&quot;default.hosts&quot;:不良信息屏蔽文件
|
||||
&quot;default.redirect&quot;:重定向配置
|
||||
&quot;default.cmds&quot;:长按“历史”按钮配置
|
||||
&quot;default.link&quot;:长按“书签”按钮配置
|
||||
&quot;default.rjs&quot;:远程及简单脚本
|
||||
&quot;default.select&quot;:长按“链接”按钮配置
|
||||
&quot;default.gesture&quot;:格式与文件default.link完全相同,定义地址栏下方手势操作
|
||||
&quot;default.gesture2&quot;:右边缘手势操作,类似default.gesture。
|
||||
&quot;default.button&quot;:格式与文件default.link完全相同,每行从最后一个按钮开始重定义单击功能。
|
||||
&quot;default.button2&quot;:类似default.button。每行从最后一个按钮开始重定义长按功能。
|
||||
&quot;default.filecap&quot;:文件特殊处理
|
||||
&quot;default.rc&quot;:如果勾选“文件预处理”,则uweb启动时运行此shell脚本。可与tcron配合运行定时任务,如存储清理、网页签到等。
|
||||
&quot;default.rc2&quot;:如果勾选“文件预处理”,则uweb返回前台时运行此shell脚本。
|
||||
&quot;default.engine&quot;:格式同home5.search,搜索引擎url仅支持%s语法。(搜索词部分用%s代替),供自动顺序搜索使用。
|
||||
&quot;default.siteconf&quot;:网站独立设置,保存ua、禁用js、无图、禁用第三方js、当前激活脚本。
|
||||
&quot;default.playrate&quot;:全屏倍速播放菜单项,每行一个菜单,譬如&quot;.5x&quot;。
|
||||
&quot;default.autoc&quot;:地址栏autocomplete候选字符串
|
||||
&quot;query.autoc&quot;:主屏搜索autocomplete候选字符串
|
||||
&quot;home5.html&quot;:自定义主屏,home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
&quot;home5.search&quot;:主屏搜索引擎
|
||||
&quot;home.css&quot;:主屏风格
|
||||
&quot;bookmark.html&quot;:主书签
|
||||
&quot;quickstart.html&quot;:快速访问
|
||||
&quot;colors.txt&quot;:护眼背景色
|
||||
&quot;default.css&quot;:勾选网址特定样式后无匹配情形下的默认样式
|
||||
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
||||
&quot;bookmarklet/videoplayer.js&quot;:用户定义视频播放
|
||||
&quot;types.sniff&quot;:嗅探类型
|
||||
&quot;sniff.log&quot;:嗅探结果
|
||||
&quot;history.rec&quot;:访问历史
|
||||
&quot;query.rec&quot;:查询历史
|
||||
应用内部保护目录(/data/data/info.torapp.uweb/files/):
|
||||
&quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;/sdcard/uweb/bookmark&quot;目录。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>定时脚本</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tcron/</link>
|
||||
|
@ -171,62 +227,6 @@ http://www.numbertheory.org/gnubc/gnubc.html
|
|||
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超微浏览器配置文件列表</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/filenames/</link>
|
||||
<pubDate>Sat, 21 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/filenames/</guid>
|
||||
<description>下面列表中以&quot;/&quot;结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,&quot;sitejs/&quot;,&quot;sitecache/&quot;等位于应用内部保护目录下。否则以下所有文件/目录均位于&quot;/sdcard/uweb&quot;:
|
||||
&quot;css/&quot;:全局样式目录
|
||||
&quot;js/&quot;: 全局脚本目录
|
||||
&quot;sitejs/&quot;:类油猴脚本,针对特定网址
|
||||
&quot;sitecss/&quot;:针对特定网址css样式
|
||||
&quot;bookmarklet/&quot;:js脚本目录,长按JS按钮可执行。
|
||||
&quot;offline/&quot;:离线下载目录
|
||||
&quot;sbookmark/&quot;:超级书签默认目录
|
||||
&quot;sitecache/&quot;:用户供应网站离线数据
|
||||
&quot;longclick/&quot;:长按链接菜单(js)
|
||||
&quot;app[XXX]/&quot;:html5应用目录
|
||||
&quot;default.longclick&quot;:长按链接菜单
|
||||
&quot;default.uas&quot;:浏览器标识
|
||||
&quot;default.urls&quot;:特色服务
|
||||
&quot;default.acmd&quot;:浏览器地址栏功能配置
|
||||
&quot;default.hosts&quot;:不良信息屏蔽文件
|
||||
&quot;default.redirect&quot;:重定向配置
|
||||
&quot;default.cmds&quot;:长按“历史”按钮配置
|
||||
&quot;default.link&quot;:长按“书签”按钮配置
|
||||
&quot;default.rjs&quot;:远程及简单脚本
|
||||
&quot;default.select&quot;:长按“链接”按钮配置
|
||||
&quot;default.gesture&quot;:格式与文件default.link完全相同,定义地址栏下方手势操作
|
||||
&quot;default.gesture2&quot;:右边缘手势操作,类似default.gesture。
|
||||
&quot;default.button&quot;:格式与文件default.link完全相同,每行从最后一个按钮开始重定义单击功能。
|
||||
&quot;default.button2&quot;:类似default.button。每行从最后一个按钮开始重定义长按功能。
|
||||
&quot;default.filecap&quot;:文件特殊处理
|
||||
&quot;default.rc&quot;:如果勾选“文件预处理”,则uweb启动时运行此shell脚本。可与tcron配合运行定时任务,如存储清理、网页签到等。
|
||||
&quot;default.rc2&quot;:如果勾选“文件预处理”,则uweb返回前台时运行此shell脚本。
|
||||
&quot;default.engine&quot;:格式同home5.search,搜索引擎url仅支持%s语法。(搜索词部分用%s代替),供自动顺序搜索使用。
|
||||
&quot;default.siteconf&quot;:网站独立设置,保存ua、禁用js、无图、禁用第三方js、当前激活脚本。
|
||||
&quot;default.playrate&quot;:全屏倍速播放菜单项,每行一个菜单,譬如&quot;.5x&quot;。
|
||||
&quot;default.autoc&quot;:地址栏autocomplete候选字符串
|
||||
&quot;query.autoc&quot;:主屏搜索autocomplete候选字符串
|
||||
&quot;home5.html&quot;:自定义主屏,home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ...需用户自定义自动往前翻页操作。
|
||||
&quot;home5.search&quot;:主屏搜索引擎
|
||||
&quot;home.css&quot;:主屏风格
|
||||
&quot;bookmark.html&quot;:主书签
|
||||
&quot;quickstart.html&quot;:快速访问
|
||||
&quot;colors.txt&quot;:护眼背景色
|
||||
&quot;default.css&quot;:勾选网址特定样式后无匹配情形下的默认样式
|
||||
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
||||
&quot;bookmarklet/videoplayer.js&quot;:用户定义视频播放
|
||||
&quot;types.sniff&quot;:嗅探类型
|
||||
&quot;sniff.log&quot;:嗅探结果
|
||||
&quot;history.rec&quot;:访问历史
|
||||
&quot;query.rec&quot;:查询历史
|
||||
应用内部保护目录(/data/data/info.torapp.uweb/files/):
|
||||
&quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;/sdcard/uweb/bookmark&quot;目录。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
|
|
12
sitemap.xml
12
sitemap.xml
|
@ -3,13 +3,16 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
|
||||
<lastmod>2021-08-04T00:00:00+00:00</lastmod>
|
||||
<lastmod>2021-11-01T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
|
||||
<lastmod>2021-08-04T00:00:00+00:00</lastmod>
|
||||
<lastmod>2021-11-01T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tips/</loc>
|
||||
<lastmod>2021-08-04T00:00:00+00:00</lastmod>
|
||||
<lastmod>2021-11-01T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/filenames/</loc>
|
||||
<lastmod>2021-11-01T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tcron/</loc>
|
||||
<lastmod>2021-02-13T00:00:00+00:00</lastmod>
|
||||
|
@ -40,9 +43,6 @@
|
|||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/bc/</loc>
|
||||
<lastmod>2020-11-24T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/filenames/</loc>
|
||||
<lastmod>2020-11-21T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</loc>
|
||||
<lastmod>2020-11-10T00:00:00+00:00</lastmod>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<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>
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。</p>
|
||||
<p><strong>自动翻页</strong><br>
|
||||
长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。</p>
|
||||
<p><strong>配置临时修改</strong><br>
|
||||
|
|
Loading…
Reference in a new issue