mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Tue Nov 24 09:24:22 PM CST 2020
This commit is contained in:
parent
1419d0efb4
commit
8555e2ca47
12 changed files with 139 additions and 33 deletions
|
@ -6,7 +6,35 @@
|
|||
<description>Recent content in _posts on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 21 Nov 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 24 Nov 2020 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/tcron/</link>
|
||||
<pubDate>Tue, 24 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tcron/</guid>
|
||||
<description>如果勾选“文件预处理”,则uweb启动时运行&quot;default.rc&quot; shell脚本。可与tcron定时管
|
||||
理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。
|
||||
tcron usage: tcron logfile command hours [timezone delay_sec elsecommand]
|
||||
指定时间范围内如果命令没有被执行过,则tcron会执行一次命令。
|
||||
其中logfile可以不记录任何log,成功执行命令以后只需更新一下改动时间即可。
|
||||
hours: 每隔多长时间运行一次命令。
|
||||
timezone: 时区:譬如“8”表示北京时间。(默认为8)
|
||||
delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。
|
||||
elsecommand: 无需执行命令command时执行。
|
||||
ex:
|
||||
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
|
||||
#天翼云每天签到一次
|
||||
tcron /sdcard/a &quot;cloud189-go sign;toybox touch /sdcard/a&quot; 24
|
||||
#每30天清空baidu目录
|
||||
tcron /sdcard/b &quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&quot; 720
|
||||
可能用到的命令:
|
||||
termux中安装remind,可配置各类提醒功能,十分强大。
|
||||
apt install remind
|
||||
am start -n info.torapp.uweb/.wvActivity -d 'javascript:alert(&quot;remind&quot;)' #提醒
|
||||
其中-d后面参数可以为任意url包括超微内部&quot;i:&quot; url。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超微浏览器配置文件列表</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/filenames/</link>
|
||||
|
@ -173,8 +201,7 @@ js文件格式如下:
|
|||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tools/</guid>
|
||||
<description>安装tcron定时管理工具 usage: tcron logfile command hours [timezone delay_sec elsecommand]
|
||||
安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
<description>安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
安装双解字典索引
|
||||
安装双解字典至主屏
|
||||
英语活用大词典索引
|
||||
|
@ -399,9 +426,8 @@ gnuplot -e 'set term svg;set output; plot x'
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/adblock_css/</guid>
|
||||
<description>超微浏览器支持超级hosts文件,这一技术可以完全绝杀手机不良信息小厂。但少部分不良信息大厂本身也提供高质量的内容服务,它们可以将不良信息伪装成正常的内容从而逃脱hosts文件绝杀。
|
||||
对这一部分不良信息而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。
|
||||
下载下面文件(可改名成“不良信息屏蔽.css”),将其放到/scard/uweb/css目录下:
|
||||
不良信息屏蔽css文件
|
||||
重启浏览器,长按底部工具条[☰]按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</description>
|
||||
安装不良信息屏蔽.css
|
||||
重启浏览器,长按底部工具条窗口按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -29,9 +29,8 @@
|
|||
</ul>
|
||||
<p><a href="https://www.coolapk.com/apk/info.torapp.uweb">超微浏览器</a>支持超级hosts文件,这一技术可以完全绝杀手机不良信息小厂。但少部分不良信息大厂本身也提供高质量的内容服务,它们可以将不良信息伪装成正常的内容从而逃脱hosts文件绝杀。<br>
|
||||
对这一部分不良信息而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。</p>
|
||||
<p>下载下面文件(可改名成“不良信息屏蔽.css”),将其放到/scard/uweb/css目录下:<br>
|
||||
<a href="http://www.floppymoose.com/userContent.css">不良信息屏蔽css文件</a></p>
|
||||
<p>重启浏览器,长按底部工具条[☰]按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</p>
|
||||
<p><a href="i:0h/sdcard/uweb/css/屏蔽.css:http://www.floppymoose.com/userContent.css">安装不良信息屏蔽.css</a></p>
|
||||
<p>重启浏览器,长按底部工具条窗口按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.78.1" />
|
||||
<meta name="generator" content="Hugo 0.78.2" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
@ -74,6 +74,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tcron">
|
||||
<span>定时脚本</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="filenames">
|
||||
<span>超微浏览器配置文件列表</span>
|
||||
|
|
38
index.xml
38
index.xml
|
@ -6,7 +6,35 @@
|
|||
<description>Recent content on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 21 Nov 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 24 Nov 2020 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/tcron/</link>
|
||||
<pubDate>Tue, 24 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tcron/</guid>
|
||||
<description>如果勾选“文件预处理”,则uweb启动时运行&quot;default.rc&quot; shell脚本。可与tcron定时管
|
||||
理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。
|
||||
tcron usage: tcron logfile command hours [timezone delay_sec elsecommand]
|
||||
指定时间范围内如果命令没有被执行过,则tcron会执行一次命令。
|
||||
其中logfile可以不记录任何log,成功执行命令以后只需更新一下改动时间即可。
|
||||
hours: 每隔多长时间运行一次命令。
|
||||
timezone: 时区:譬如“8”表示北京时间。(默认为8)
|
||||
delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。
|
||||
elsecommand: 无需执行命令command时执行。
|
||||
ex:
|
||||
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
|
||||
#天翼云每天签到一次
|
||||
tcron /sdcard/a &quot;cloud189-go sign;toybox touch /sdcard/a&quot; 24
|
||||
#每30天清空baidu目录
|
||||
tcron /sdcard/b &quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&quot; 720
|
||||
可能用到的命令:
|
||||
termux中安装remind,可配置各类提醒功能,十分强大。
|
||||
apt install remind
|
||||
am start -n info.torapp.uweb/.wvActivity -d 'javascript:alert(&quot;remind&quot;)' #提醒
|
||||
其中-d后面参数可以为任意url包括超微内部&quot;i:&quot; url。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超微浏览器配置文件列表</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/filenames/</link>
|
||||
|
@ -173,8 +201,7 @@ js文件格式如下:
|
|||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tools/</guid>
|
||||
<description>安装tcron定时管理工具 usage: tcron logfile command hours [timezone delay_sec elsecommand]
|
||||
安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
<description>安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
安装双解字典索引
|
||||
安装双解字典至主屏
|
||||
英语活用大词典索引
|
||||
|
@ -399,9 +426,8 @@ gnuplot -e 'set term svg;set output; plot x'
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/adblock_css/</guid>
|
||||
<description>超微浏览器支持超级hosts文件,这一技术可以完全绝杀手机不良信息小厂。但少部分不良信息大厂本身也提供高质量的内容服务,它们可以将不良信息伪装成正常的内容从而逃脱hosts文件绝杀。
|
||||
对这一部分不良信息而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。
|
||||
下载下面文件(可改名成“不良信息屏蔽.css”),将其放到/scard/uweb/css目录下:
|
||||
不良信息屏蔽css文件
|
||||
重启浏览器,长按底部工具条[☰]按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</description>
|
||||
安装不良信息屏蔽.css
|
||||
重启浏览器,长按底部工具条窗口按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -4,12 +4,17 @@
|
|||
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
|
||||
<lastmod>2020-11-21T00:00:00+00:00</lastmod>
|
||||
<lastmod>2020-11-24T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
|
||||
<lastmod>2020-11-21T00:00:00+00:00</lastmod>
|
||||
<lastmod>2020-11-24T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tcron/</loc>
|
||||
<lastmod>2020-11-24T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
|
|
@ -14,9 +14,8 @@
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/adblock_css/</guid>
|
||||
<description>超微浏览器支持超级hosts文件,这一技术可以完全绝杀手机不良信息小厂。但少部分不良信息大厂本身也提供高质量的内容服务,它们可以将不良信息伪装成正常的内容从而逃脱hosts文件绝杀。
|
||||
对这一部分不良信息而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。
|
||||
下载下面文件(可改名成“不良信息屏蔽.css”),将其放到/scard/uweb/css目录下:
|
||||
不良信息屏蔽css文件
|
||||
重启浏览器,长按底部工具条[☰]按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</description>
|
||||
安装不良信息屏蔽.css
|
||||
重启浏览器,长按底部工具条窗口按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tools/</guid>
|
||||
<description>安装tcron定时管理工具 usage: tcron logfile command hours [timezone delay_sec elsecommand]
|
||||
安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
<description>安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
安装双解字典索引
|
||||
安装双解字典至主屏
|
||||
英语活用大词典索引
|
||||
|
|
|
@ -50,8 +50,7 @@ pclip</description>
|
|||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tools/</guid>
|
||||
<description>安装tcron定时管理工具 usage: tcron logfile command hours [timezone delay_sec elsecommand]
|
||||
安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
<description>安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
安装双解字典索引
|
||||
安装双解字典至主屏
|
||||
英语活用大词典索引
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tools/</guid>
|
||||
<description>安装tcron定时管理工具 usage: tcron logfile command hours [timezone delay_sec elsecommand]
|
||||
安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
<description>安装tdict检索工具 (本地检索,远程内容) 安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。
|
||||
安装双解字典索引
|
||||
安装双解字典至主屏
|
||||
英语活用大词典索引
|
||||
|
|
|
@ -38,9 +38,8 @@
|
|||
<guid>https://jamesfengcao.gitee.io/uwebzh/adblock_css/</guid>
|
||||
<description>超微浏览器支持超级hosts文件,这一技术可以完全绝杀手机不良信息小厂。但少部分不良信息大厂本身也提供高质量的内容服务,它们可以将不良信息伪装成正常的内容从而逃脱hosts文件绝杀。
|
||||
对这一部分不良信息而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。
|
||||
下载下面文件(可改名成“不良信息屏蔽.css”),将其放到/scard/uweb/css目录下:
|
||||
不良信息屏蔽css文件
|
||||
重启浏览器,长按底部工具条[☰]按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</description>
|
||||
安装不良信息屏蔽.css
|
||||
重启浏览器,长按底部工具条窗口按钮弹出对话框后勾选上述文件名即可屏蔽不良信息。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
51
tcron/index.html
Normal file
51
tcron/index.html
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
|
||||
<title>定时脚本</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class='header'>
|
||||
<a class="logo" href="/uwebzh">Home</a> <a class="logo" href="/uwebzh/tags/">Tags</a>
|
||||
<nav>
|
||||
</nav>
|
||||
</header>
|
||||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">定时脚本
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p>如果勾选“文件预处理”,则uweb启动时运行"default.rc" shell脚本。可与tcron定时管<br>
|
||||
理工具(<a href="i:0bhttps://cdn.jsdelivr.net/gh/torappinfo/uwebjs/bin/tcron.tgz">安装tcron</a>)配合运行定时任务,如存储清理、网页签到等。</p>
|
||||
<h4 id="tcron">tcron</h4>
|
||||
<p>usage: tcron logfile command hours [timezone delay_sec elsecommand]<br>
|
||||
指定时间范围内如果命令没有被执行过,则tcron会执行一次命令。<br>
|
||||
其中logfile可以不记录任何log,成功执行命令以后只需更新一下改动时间即可。<br>
|
||||
hours: 每隔多长时间运行一次命令。<br>
|
||||
timezone: 时区:譬如“8”表示北京时间。(默认为8)<br>
|
||||
delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。<br>
|
||||
elsecommand: 无需执行命令command时执行。</p>
|
||||
<p>ex:<br>
|
||||
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin<br>
|
||||
#天翼云每天签到一次<br>
|
||||
tcron /sdcard/a "cloud189-go sign;toybox touch /sdcard/a" 24<br>
|
||||
#每30天清空baidu目录<br>
|
||||
tcron /sdcard/b "rm -rf /sdcard/baidu/*;toybox touch /sdcard/b" 720</p>
|
||||
<p>可能用到的命令:<br>
|
||||
termux中安装remind,可配置各类提醒功能,十分强大。<br>
|
||||
apt install remind</p>
|
||||
<p>am start -n info.torapp.uweb/.wvActivity -d 'javascript:alert("remind")' #提醒<br>
|
||||
其中-d后面参数可以为任意url包括超微内部"i:" url。</p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -29,8 +29,6 @@
|
|||
<li><a href="../tags/tdict">tdict</a> </li>
|
||||
|
||||
</ul>
|
||||
<h4 id="a-hrefi0bhttpscdnjsdelivrnetghtorappinfouwebjsbintcrontgz安装tcron定时管理工具a"><a href="i:0bhttps://cdn.jsdelivr.net/gh/torappinfo/uwebjs/bin/tcron.tgz">安装tcron定时管理工具</a></h4>
|
||||
<p>usage: tcron logfile command hours [timezone delay_sec elsecommand]</p>
|
||||
<h4 id="a-hrefi0bhttpscdnjsdelivrnetghtorappinfouwebjsbintdict_loctargz安装tdict检索工具-本地检索远程内容a"><a href="i:0bhttps://cdn.jsdelivr.net/gh/torappinfo/uwebjs/bin/tdict_loc.tar.gz">安装tdict检索工具 (本地检索,远程内容)</a></h4>
|
||||
<p>安装完tdict本地检索工具后,可选择性安装字典索引及对应的搜索引擎至主屏。以下引擎仅作测试使用。<br>
|
||||
<a href="i:0h/sdcard/uweb/ahd.tidx:https://cdn.jsdelivr.net/gh/torappinfo/uwebjs/bin/ahd.tidx">安装双解字典索引</a><br>
|
||||
|
|
Loading…
Reference in a new issue