uweb updates to 1055

master
James Feng Cao 3 months ago
parent f99e678a5d
commit 5c2b79c14b

@ -6,7 +6,7 @@
<description>Recent content in _Posts on uweb browser: unlimited power</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Thu, 22 Aug 2024 08:08:49 +0800</lastBuildDate>
<lastBuildDate>Tue, 27 Aug 2024 10:07:34 +0800</lastBuildDate>
<atom:link href="/en/_posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Text selection/processing</title>
@ -27,7 +27,7 @@
<link>/en/tcron/</link>
<pubDate>Wed, 25 Oct 2023 00:00:00 +0000</pubDate>
<guid>/en/tcron/</guid>
<description>crontab (with enhanced semantics) For performance, the file &amp;quot;crontab&amp;quot; uses single space as field separator. Letters are not suppored currently. So use &amp;quot;1&amp;quot; for &amp;quot;January&amp;quot; and 2 for &amp;quot;Tuesday&amp;quot; etc.&#xA;The sixth field in crontab file could be in the format of internal links. Specifically, &amp;quot;c:&amp;quot; to execute the following commands in termux and &amp;quot;!&amp;quot; to execute commands directly. If the sixth field is not in any of above formats, then the field will appear as the message of alarm clock.</description>
<description>crontab (with enhanced semantics) Some battery restrictions on android 13+ may disallow new instance of uweb browser by alarm events. Users can either keep uweb instance (no battery consumption) or remove the restriction for uweb.&#xA;For performance, the file &amp;quot;crontab&amp;quot; uses single space as field separator. Letters are not suppored currently. So use &amp;quot;1&amp;quot; for &amp;quot;January&amp;quot; and 2 for &amp;quot;Tuesday&amp;quot; etc.&#xA;The sixth field in crontab file could be in the format of internal links.</description>
</item>
<item>
<title>Offline resources</title>

@ -60,14 +60,26 @@
<h4 id="installing-for-windows-macos-and-linux">Installing (for Windows, MacOS and Linux)</h4>
<h5 id="install-with-prebuilt-binaries">Install with prebuilt binaries</h5>
<p>You can find prebuilt binaries <a href="https://github.com/torappinfo/ebrowser/releases">here</a>.</p>
<h5 id="install-with-nodejs">Install with nodejs</h5>
<h5 id="install-ebrowser-and-electron-separatedly">Install ebrowser and electron separatedly</h5>
<h6 id="install-ebrowser">Install ebrowser</h6>
<p>Either download and unzip ebrowser package directly from any of npm mirror sites like <a href="https://npmmirror.com/package/ebrowser">npmmirror</a> or with nodejs by</p>
<pre><code>npm install ebrowser
</code></pre>
<p>OR</p>
<pre><code>git clone https://github.com/torappinfo/ebrowser
</code></pre>
<p>OR &quot;git clone&quot;/download files directly from any of <a href="https://gitlab.com/jamesfengcao/uweb/-/blob/master/en/mirrors.md">mirror repositories</a> and ebrowser is under the folder &quot;misc/ebrowser&quot;.</p>
<h6 id="install-electron">Install electron</h6>
<p>Before you can run ebrowser, you need to install electron either with nodejs by</p>
<pre><code>npm install electron
npm install ebrowser
</code></pre>
<p>Run ebrowser</p>
<p>OR download and unzip electron binary directly from <a href="https://github.com/electron/electron/releases">github</a> or mirrors like <a href="https://registry.npmmirror.com/binary.html?path=electron">npmmirror</a>.</p>
<h6 id="run-ebrowser">Run ebrowser</h6>
<pre><code>electron ~/node_modules/ebrowser
</code></pre>
<p>Later on, you can run &quot;npm install electron&quot; to update electron/chromium or &quot;npm install ebrowser&quot; to update ebrowser independently.</p>
<p>OR</p>
<pre><code>electron [the-path-of-folder-with-downloaded-ebrowser-files]
</code></pre>
<h5 id="update-app-quickly-without-updating-chromium">Update app quickly without updating chromium</h5>
<p>Pressing &quot;Alt&quot; to show the menu bar and choose &quot;Check for updates&quot; under &quot;Help&quot;. OR</p>
<p>Type &quot;:update&quot; in the address bar and press &quot;enter&quot; key to update.</p>
@ -200,8 +212,8 @@ npm install ebrowser
<p>You can copy or modify the code/program under the terms of the GPL3.0 or later versions.</p>
</div>
<p>Last Modified: 12 July 2024<br>
reorg ebrowserreadme.md<br>
<p>Last Modified: 27 August 2024<br>
update ebrowserreadme.md<br>
<pre></pre>
</p>

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<meta name="generator" content="Hugo 0.133.0">
<meta name="generator" content="Hugo 0.133.1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="alternate" type="application/rss+xml" href="../en/index.xml" title="uweb browser: unlimited power">

@ -6,7 +6,7 @@
<description>Recent content on uweb browser: unlimited power</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Sun, 25 Aug 2024 12:17:14 +0800</lastBuildDate>
<lastBuildDate>Tue, 27 Aug 2024 21:00:13 +0800</lastBuildDate>
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Text selection</title>
@ -34,7 +34,7 @@
<link>/en/tcron/</link>
<pubDate>Wed, 25 Oct 2023 00:00:00 +0000</pubDate>
<guid>/en/tcron/</guid>
<description>crontab (with enhanced semantics) For performance, the file &amp;quot;crontab&amp;quot; uses single space as field separator. Letters are not suppored currently. So use &amp;quot;1&amp;quot; for &amp;quot;January&amp;quot; and 2 for &amp;quot;Tuesday&amp;quot; etc.&#xA;The sixth field in crontab file could be in the format of internal links. Specifically, &amp;quot;c:&amp;quot; to execute the following commands in termux and &amp;quot;!&amp;quot; to execute commands directly. If the sixth field is not in any of above formats, then the field will appear as the message of alarm clock.</description>
<description>crontab (with enhanced semantics) Some battery restrictions on android 13+ may disallow new instance of uweb browser by alarm events. Users can either keep uweb instance (no battery consumption) or remove the restriction for uweb.&#xA;For performance, the file &amp;quot;crontab&amp;quot; uses single space as field separator. Letters are not suppored currently. So use &amp;quot;1&amp;quot; for &amp;quot;January&amp;quot; and 2 for &amp;quot;Tuesday&amp;quot; etc.&#xA;The sixth field in crontab file could be in the format of internal links.</description>
</item>
<item>
<title>Offline resources</title>

@ -9,7 +9,7 @@
<lastmod>2024-07-12T10:48:12+08:00</lastmod>
</url><url>
<loc>/en/</loc>
<lastmod>2024-08-25T12:17:14+08:00</lastmod>
<lastmod>2024-08-27T21:00:13+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -22,7 +22,7 @@
/>
</url><url>
<loc>/en/_posts/</loc>
<lastmod>2024-08-22T08:08:49+08:00</lastmod>
<lastmod>2024-08-27T10:07:34+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -116,7 +116,7 @@
/>
</url><url>
<loc>/en/tcron/</loc>
<lastmod>2024-04-08T18:15:22+08:00</lastmod>
<lastmod>2024-08-27T10:07:34+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -527,7 +527,7 @@
/>
</url><url>
<loc>/en/ebrowserreadme/</loc>
<lastmod>2024-07-12T10:37:00+08:00</lastmod>
<lastmod>2024-08-27T21:00:13+08:00</lastmod>
</url><url>
<loc>/en/mirrors/</loc>
<lastmod>2024-08-25T11:55:18+08:00</lastmod>
@ -558,7 +558,7 @@
/>
</url><url>
<loc>/en/unlist/</loc>
<lastmod>2024-08-25T12:17:14+08:00</lastmod>
<lastmod>2024-08-27T21:00:13+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"

@ -48,6 +48,7 @@
</ul>
<h4 id="crontab-with-enhanced-semantics">crontab (with enhanced semantics)</h4>
<p>Some battery restrictions on android 13+ may disallow new instance of uweb browser by alarm events. Users can either keep uweb instance (no battery consumption) or remove the restriction for uweb.</p>
<p>For performance, the file &quot;crontab&quot; uses single space as field separator. Letters are not suppored currently. So use &quot;1&quot; for &quot;January&quot; and 2 for &quot;Tuesday&quot; etc.</p>
<p>The sixth field in crontab file could be in the format of <a href="../links/index.html#">internal links</a>. Specifically, &quot;c:&quot; to execute the following commands in termux and &quot;!&quot; to execute commands directly. If the sixth field is not in any of above formats, then the field will appear as the message of alarm clock.</p>
<p>To make crontab more powerful, we changed the semantics as follows:<br>
@ -83,8 +84,8 @@ tcron /sdcard/b &quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&quot; 720</p
<p><a target="_self" href="i:0hdefault.rc:../searchurl/txt/default.rc">Install example default.rc file for termux</a></p>
</div>
<p>Last Modified: 8 April 2024<br>
fix typos<br>
<p>Last Modified: 27 August 2024<br>
update ebrowserreadme.md<br>
<pre></pre>
</p>

@ -1,7 +1,7 @@
<script>var verCode = %1%;</script>
<script>
(function(){
let latestV = 1054;
let latestV = 1055;
try {
if(verCode>=latestV) {alert("Already up to date!");return;}
}catch(e){}

@ -16,16 +16,32 @@ Note: Usually electron apps are heavyweight as they use browsers for simple thin
##### Install with prebuilt binaries
You can find prebuilt binaries [here](https://github.com/torappinfo/ebrowser/releases).
##### Install with nodejs
##### Install ebrowser and electron separatedly
###### Install ebrowser
Either download and unzip ebrowser package directly from any of npm mirror sites like [npmmirror](https://npmmirror.com/package/ebrowser) or with nodejs by
npm install electron
npm install ebrowser
Run ebrowser
OR
git clone https://github.com/torappinfo/ebrowser
OR "git clone"/download files directly from any of [mirror repositories](https://gitlab.com/jamesfengcao/uweb/-/blob/master/en/mirrors.md) and ebrowser is under the folder "misc/ebrowser".
###### Install electron
Before you can run ebrowser, you need to install electron either with nodejs by
npm install electron
OR download and unzip electron binary directly from [github](https://github.com/electron/electron/releases) or mirrors like [npmmirror](https://registry.npmmirror.com/binary.html?path=electron).
###### Run ebrowser
electron ~/node_modules/ebrowser
Later on, you can run "npm install electron" to update electron/chromium or "npm install ebrowser" to update ebrowser independently.
OR
electron [the-path-of-folder-with-downloaded-ebrowser-files]
##### Update app quickly without updating chromium
Pressing "Alt" to show the menu bar and choose "Check for updates" under "Help". OR

@ -529,10 +529,10 @@ You should have received a copy of the GNU General Public License along with thi
}
function internalLink(url){
let cmd = url.charCodeAt(2);
let subcmd = url.charCodeAt(3);
switch(cmd){
case 48://'0' i:0
{
let subcmd = url.charCodeAt(3);
let iColon = url.indexOf(':',5);
let name = decodeURIComponent(url.slice(4,iColon));
let rurl = url.substring(iColon+1);
@ -587,6 +587,32 @@ You should have received a copy of the GNU General Public License along with thi
}
}
return;
case 112: //i:p[url]#[querystring] for http POST
{
let iQ = url.indexOf('#',12);
let data;
let rurl;
switch(subcmd){
case 49: //i:p1
{
if(iQ>4) {
rurl = url.substring(4,iQ);
data = [{
type: 'rawData',
bytes: Buffer.from(url.substring(iQ+1))
}];
}else{
rurl = url.substring(4);
data = [];
}
}
case 50: //i:p2[url]#[filePath] post request with local file
rurl = url.substring(4,iQ);
data = [{type: 'file', filePath:url.substring(iQ+1)}];
}
tabs.children[iTab].loadURL(rurl,{postData:data,extraHeaders:'Content-Type: application/x-www-form-urlencoded'});
return;
}
case 113: //i:q for multiple queries
handleQueries(url.substring(3));
return;

@ -4,14 +4,14 @@
<sitemap>
<loc>/en/sitemap.xml</loc>
<lastmod>2024-08-25T12:17:14+08:00</lastmod>
<lastmod>2024-08-27T21:00:13+08:00</lastmod>
</sitemap>
<sitemap>
<loc>/zh/sitemap.xml</loc>
<lastmod>2024-08-25T12:18:01+08:00</lastmod>
<lastmod>2024-08-29T08:55:39+08:00</lastmod>
</sitemap>

@ -6,7 +6,7 @@
<description>Recent content in _Posts on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Tue, 20 Aug 2024 08:55:46 +0800</lastBuildDate>
<lastBuildDate>Thu, 29 Aug 2024 08:55:39 +0800</lastBuildDate>
<atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
@ -27,7 +27,7 @@
<link>/zh/tcron/</link>
<pubDate>Thu, 23 Nov 2023 00:00:00 +0000</pubDate>
<guid>/zh/tcron/</guid>
<description>crontab 注意1. 必须使用单一空格作为分割符。&#xA;2. 必须同时满足日期及星期的要求功能增强crontab标准只要求满足其中一个要求。&#xA;文件&amp;quot;crontab&amp;quot;每行第六部分可为url或内部链接也可为&amp;quot;c:&amp;quot;通知termux执行后面命令; &amp;quot;!&amp;quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。&#xA;文件&amp;quot;crontab&amp;quot;自动签到例子:&#xA;5 8,9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignIn&#xA;7 9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan&#xA;6 9 * * * i:a1http://m.bookschina.com/UserCenter/SignInApi?action=SignIn&#xA;8 9 * * * i:a1http://m.bookschina.com/UserCenter/SignInAward?index=1&#xA;其中&amp;quot;i:a1&amp;quot;为对url发起&amp;quot;post&amp;quot;请求。&#xA;tcron 如果勾选“文件预处理”则uweb启动时运行&amp;quot;default.rc&amp;quot; shell脚本。可与tcron定时管&#xA;理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。&#xA;勾选“文件预处理”的情况下,如果存在文件&amp;quot;default.rc2&amp;quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&amp;quot;default.rc&amp;quot;将没有任何执行机会,而&amp;quot;default.rc2&amp;quot;保证即使超微长时间不重启,定时脚本仍可以执行。&#xA;usage: tcron logfile command hours [timezone delay_sec elsecommand]&#xA;指定时间范围内如果命令没有被执行过则tcron会执行一次命令。&#xA;其中logfile可以不记录任何log成功执行命令以后只需更新一下改动时间即可。&#xA;hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。&#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;为每天三餐时间脚本执行一次。&#xA;timezone: 时区譬如“8”表示北京时间。(默认为8)&#xA;delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。&#xA;elsecommand: 无需执行命令command时执行。&#xA;ex:&#xA;set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin&#xA;#天翼云每天签到一次&#xA;tcron /sdcard/a &amp;quot;cloudpan189-go sign;toybox touch /sdcard/a&amp;quot; 24&#xA;#每30天清空baidu目录</description>
<description>crontab 注意1. 必须使用单一空格作为分割符。&#xA;2. 必须同时满足日期及星期的要求功能增强crontab标准只要求满足其中一个要求。&#xA;文件&amp;quot;crontab&amp;quot;每行第六部分可为url或内部链接也可为&amp;quot;c:&amp;quot;通知termux执行后面命令; &amp;quot;!&amp;quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。&#xA;文件&amp;quot;crontab&amp;quot;自动签到例子:&#xA;5 8,9 * * * i:p1http://m.bookschina.com/ActityDaily/AvSignIn&#xA;7 9 * * * i:p1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan&#xA;6 9 * * * i:p1http://m.bookschina.com/UserCenter/SignInApi#action=SignIn&#xA;8 9 * * * i:p1http://m.bookschina.com/UserCenter/SignInAward#index=1&#xA;其中&amp;quot;i:a1&amp;quot;为对url发起&amp;quot;post&amp;quot;请求。&#xA;tcron 如果勾选“文件预处理”则uweb启动时运行&amp;quot;default.rc&amp;quot; shell脚本。可与tcron定时管&#xA;理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。&#xA;勾选“文件预处理”的情况下,如果存在文件&amp;quot;default.rc2&amp;quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&amp;quot;default.rc&amp;quot;将没有任何执行机会,而&amp;quot;default.rc2&amp;quot;保证即使超微长时间不重启,定时脚本仍可以执行。&#xA;usage: tcron logfile command hours [timezone delay_sec elsecommand]&#xA;指定时间范围内如果命令没有被执行过则tcron会执行一次命令。&#xA;其中logfile可以不记录任何log成功执行命令以后只需更新一下改动时间即可。&#xA;hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。&#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;为每天三餐时间脚本执行一次。&#xA;timezone: 时区譬如“8”表示北京时间。(默认为8)&#xA;delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。&#xA;elsecommand: 无需执行命令command时执行。&#xA;ex:&#xA;set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin&#xA;#天翼云每天签到一次&#xA;tcron /sdcard/a &amp;quot;cloudpan189-go sign;toybox touch /sdcard/a&amp;quot; 24&#xA;#每30天清空baidu目录</description>
</item>
<item>
<title>常用链接</title>

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<meta name="generator" content="Hugo 0.133.0">
<meta name="generator" content="Hugo 0.133.1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="alternate" type="application/rss+xml" href="../zh/index.xml" title="超微浏览器: 威、快、高效、极致优化">

@ -6,7 +6,7 @@
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Sun, 25 Aug 2024 12:18:01 +0800</lastBuildDate>
<lastBuildDate>Thu, 29 Aug 2024 08:55:39 +0800</lastBuildDate>
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
@ -27,7 +27,7 @@
<link>/zh/tcron/</link>
<pubDate>Thu, 23 Nov 2023 00:00:00 +0000</pubDate>
<guid>/zh/tcron/</guid>
<description>crontab 注意1. 必须使用单一空格作为分割符。&#xA;2. 必须同时满足日期及星期的要求功能增强crontab标准只要求满足其中一个要求。&#xA;文件&amp;quot;crontab&amp;quot;每行第六部分可为url或内部链接也可为&amp;quot;c:&amp;quot;通知termux执行后面命令; &amp;quot;!&amp;quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。&#xA;文件&amp;quot;crontab&amp;quot;自动签到例子:&#xA;5 8,9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignIn&#xA;7 9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan&#xA;6 9 * * * i:a1http://m.bookschina.com/UserCenter/SignInApi?action=SignIn&#xA;8 9 * * * i:a1http://m.bookschina.com/UserCenter/SignInAward?index=1&#xA;其中&amp;quot;i:a1&amp;quot;为对url发起&amp;quot;post&amp;quot;请求。&#xA;tcron 如果勾选“文件预处理”则uweb启动时运行&amp;quot;default.rc&amp;quot; shell脚本。可与tcron定时管&#xA;理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。&#xA;勾选“文件预处理”的情况下,如果存在文件&amp;quot;default.rc2&amp;quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&amp;quot;default.rc&amp;quot;将没有任何执行机会,而&amp;quot;default.rc2&amp;quot;保证即使超微长时间不重启,定时脚本仍可以执行。&#xA;usage: tcron logfile command hours [timezone delay_sec elsecommand]&#xA;指定时间范围内如果命令没有被执行过则tcron会执行一次命令。&#xA;其中logfile可以不记录任何log成功执行命令以后只需更新一下改动时间即可。&#xA;hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。&#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;为每天三餐时间脚本执行一次。&#xA;timezone: 时区譬如“8”表示北京时间。(默认为8)&#xA;delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。&#xA;elsecommand: 无需执行命令command时执行。&#xA;ex:&#xA;set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin&#xA;#天翼云每天签到一次&#xA;tcron /sdcard/a &amp;quot;cloudpan189-go sign;toybox touch /sdcard/a&amp;quot; 24&#xA;#每30天清空baidu目录</description>
<description>crontab 注意1. 必须使用单一空格作为分割符。&#xA;2. 必须同时满足日期及星期的要求功能增强crontab标准只要求满足其中一个要求。&#xA;文件&amp;quot;crontab&amp;quot;每行第六部分可为url或内部链接也可为&amp;quot;c:&amp;quot;通知termux执行后面命令; &amp;quot;!&amp;quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。&#xA;文件&amp;quot;crontab&amp;quot;自动签到例子:&#xA;5 8,9 * * * i:p1http://m.bookschina.com/ActityDaily/AvSignIn&#xA;7 9 * * * i:p1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan&#xA;6 9 * * * i:p1http://m.bookschina.com/UserCenter/SignInApi#action=SignIn&#xA;8 9 * * * i:p1http://m.bookschina.com/UserCenter/SignInAward#index=1&#xA;其中&amp;quot;i:a1&amp;quot;为对url发起&amp;quot;post&amp;quot;请求。&#xA;tcron 如果勾选“文件预处理”则uweb启动时运行&amp;quot;default.rc&amp;quot; shell脚本。可与tcron定时管&#xA;理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。&#xA;勾选“文件预处理”的情况下,如果存在文件&amp;quot;default.rc2&amp;quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&amp;quot;default.rc&amp;quot;将没有任何执行机会,而&amp;quot;default.rc2&amp;quot;保证即使超微长时间不重启,定时脚本仍可以执行。&#xA;usage: tcron logfile command hours [timezone delay_sec elsecommand]&#xA;指定时间范围内如果命令没有被执行过则tcron会执行一次命令。&#xA;其中logfile可以不记录任何log成功执行命令以后只需更新一下改动时间即可。&#xA;hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。&#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;为每天三餐时间脚本执行一次。&#xA;timezone: 时区譬如“8”表示北京时间。(默认为8)&#xA;delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。&#xA;elsecommand: 无需执行命令command时执行。&#xA;ex:&#xA;set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin&#xA;#天翼云每天签到一次&#xA;tcron /sdcard/a &amp;quot;cloudpan189-go sign;toybox touch /sdcard/a&amp;quot; 24&#xA;#每30天清空baidu目录</description>
</item>
<item>
<title>常用链接</title>
@ -55,7 +55,7 @@
<link>/zh/search/</link>
<pubDate>Thu, 28 Jul 2022 00:00:00 +0000</pubDate>
<guid>/zh/search/</guid>
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。ebrowser下点击后可选择取消此时地址栏会显示添加搜索引擎的i:内部链接,将其中引擎名改短(比如两个字母)作为快捷输入然后回车执行内部链接即可。&#xA;AI引擎&#xA;tiangong:https://www.tiangong.cn/result?q=&#xA;metaso:https://metaso.cn/?q=&#xA;kaisou:https://kaisouai.com?q=&#xA;felo:https://felo.ai/search?q=&#xA;360AI:https://www.sou.com/s?q=&#xA;bagoodex:https://bagoodex.io/search?id=&#xA;bagoodexchat:https://bagoodex.io/chat?q=&#xA;nuu:https://so.nuu.su/search?q=&#xA;isou:https://isou.chat/search?q=&#xA;mindfulq:https://www.mindfulq.com/s?q=&#xA;CSDN:https://chat.csdn.net?q=&#xA;xiaoyuzhou:https://ask.xiaoyuzhoufm.com/result?q=&#xA;十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;amp;q=&#xA;xunfei:i:0/js/s2ta.js:https://xinghuo.xfyun.cn/desk?%s&#xA;baiduAI:i:0/js/s2editable.js:https://chat.baidu.com/?%s&#xA;chatglm:i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s&#xA;doubao:i:0/js/s2ta.js:https://www.doubao.com/chat/?%s&#xA;baichuan:i:0/js/s2ta.js:https://www.baichuan-ai.com/chat?%s&#xA;bocha:i:0/js/s2ta.js:https://bochaai.com/?%s&#xA;miku:i:0/js/s2ta.js:https://www.hellomiku.com?%s&#xA;AI引擎 (ebrowser only)&#xA;yw:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuewen.cn/chats/new&#xA;km:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://kimi.ai&#xA;yb:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuanbao.tencent.com/chat&#xA;tc:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://taichu-web.ia.ac.cn/#/chat&#xA;zd:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://zhida.zhihu.com&#xA;if:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://iflow.cn&#xA;s1:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://www.sou100.com&#xA;ds:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://chat.deepseek.com/coder&#xA;镜像:&#xA;google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s&#xA;推荐引擎(将下面文本添加到home5.search中)&#xA;顺序:i:40%s_00&#xA;apkdl:https://apkdl.in/app/search?q=&#xA;apkbog:https://www.apkbog.com/en/apks/search/&#xA;知乎:https://www.zhihu.com/search?type=content&amp;amp;q=&#xA;bilibili:https://m.bilibili.com/search?keyword=&#xA;抖音:https://www.douyin.com/search/%s?source=normal_search&#xA;高德地图:https://ditu.amap.com/search?query=&#xA;京东:https://search.jd.com/Search?enc=utf-8&amp;amp;keyword=&#xA;淘宝:https://taobao.com/search?q=&#xA;苏宁:https://m.suning.com/search/%s/&#xA;优惠券:http://mall.yhm11.com/index.php?r=l&amp;amp;kw=&#xA;百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;amp;word=&#xA;bing图片:http://bing.com/images/search?q=&#xA;搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=&#xA;微信:https://weixin.sogou.com/weixin?type=2&amp;amp;s_from=input&amp;amp;query=&#xA;大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;amp;query=&#xA;wolfram:https://www.wolframalpha.com/input/?i=&#xA;bookmarkearth:https://www.bookmarkearth.cn/s/search?q=&#xA;答案答案:https://daandaan.com/search?q=&#xA;问答库:https://m.asklib.com/s/&#xA;慢慢买:http://s.manmanbuy.com/default.aspx?key=&#xA;购物党:https://gwdang.com/search?s_product=&#xA;快搜比价:https://ks.pconline.com.cn/product.shtml?q=&#xA;比一比价:http://www.b1bj.com/s.aspx?key=&#xA;盒子比价:http://www.boxz.com/search/&#xA;buzz:https://search.buzz.im/?search=</description>
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。ebrowser下点击后可选择取消此时地址栏会显示添加搜索引擎的i:内部链接,将其中引擎名改短(比如两个字母)作为快捷输入然后回车执行内部链接即可。&#xA;AI引擎&#xA;tiangong:https://www.tiangong.cn/result?q=&#xA;metaso:https://metaso.cn/?q=&#xA;kaisou:https://kaisouai.com?q=&#xA;felo:https://felo.ai/search?q=&#xA;360AI:https://www.sou.com?q=&#xA;bagoodex:https://bagoodex.io/search?id=&#xA;bagoodexchat:https://bagoodex.io/chat?q=&#xA;nuu:https://so.nuu.su/search?q=&#xA;isou:https://isou.chat/search?q=&#xA;mindfulq:https://www.mindfulq.com/s?q=&#xA;CSDN:https://chat.csdn.net?q=&#xA;xiaoyuzhou:https://ask.xiaoyuzhoufm.com/result?q=&#xA;十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;amp;q=&#xA;xunfei:i:0/js/s2ta.js:https://xinghuo.xfyun.cn/desk?%s&#xA;baiduAI:i:0/js/s2editable.js:https://chat.baidu.com/?%s&#xA;chatglm:i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s&#xA;doubao:i:0/js/s2ta.js:https://www.doubao.com/chat/?%s&#xA;baichuan:i:0/js/s2ta.js:https://www.baichuan-ai.com/chat?%s&#xA;bocha:i:0/js/s2ta.js:https://bochaai.com/?%s&#xA;miku:i:0/js/s2ta.js:https://www.hellomiku.com?%s&#xA;AI引擎 (ebrowser only)&#xA;yw:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuewen.cn/chats/new&#xA;km:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://kimi.ai&#xA;yb:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuanbao.tencent.com/chat&#xA;tc:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://taichu-web.ia.ac.cn/#/chat&#xA;zd:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://zhida.zhihu.com&#xA;if:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://iflow.cn&#xA;s1:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://www.sou100.com&#xA;ds:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://chat.deepseek.com/coder&#xA;镜像:&#xA;google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s&#xA;推荐引擎(将下面文本添加到home5.search中)&#xA;顺序:i:40%s_00&#xA;apkdl:https://apkdl.in/app/search?q=&#xA;apkbog:https://www.apkbog.com/en/apks/search/&#xA;知乎:https://www.zhihu.com/search?type=content&amp;amp;q=&#xA;bilibili:https://m.bilibili.com/search?keyword=&#xA;抖音:https://www.douyin.com/search/%s?source=normal_search&#xA;高德地图:https://ditu.amap.com/search?query=&#xA;京东:https://search.jd.com/Search?enc=utf-8&amp;amp;keyword=&#xA;淘宝:https://taobao.com/search?q=&#xA;苏宁:https://m.suning.com/search/%s/&#xA;优惠券:http://mall.yhm11.com/index.php?r=l&amp;amp;kw=&#xA;百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;amp;word=&#xA;bing图片:http://bing.com/images/search?q=&#xA;搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=&#xA;微信:https://weixin.sogou.com/weixin?type=2&amp;amp;s_from=input&amp;amp;query=&#xA;大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;amp;query=&#xA;wolfram:https://www.wolframalpha.com/input/?i=&#xA;bookmarkearth:https://www.bookmarkearth.cn/s/search?q=&#xA;答案答案:https://daandaan.com/search?q=&#xA;问答库:https://m.asklib.com/s/&#xA;慢慢买:http://s.manmanbuy.com/default.aspx?key=&#xA;购物党:https://gwdang.com/search?s_product=&#xA;快搜比价:https://ks.pconline.com.cn/product.shtml?q=&#xA;比一比价:http://www.b1bj.com/s.aspx?key=&#xA;盒子比价:http://www.boxz.com/search/&#xA;buzz:https://search.buzz.im/?search=</description>
</item>
<item>
<title>html5应用</title>

@ -53,7 +53,7 @@
<p><a href="i:00metaso:https://metaso.cn/?q=">metaso:https://metaso.cn/?q=</a></p>
<p><a href="i:00kaisou:https://kaisouai.com?q=">kaisou:https://kaisouai.com?q=</a></p>
<p><a href="i:00felo:https://felo.ai/search?q=">felo:https://felo.ai/search?q=</a></p>
<p><a href="i:00360AI:https://www.sou.com/s?q=">360AI:https://www.sou.com/s?q=</a></p>
<p><a href="i:00360AI:https://www.sou.com?q=">360AI:https://www.sou.com?q=</a></p>
<p><a href="i:00bagoodex:https://bagoodex.io/search?id=">bagoodex:https://bagoodex.io/search?id=</a></p>
<p><a href="i:00bagoodexchat:https://bagoodex.io/chat?q=">bagoodexchat:https://bagoodex.io/chat?q=</a></p>
<p><a href="i:00nuu:https://so.nuu.su/search?q=">nuu:https://so.nuu.su/search?q=</a></p>
@ -323,8 +323,8 @@
</ul>
</div>
<p>Last Modified: 19 August 2024<br>
add mimetype &#39;q&#39; for quit<br>
<p>Last Modified: 27 August 2024<br>
fix 360AI<br>
<pre>24.02.26 添加网盘搜索引擎
</pre>
</p>

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/zh/_posts/</loc>
<lastmod>2024-08-20T08:55:46+08:00</lastmod>
<lastmod>2024-08-29T08:55:39+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -81,7 +81,7 @@
/>
</url><url>
<loc>/zh/</loc>
<lastmod>2024-08-25T12:18:01+08:00</lastmod>
<lastmod>2024-08-29T08:55:39+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -103,7 +103,7 @@
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
</url><url>
<loc>/zh/tcron/</loc>
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
<lastmod>2024-08-29T08:55:39+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -181,7 +181,7 @@
/>
</url><url>
<loc>/zh/topposts/</loc>
<lastmod>2024-08-20T08:59:04+08:00</lastmod>
<lastmod>2024-08-27T09:48:45+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -194,7 +194,7 @@
/>
</url><url>
<loc>/zh/search/</loc>
<lastmod>2024-08-19T12:59:10+08:00</lastmod>
<lastmod>2024-08-27T09:48:45+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"

@ -52,10 +52,10 @@
2. 必须同时满足日期及星期的要求功能增强crontab标准只要求满足其中一个要求。</p>
<p>文件&quot;crontab&quot;每行第六部分可为url或<a href="../links/index.html#">内部链接</a>,也可为&quot;c:&quot;通知termux执行后面命令; &quot;!&quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。</p>
<p>文件&quot;crontab&quot;自动签到例子:<br>
5 8,9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignIn<br>
7 9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan<br>
6 9 * * * i:a1http://m.bookschina.com/UserCenter/SignInApi?action=SignIn<br>
8 9 * * * i:a1http://m.bookschina.com/UserCenter/SignInAward?index=1</p>
5 8,9 * * * i:p1http://m.bookschina.com/ActityDaily/AvSignIn<br>
7 9 * * * i:p1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan<br>
6 9 * * * i:p1http://m.bookschina.com/UserCenter/SignInApi#action=SignIn<br>
8 9 * * * i:p1http://m.bookschina.com/UserCenter/SignInAward#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>
@ -83,8 +83,8 @@ apt install remind</p>
其中-d后面参数可以为任意url包括超微内部&quot;i:&quot; url。</p>
</div>
<p>Last Modified: 2 April 2024<br>
add js function in README<br>
<p>Last Modified: 29 August 2024<br>
change i:a to be i:p to indicate Post<br>
<pre></pre>
</p>

@ -6,14 +6,14 @@
<description>Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Tue, 20 Aug 2024 08:59:04 +0800</lastBuildDate>
<lastBuildDate>Tue, 27 Aug 2024 09:48:45 +0800</lastBuildDate>
<atom:link href="/zh/topposts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>浏览器多搜索引擎一键直达</title>
<link>/zh/search/</link>
<pubDate>Thu, 28 Jul 2022 00:00:00 +0000</pubDate>
<guid>/zh/search/</guid>
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。ebrowser下点击后可选择取消此时地址栏会显示添加搜索引擎的i:内部链接,将其中引擎名改短(比如两个字母)作为快捷输入然后回车执行内部链接即可。&#xA;AI引擎&#xA;tiangong:https://www.tiangong.cn/result?q=&#xA;metaso:https://metaso.cn/?q=&#xA;kaisou:https://kaisouai.com?q=&#xA;felo:https://felo.ai/search?q=&#xA;360AI:https://www.sou.com/s?q=&#xA;bagoodex:https://bagoodex.io/search?id=&#xA;bagoodexchat:https://bagoodex.io/chat?q=&#xA;nuu:https://so.nuu.su/search?q=&#xA;isou:https://isou.chat/search?q=&#xA;mindfulq:https://www.mindfulq.com/s?q=&#xA;CSDN:https://chat.csdn.net?q=&#xA;xiaoyuzhou:https://ask.xiaoyuzhoufm.com/result?q=&#xA;十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;amp;q=&#xA;xunfei:i:0/js/s2ta.js:https://xinghuo.xfyun.cn/desk?%s&#xA;baiduAI:i:0/js/s2editable.js:https://chat.baidu.com/?%s&#xA;chatglm:i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s&#xA;doubao:i:0/js/s2ta.js:https://www.doubao.com/chat/?%s&#xA;baichuan:i:0/js/s2ta.js:https://www.baichuan-ai.com/chat?%s&#xA;bocha:i:0/js/s2ta.js:https://bochaai.com/?%s&#xA;miku:i:0/js/s2ta.js:https://www.hellomiku.com?%s&#xA;AI引擎 (ebrowser only)&#xA;yw:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuewen.cn/chats/new&#xA;km:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://kimi.ai&#xA;yb:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuanbao.tencent.com/chat&#xA;tc:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://taichu-web.ia.ac.cn/#/chat&#xA;zd:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://zhida.zhihu.com&#xA;if:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://iflow.cn&#xA;s1:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://www.sou100.com&#xA;ds:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://chat.deepseek.com/coder&#xA;镜像:&#xA;google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s&#xA;推荐引擎(将下面文本添加到home5.search中)&#xA;顺序:i:40%s_00&#xA;apkdl:https://apkdl.in/app/search?q=&#xA;apkbog:https://www.apkbog.com/en/apks/search/&#xA;知乎:https://www.zhihu.com/search?type=content&amp;amp;q=&#xA;bilibili:https://m.bilibili.com/search?keyword=&#xA;抖音:https://www.douyin.com/search/%s?source=normal_search&#xA;高德地图:https://ditu.amap.com/search?query=&#xA;京东:https://search.jd.com/Search?enc=utf-8&amp;amp;keyword=&#xA;淘宝:https://taobao.com/search?q=&#xA;苏宁:https://m.suning.com/search/%s/&#xA;优惠券:http://mall.yhm11.com/index.php?r=l&amp;amp;kw=&#xA;百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;amp;word=&#xA;bing图片:http://bing.com/images/search?q=&#xA;搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=&#xA;微信:https://weixin.sogou.com/weixin?type=2&amp;amp;s_from=input&amp;amp;query=&#xA;大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;amp;query=&#xA;wolfram:https://www.wolframalpha.com/input/?i=&#xA;bookmarkearth:https://www.bookmarkearth.cn/s/search?q=&#xA;答案答案:https://daandaan.com/search?q=&#xA;问答库:https://m.asklib.com/s/&#xA;慢慢买:http://s.manmanbuy.com/default.aspx?key=&#xA;购物党:https://gwdang.com/search?s_product=&#xA;快搜比价:https://ks.pconline.com.cn/product.shtml?q=&#xA;比一比价:http://www.b1bj.com/s.aspx?key=&#xA;盒子比价:http://www.boxz.com/search/&#xA;buzz:https://search.buzz.im/?search=</description>
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。ebrowser下点击后可选择取消此时地址栏会显示添加搜索引擎的i:内部链接,将其中引擎名改短(比如两个字母)作为快捷输入然后回车执行内部链接即可。&#xA;AI引擎&#xA;tiangong:https://www.tiangong.cn/result?q=&#xA;metaso:https://metaso.cn/?q=&#xA;kaisou:https://kaisouai.com?q=&#xA;felo:https://felo.ai/search?q=&#xA;360AI:https://www.sou.com?q=&#xA;bagoodex:https://bagoodex.io/search?id=&#xA;bagoodexchat:https://bagoodex.io/chat?q=&#xA;nuu:https://so.nuu.su/search?q=&#xA;isou:https://isou.chat/search?q=&#xA;mindfulq:https://www.mindfulq.com/s?q=&#xA;CSDN:https://chat.csdn.net?q=&#xA;xiaoyuzhou:https://ask.xiaoyuzhoufm.com/result?q=&#xA;十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;amp;q=&#xA;xunfei:i:0/js/s2ta.js:https://xinghuo.xfyun.cn/desk?%s&#xA;baiduAI:i:0/js/s2editable.js:https://chat.baidu.com/?%s&#xA;chatglm:i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s&#xA;doubao:i:0/js/s2ta.js:https://www.doubao.com/chat/?%s&#xA;baichuan:i:0/js/s2ta.js:https://www.baichuan-ai.com/chat?%s&#xA;bocha:i:0/js/s2ta.js:https://bochaai.com/?%s&#xA;miku:i:0/js/s2ta.js:https://www.hellomiku.com?%s&#xA;AI引擎 (ebrowser only)&#xA;yw:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuewen.cn/chats/new&#xA;km:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://kimi.ai&#xA;yb:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuanbao.tencent.com/chat&#xA;tc:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://taichu-web.ia.ac.cn/#/chat&#xA;zd:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://zhida.zhihu.com&#xA;if:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://iflow.cn&#xA;s1:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://www.sou100.com&#xA;ds:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://chat.deepseek.com/coder&#xA;镜像:&#xA;google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s&#xA;推荐引擎(将下面文本添加到home5.search中)&#xA;顺序:i:40%s_00&#xA;apkdl:https://apkdl.in/app/search?q=&#xA;apkbog:https://www.apkbog.com/en/apks/search/&#xA;知乎:https://www.zhihu.com/search?type=content&amp;amp;q=&#xA;bilibili:https://m.bilibili.com/search?keyword=&#xA;抖音:https://www.douyin.com/search/%s?source=normal_search&#xA;高德地图:https://ditu.amap.com/search?query=&#xA;京东:https://search.jd.com/Search?enc=utf-8&amp;amp;keyword=&#xA;淘宝:https://taobao.com/search?q=&#xA;苏宁:https://m.suning.com/search/%s/&#xA;优惠券:http://mall.yhm11.com/index.php?r=l&amp;amp;kw=&#xA;百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;amp;word=&#xA;bing图片:http://bing.com/images/search?q=&#xA;搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=&#xA;微信:https://weixin.sogou.com/weixin?type=2&amp;amp;s_from=input&amp;amp;query=&#xA;大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;amp;query=&#xA;wolfram:https://www.wolframalpha.com/input/?i=&#xA;bookmarkearth:https://www.bookmarkearth.cn/s/search?q=&#xA;答案答案:https://daandaan.com/search?q=&#xA;问答库:https://m.asklib.com/s/&#xA;慢慢买:http://s.manmanbuy.com/default.aspx?key=&#xA;购物党:https://gwdang.com/search?s_product=&#xA;快搜比价:https://ks.pconline.com.cn/product.shtml?q=&#xA;比一比价:http://www.b1bj.com/s.aspx?key=&#xA;盒子比价:http://www.boxz.com/search/&#xA;buzz:https://search.buzz.im/?search=</description>
</item>
<item>
<title>配置总览</title>

Loading…
Cancel
Save