update AI engines

This commit is contained in:
James Feng Cao 2025-04-05 09:13:28 +08:00
commit 128b049fa1
10 changed files with 32 additions and 27 deletions

View file

@ -1,7 +1,7 @@
<script>var verCode = %1%;</script>
<script>
(function(){
let latestV = 1118;
let latestV = 1120;
let msg = "Already up to date!";
let url="https://master.dl.sourceforge.net/project/uwebbrowser/v1/uweb"+latestV+".apk?viasf=1";
do {

View file

@ -9,6 +9,8 @@
"qw":"i:0/js/uweb2ta.js:https://chat.qwenlm.ai#uweb=%s",
"sl":"i:0/js/uwebset.js:https://www.solab.ai#uweb=%s",
"ms":"https://metaso.cn?q=%s",
"lf":"i:0/js/uwebset.js:https://chat.lify.vip/chat?uweb=%s",
"gc":"i:0/js/uweb2ta.js:https://gitcode.com/ai/#uweb=%s",
"ds":"i:0/js/uweb2ta.js:https://metaso.cn/#uweb=%s",
"df":"https://www.deepfind.co/?q=%s",
"ta":"https://thinkany.so/search?q=%s",

View file

@ -11,7 +11,7 @@
<sitemap>
<loc>https://jamesfengcao.gitlab.io/uweb/zh/sitemap.xml</loc>
<lastmod>2025-04-03T20:57:55+08:00</lastmod>
<lastmod>2025-04-05T09:11:17+08:00</lastmod>
</sitemap>

View file

@ -6,7 +6,7 @@
<description>Recent content in _Posts on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Thu, 03 Apr 2025 08:23:11 +0800</lastBuildDate>
<lastBuildDate>Fri, 04 Apr 2025 08:19:34 +0800</lastBuildDate>
<atom:link href="https://jamesfengcao.gitlab.io/uweb/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>常用链接</title>
@ -48,7 +48,7 @@
<link>https://jamesfengcao.gitlab.io/uweb/zh/tcron/</link>
<pubDate>Thu, 23 Nov 2023 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitlab.io/uweb/zh/tcron/</guid>
<description>&lt;h4 id=&#34;crontab&#34;&gt;crontab&lt;/h4&gt;&#xA;&lt;p&gt;注意1. 必须使用单一空格作为分割符。&lt;br&gt;&#xA;2. 必须同时满足日期及星期的要求功能增强crontab标准只要求满足其中一个要求。&lt;/p&gt;&#xA;&lt;p&gt;文件&amp;quot;crontab&amp;quot;每行第六部分可为url或&lt;a href=&#34;../links/index.html#&#34;&gt;内部链接&lt;/a&gt;,也可为&amp;quot;c:&amp;quot;通知termux执行后面命令; &amp;quot;!&amp;quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。&lt;/p&gt;&#xA;&lt;p&gt;文件&amp;quot;crontab&amp;quot;自动签到例子:&lt;br&gt;&#xA;6 9 * * * i:p1https://www.bookschina.com/ashx/SignInApi.ashx#action=SignIn&lt;br&gt;&#xA;8 9 * * * i:p1https://www.bookschina.com/ashx/SignInApi.ashx#action=OrderLottery&amp;amp;cate=0&lt;/p&gt;&#xA;&lt;p&gt;其中&amp;quot;i:a1&amp;quot;为对url发起&amp;quot;post&amp;quot;请求。&lt;/p&gt;&#xA;&lt;h4 id=&#34;tcron&#34;&gt;tcron&lt;/h4&gt;&#xA;&lt;p&gt;如果勾选“文件预处理”则uweb启动时运行&amp;quot;default.rc&amp;quot; shell脚本。可与tcron定时管&lt;br&gt;&#xA;理工具(&lt;a href=&#34;i:0bhttps://fastly.jsdelivr.net/gh/torappinfo/uwebjs/bin/tcron.tgz&#34;&gt;安装tcron&lt;/a&gt;)配合运行定时任务,如存储清理、网页签到等。&lt;/p&gt;&#xA;&lt;p&gt;勾选“文件预处理”的情况下,如果存在文件&amp;quot;default.rc2&amp;quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&amp;quot;default.rc&amp;quot;将没有任何执行机会,而&amp;quot;default.rc2&amp;quot;保证即使超微长时间不重启,定时脚本仍可以执行。&lt;/p&gt;&#xA;&lt;p&gt;usage: tcron logfile command hours [timezone delay_sec elsecommand]&lt;br&gt;&#xA;指定时间范围内如果命令没有被执行过则tcron会执行一次命令。&lt;br&gt;&#xA;其中logfile可以不记录任何log成功执行命令以后只需更新一下改动时间即可。&lt;br&gt;&#xA;hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。&lt;br&gt;&#xA;hours也可以为&amp;quot;hh:mm-hh:mm,...&amp;quot;格式, 譬如&amp;quot;6:00-8:30,11:00-13:00,5:30-6:30&amp;quot;为每天三餐时间脚本执行一次。&lt;br&gt;&#xA;timezone: 时区譬如“8”表示北京时间。(默认为8)&lt;br&gt;&#xA;delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。&lt;br&gt;&#xA;elsecommand: 无需执行命令command时执行。&lt;/p&gt;&#xA;&lt;p&gt;ex:&lt;br&gt;&#xA;set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin&lt;br&gt;&#xA;#天翼云每天签到一次&lt;br&gt;&#xA;tcron /sdcard/a &amp;quot;cloudpan189-go sign;toybox touch /sdcard/a&amp;quot; 24&lt;br&gt;&#xA;#每30天清空baidu目录&lt;br&gt;&#xA;tcron /sdcard/b &amp;quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&amp;quot; 720&lt;/p&gt;&#xA;&lt;p&gt;&lt;a target=&#34;_self&#34; href=&#34;i:0hdefault.rc:../searchurl/txt/default.rc&#34;&gt;安装default.rc模板文件termux&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;可能用到的命令:&lt;br&gt;&#xA;termux中安装remind可配置各类提醒功能十分强大。&lt;br&gt;&#xA;apt install remind&lt;/p&gt;</description>
<description>&lt;h4 id=&#34;crontab&#34;&gt;crontab&lt;/h4&gt;&#xA;&lt;p&gt;注意1. 必须使用单一空格作为分割符。&lt;br&gt;&#xA;2. 必须同时满足日期及星期的要求功能增强crontab标准只要求满足其中一个要求。&lt;/p&gt;&#xA;&lt;p&gt;文件&amp;quot;crontab&amp;quot;每行第六部分可为url或&lt;a href=&#34;../links/index.html#&#34;&gt;内部链接&lt;/a&gt;,也可为&amp;quot;c:&amp;quot;通知termux执行后面命令; &amp;quot;!&amp;quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。&lt;/p&gt;&#xA;&lt;p&gt;文件&amp;quot;crontab&amp;quot;自动签到例子:&lt;br&gt;&#xA;6 9 * * * i:p1https://www.bookschina.com/ashx/SignInApi.ashx#action=SignIn&lt;br&gt;&#xA;8 9 * * * i:p1https://www.bookschina.com/ashx/SignInApi.ashx#action=SignIn_Award&amp;amp;index=1&lt;/p&gt;&#xA;&lt;p&gt;其中&amp;quot;i:a1&amp;quot;为对url发起&amp;quot;post&amp;quot;请求。&lt;/p&gt;&#xA;&lt;h4 id=&#34;tcron&#34;&gt;tcron&lt;/h4&gt;&#xA;&lt;p&gt;如果勾选“文件预处理”则uweb启动时运行&amp;quot;default.rc&amp;quot; shell脚本。可与tcron定时管&lt;br&gt;&#xA;理工具(&lt;a href=&#34;i:0bhttps://fastly.jsdelivr.net/gh/torappinfo/uwebjs/bin/tcron.tgz&#34;&gt;安装tcron&lt;/a&gt;)配合运行定时任务,如存储清理、网页签到等。&lt;/p&gt;&#xA;&lt;p&gt;勾选“文件预处理”的情况下,如果存在文件&amp;quot;default.rc2&amp;quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&amp;quot;default.rc&amp;quot;将没有任何执行机会,而&amp;quot;default.rc2&amp;quot;保证即使超微长时间不重启,定时脚本仍可以执行。&lt;/p&gt;&#xA;&lt;p&gt;usage: tcron logfile command hours [timezone delay_sec elsecommand]&lt;br&gt;&#xA;指定时间范围内如果命令没有被执行过则tcron会执行一次命令。&lt;br&gt;&#xA;其中logfile可以不记录任何log成功执行命令以后只需更新一下改动时间即可。&lt;br&gt;&#xA;hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。&lt;br&gt;&#xA;hours也可以为&amp;quot;hh:mm-hh:mm,...&amp;quot;格式, 譬如&amp;quot;6:00-8:30,11:00-13:00,5:30-6:30&amp;quot;为每天三餐时间脚本执行一次。&lt;br&gt;&#xA;timezone: 时区譬如“8”表示北京时间。(默认为8)&lt;br&gt;&#xA;delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。&lt;br&gt;&#xA;elsecommand: 无需执行命令command时执行。&lt;/p&gt;&#xA;&lt;p&gt;ex:&lt;br&gt;&#xA;set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin&lt;br&gt;&#xA;#天翼云每天签到一次&lt;br&gt;&#xA;tcron /sdcard/a &amp;quot;cloudpan189-go sign;toybox touch /sdcard/a&amp;quot; 24&lt;br&gt;&#xA;#每30天清空baidu目录&lt;br&gt;&#xA;tcron /sdcard/b &amp;quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&amp;quot; 720&lt;/p&gt;&#xA;&lt;p&gt;&lt;a target=&#34;_self&#34; href=&#34;i:0hdefault.rc:../searchurl/txt/default.rc&#34;&gt;安装default.rc模板文件termux&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;可能用到的命令:&lt;br&gt;&#xA;termux中安装remind可配置各类提醒功能十分强大。&lt;br&gt;&#xA;apt install remind&lt;/p&gt;</description>
</item>
<item>
<title>小技巧</title>

File diff suppressed because one or more lines are too long

View file

@ -16,9 +16,7 @@ log: |
<a href="i:00百度ds:https://chat.baidu.com/deepseek?word=">百度ds:https://chat.baidu.com/deepseek?word=</a>
<a href="i:00百度ai:https://chat.baidu.com/search?word=">百度ai:https://chat.baidu.com/search?word=</a>
<a href="i:00百度pc:i:0UA1https://chat.baidu.com/search?word=%s">百度pc:i:0UA1https://chat.baidu.com/search?word=%s</a>
<a href="i:00百度ai:i:0UASearchCraft/:https://chat.baidu.com/search?word=%s">百度ai:i:0UASearchCraft/:https://chat.baidu.com/search?word=%s</a>
<a href="i:00问小白:i:0/js/uwebset.js:https://www.wenxiaobai.com/chat/200006#20uweb=%s">问小白:i:0/js/uwebset.js:https://www.wenxiaobai.com/chat/200006#20uweb=%s</a>
@ -50,7 +48,9 @@ log: |
<a href="i:00小艺:i:0/js/uweb2ta.js:https://xiaoyi.huawei.com/chat#uweb=%s">小艺:i:0/js/uweb2ta.js:https://xiaoyi.huawei.com/chat#uweb=%s</a>
<a href="i:00360bot:i:0UA1i:0/js/uwebset.js:https://bot.n.cn#10uweb=%s">360bot:i:0UA1i:0/js/uwebset.js:https://bot.n.cn#10uweb=%s</a>
<a href="i:00360bot:i:0UA1:i:0/js/uwebset.js:https://bot.n.cn#10uweb=%s">360bot:i:0UA1:i:0/js/uwebset.js:https://bot.n.cn#10uweb=%s</a>
<a href="i:00智慧岛:i:0/js/uwebset.js:https://chat.lify.vip/chat#uweb=%s">智慧岛:i:0/js/uwebset.js:https://chat.lify.vip/chat#uweb=%s</a>
注:
@ -86,6 +86,8 @@ log: |
<a href="i:00百川:i:0/js/uweb2ta.js:https://www.baichuan-ai.com/chat#uweb=%s">百川:i:0/js/uweb2ta.js:https://www.baichuan-ai.com/chat#uweb=%s</a>
<a href="i:00海螺:i:0/js/uwebset.js:https://chat.minimax.com#uweb=%s">海螺:i:0/js/uwebset.js:https://chat.minimax.com#uweb=%s</a>
<a href="i:00太初:i:0/js/uwebset.js:https://taichu-web.ia.ac.cn/#/chat#uweb=%s">太初:i:0/js/uwebset.js:https://taichu-web.ia.ac.cn/#/chat#uweb=%s</a>
<a href="i:00知料觅得:i:0/js/uweb2input.js:https://www.sou100.com#uweb=%s">知料觅得:i:0/js/uweb2input.js:https://www.sou100.com#uweb=%s</a>
@ -106,7 +108,7 @@ AI引擎 (超微浏览器且搜索窗口可见时生效,"%s"后添加"%250D"
<a href="i:00灵犀:i:0/js/uweb2edit2.js:https://copilot.wps.cn#uweb=%s">灵犀:i:0/js/uweb2edit2.js:https://copilot.wps.cn#uweb=%s</a>
<a href="i:00腾讯文档ai:i:0UA1i:0/js/uweb2edit2.js:https://docs.qq.com/ai#uweb=%s">腾讯文档ai:i:0UA1i:0/js/uweb2edit2.js:https://docs.qq.com/ai#uweb=%s</a>
<a href="i:00腾讯文档ai:i:0UA1:i:0/js/uweb2edit2.js:https://docs.qq.com/ai#uweb=%s">腾讯文档ai:i:0UA1:i:0/js/uweb2edit2.js:https://docs.qq.com/ai#uweb=%s</a>
<a href="i:00讯飞:i:0/js/uweb2ta2.js:https://xinghuo.xfyun.cn/desk#uweb=%s">讯飞:i:0/js/uweb2ta2.js:https://xinghuo.xfyun.cn/desk#uweb=%s</a>

View file

@ -54,8 +54,7 @@
<a href="i:00秘塔ds:i:0/js/uweb2ta.js:https://metaso.cn#uweb=%s">秘塔ds:i:0/js/uweb2ta.js:https://metaso.cn#uweb=%s</a></p>
<p><a href="i:00纳米:https://n.cn/search/?q=">纳米:https://n.cn/search/?q=</a></p>
<p><a href="i:00百度ds:https://chat.baidu.com/deepseek?word=">百度ds:https://chat.baidu.com/deepseek?word=</a></p>
<p><a href="i:00百度ai:https://chat.baidu.com/search?word=">百度ai:https://chat.baidu.com/search?word=</a></p>
<p><a href="i:00百度pc:i:0UA1https://chat.baidu.com/search?word=%s">百度pc:i:0UA1https://chat.baidu.com/search?word=%s</a></p>
<p><a href="i:00百度ai:i:0UASearchCraft/:https://chat.baidu.com/search?word=%s">百度ai:i:0UASearchCraft/:https://chat.baidu.com/search?word=%s</a></p>
<p><a href="i:00问小白:i:0/js/uwebset.js:https://www.wenxiaobai.com/chat/200006#20uweb=%s">问小白:i:0/js/uwebset.js:https://www.wenxiaobai.com/chat/200006#20uweb=%s</a></p>
<p><a href="i:00跃问:i:0/js/uwebset.js:https://yuewen.cn/chats/new#uweb=%s">跃问:i:0/js/uwebset.js:https://yuewen.cn/chats/new#uweb=%s</a></p>
<p><a href="i:00deepseek:i:0/js/uwebset.js:https://chat.deepseek.com#uweb=%s">deepseek:i:0/js/uwebset.js:https://chat.deepseek.com#uweb=%s</a></p>
@ -71,7 +70,8 @@
<p><a href="i:00openrouter:i:0/js/uwebset.js:https://openrouter.ai/chat?models=deepseek/deepseek-r1:free?uweb=%s">openrouter:i:0/js/uwebset.js:https://openrouter.ai/chat?models=deepseek/deepseek-r1:free?uweb=%s</a></p>
<p><a href="i:00硅基流动:i:0/js/uwebset.js:https://cloud.siliconflow.cn/playground/chat?uweb=%s%250D">硅基流动:i:0/js/uwebset.js:https://cloud.siliconflow.cn/playground/chat?uweb=%s%250D</a></p>
<p><a href="i:00小艺:i:0/js/uweb2ta.js:https://xiaoyi.huawei.com/chat#uweb=%s">小艺:i:0/js/uweb2ta.js:https://xiaoyi.huawei.com/chat#uweb=%s</a></p>
<p><a href="i:00360bot:i:0UA1i:0/js/uwebset.js:https://bot.n.cn#10uweb=%s">360bot:i:0UA1i:0/js/uwebset.js:https://bot.n.cn#10uweb=%s</a></p>
<p><a href="i:00360bot:i:0UA1:i:0/js/uwebset.js:https://bot.n.cn#10uweb=%s">360bot:i:0UA1:i:0/js/uwebset.js:https://bot.n.cn#10uweb=%s</a></p>
<p><a href="i:00智慧岛:i:0/js/uwebset.js:https://chat.lify.vip/chat#uweb=%s">智慧岛:i:0/js/uwebset.js:https://chat.lify.vip/chat#uweb=%s</a></p>
<p>注:</p>
<ul>
<li>纳米等默认不使用deepseek, 但如果没有输入内容空搜一次此时在网页界面上打开deepseek开关那么以后每次搜索都会默认使用deepseek。</li>
@ -92,6 +92,7 @@
<p><a href="i:00豆包:i:0/js/uwebset.js:https://www.doubao.com/chat/#10uweb=%s">豆包:i:0/js/uwebset.js:https://www.doubao.com/chat/#10uweb=%s</a></p>
<p><a href="i:00千问:i:0/js/uweb2ta.js:https://chat.qwenlm.ai#uweb=%s">千问:i:0/js/uweb2ta.js:https://chat.qwenlm.ai#uweb=%s</a></p>
<p><a href="i:00百川:i:0/js/uweb2ta.js:https://www.baichuan-ai.com/chat#uweb=%s">百川:i:0/js/uweb2ta.js:https://www.baichuan-ai.com/chat#uweb=%s</a></p>
<p><a href="i:00海螺:i:0/js/uwebset.js:https://chat.minimax.com#uweb=%s">海螺:i:0/js/uwebset.js:https://chat.minimax.com#uweb=%s</a></p>
<p><a href="i:00太初:i:0/js/uwebset.js:https://taichu-web.ia.ac.cn/#/chat#uweb=%s">太初:i:0/js/uwebset.js:https://taichu-web.ia.ac.cn/#/chat#uweb=%s</a></p>
<p><a href="i:00知料觅得:i:0/js/uweb2input.js:https://www.sou100.com#uweb=%s">知料觅得:i:0/js/uweb2input.js:https://www.sou100.com#uweb=%s</a></p>
<p><a href="i:00flo.ing:i:0/js/uweb2ta.js:https://flo.ing#uweb=%s">flo.ing:i:0/js/uweb2ta.js:https://flo.ing#uweb=%s</a></p>
@ -102,7 +103,7 @@
<p>AI引擎 (超微浏览器且搜索窗口可见时生效,&quot;%s&quot;后添加&quot;%250D&quot;可自动发送,两次解码后&quot;%250D&quot;-&gt;&quot;%0D&quot;-&gt;发送键。另外&quot;10uweb=&quot;中的&quot;10&quot;表示等待时间单位为0.1秒。初始化耗时的网站可用。)<br>
<a href="i:00当贝:i:0/js/uweb2edit2.js#1:https://ai.dangbei.com/chat#10uweb=%s">当贝:i:0/js/uweb2edit2.js#1:https://ai.dangbei.com/chat#10uweb=%s</a></p>
<p><a href="i:00灵犀:i:0/js/uweb2edit2.js:https://copilot.wps.cn#uweb=%s">灵犀:i:0/js/uweb2edit2.js:https://copilot.wps.cn#uweb=%s</a></p>
<p><a href="i:00腾讯文档ai:i:0UA1i:0/js/uweb2edit2.js:https://docs.qq.com/ai#uweb=%s">腾讯文档ai:i:0UA1i:0/js/uweb2edit2.js:https://docs.qq.com/ai#uweb=%s</a></p>
<p><a href="i:00腾讯文档ai:i:0UA1:i:0/js/uweb2edit2.js:https://docs.qq.com/ai#uweb=%s">腾讯文档ai:i:0UA1:i:0/js/uweb2edit2.js:https://docs.qq.com/ai#uweb=%s</a></p>
<p><a href="i:00讯飞:i:0/js/uweb2ta2.js:https://xinghuo.xfyun.cn/desk#uweb=%s">讯飞:i:0/js/uweb2ta2.js:https://xinghuo.xfyun.cn/desk#uweb=%s</a></p>
<p>镜像:<br>
<a href="i:00google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s">google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s</a></p>
@ -339,7 +340,7 @@
</ul>
</div>
<p>Last Modified: 3 April 2025<br>
<p>Last Modified: 5 April 2025<br>
add notes for &#39;%250D&#39;<br>
<pre>24.02.26 添加网盘搜索引擎
</pre>

View file

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://jamesfengcao.gitlab.io/uweb/zh/_posts/</loc>
<lastmod>2025-04-03T08:23:11+08:00</lastmod>
<lastmod>2025-04-04T08:19:34+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -29,7 +29,7 @@
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/zh/</loc>
<lastmod>2025-04-03T20:57:55+08:00</lastmod>
<lastmod>2025-04-05T09:11:17+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -100,7 +100,7 @@
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/zh/topposts/</loc>
<lastmod>2025-04-03T20:57:55+08:00</lastmod>
<lastmod>2025-04-05T09:11:17+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -113,7 +113,7 @@
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/zh/search/</loc>
<lastmod>2025-04-03T20:57:55+08:00</lastmod>
<lastmod>2025-04-05T09:11:17+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -181,7 +181,7 @@
<lastmod>2024-12-12T08:29:15+08:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/zh/tcron/</loc>
<lastmod>2025-04-03T08:23:11+08:00</lastmod>
<lastmod>2025-04-04T08:19:34+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"

View file

@ -54,7 +54,7 @@
<p>文件&quot;crontab&quot;每行第六部分可为url或<a href="../links/index.html#">内部链接</a>,也可为&quot;c:&quot;通知termux执行后面命令; &quot;!&quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。</p>
<p>文件&quot;crontab&quot;自动签到例子:<br>
6 9 * * * i:p1https://www.bookschina.com/ashx/SignInApi.ashx#action=SignIn<br>
8 9 * * * i:p1https://www.bookschina.com/ashx/SignInApi.ashx#action=OrderLottery&amp;cate=0</p>
8 9 * * * i:p1https://www.bookschina.com/ashx/SignInApi.ashx#action=SignIn_Award&amp;index=1</p>
<p>其中&quot;i:a1&quot;为对url发起&quot;post&quot;请求。</p>
<h4 id="tcron">tcron</h4>
<p>如果勾选“文件预处理”则uweb启动时运行&quot;default.rc&quot; shell脚本。可与tcron定时管<br>
@ -82,8 +82,8 @@ apt install remind</p>
其中-d后面参数可以为任意url包括超微内部&quot;i:&quot; url。</p>
</div>
<p>Last Modified: 3 April 2025<br>
update AI engines<br>
<p>Last Modified: 4 April 2025<br>
enhance i:0UA<br>
<pre></pre>
</p>

File diff suppressed because one or more lines are too long