uweb updates to 1055
This commit is contained in:
parent
f99e678a5d
commit 5c2b79c14b
17 changed files with 104 additions and 49 deletions
|
@ -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 &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.
The sixth field in crontab file could be in the format of internal links. 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.</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.
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.
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> |
||||
<pre><code>npm install electron |
||||
npm install ebrowser |
||||
<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>Run ebrowser</p> |
||||
<p>OR</p> |
||||
<pre><code>git clone https://github.com/torappinfo/ebrowser |
||||
</code></pre> |
||||
<p>OR "git clone"/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 "misc/ebrowser".</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 |
||||
</code></pre> |
||||
<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 "npm install electron" to update electron/chromium or "npm install ebrowser" 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 "Alt" to show the menu bar and choose "Check for updates" under "Help". OR</p> |
||||
<p>Type ":update" in the address bar and press "enter" 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 &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.
The sixth field in crontab file could be in the format of internal links. 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.</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.
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.
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 "crontab" uses single space as field separator. Letters are not suppored currently. So use "1" for "January" and 2 for "Tuesday" etc.</p> |
||||
<p>The sixth field in crontab file could be in the format of <a href="../links/index.html#">internal links</a>. Specifically, "c:" to execute the following commands in termux and "!" 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 "rm -rf /sdcard/baidu/*;toybox touch /sdcard/b" 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.*****ren[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. 必须使用单一空格作为分割符。
2. 必须同时满足日期及星期的要求(功能增强),crontab标准只要求满足其中一个要求。
文件&quot;crontab&quot;每行第六部分可为url或内部链接,也可为&quot;c:&quot;通知termux执行后面命令; &quot;!&quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。
文件&quot;crontab&quot;自动签到例子:
5 8,9 * * * i:a1https://m.bookschina.com/ActityDaily/AvSignIn
7 9 * * * i:a1https://m.bookschina.com/ActityDaily/AvSignInTakeQuan
6 9 * * * i:a1https://m.bookschina.com/UserCenter/SignInApi?action=SignIn
8 9 * * * i:a1https://m.bookschina.com/UserCenter/SignInAward?index=1
其中&quot;i:a1&quot;为对url发起&quot;post&quot;请求。
tcron 如果勾选“文件预处理”,则uweb启动时运行&quot;default.rc&quot; shell脚本。可与tcron定时管
理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。
勾选“文件预处理”的情况下,如果存在文件&quot;default.rc2&quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&quot;default.rc&quot;将没有任何执行机会,而&quot;default.rc2&quot;保证即使超微长时间不重启,定时脚本仍可以执行。
usage: tcron logfile command hours [timezone delay_sec elsecommand]
指定时间范围内如果命令没有被执行过,则tcron会执行一次命令。
其中logfile可以不记录任何log,成功执行命令以后只需更新一下改动时间即可。
hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。
hours也可以为&quot;hh:mm-hh:mm,...&quot;格式, 譬如&quot;6:00-8:30,11:00-13:00,5:30-6:30&quot;为每天三餐时间脚本执行一次。
timezone: 时区:譬如“8”表示北京时间。(默认为8)
delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。
elsecommand: 无需执行命令command时执行。
ex:
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
#天翼云每天签到一次
tcron /sdcard/a &quot;cloudpan189-go sign;toybox touch /sdcard/a&quot; 24
#每30天清空baidu目录</description> |
||||
<description>crontab 注意:1. 必须使用单一空格作为分割符。
2. 必须同时满足日期及星期的要求(功能增强),crontab标准只要求满足其中一个要求。
文件&quot;crontab&quot;每行第六部分可为url或内部链接,也可为&quot;c:&quot;通知termux执行后面命令; &quot;!&quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。
文件&quot;crontab&quot;自动签到例子:
5 8,9 * * * i:p1https://m.bookschina.com/ActityDaily/AvSignIn
7 9 * * * i:p1https://m.bookschina.com/ActityDaily/AvSignInTakeQuan
6 9 * * * i:p1https://m.bookschina.com/UserCenter/SignInApi#action=SignIn
8 9 * * * i:p1https://m.bookschina.com/UserCenter/SignInAward#index=1
其中&quot;i:a1&quot;为对url发起&quot;post&quot;请求。
tcron 如果勾选“文件预处理”,则uweb启动时运行&quot;default.rc&quot; shell脚本。可与tcron定时管
理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。
勾选“文件预处理”的情况下,如果存在文件&quot;default.rc2&quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&quot;default.rc&quot;将没有任何执行机会,而&quot;default.rc2&quot;保证即使超微长时间不重启,定时脚本仍可以执行。
usage: tcron logfile command hours [timezone delay_sec elsecommand]
指定时间范围内如果命令没有被执行过,则tcron会执行一次命令。
其中logfile可以不记录任何log,成功执行命令以后只需更新一下改动时间即可。
hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。
hours也可以为&quot;hh:mm-hh:mm,...&quot;格式, 譬如&quot;6:00-8:30,11:00-13:00,5:30-6:30&quot;为每天三餐时间脚本执行一次。
timezone: 时区:譬如“8”表示北京时间。(默认为8)
delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。
elsecommand: 无需执行命令command时执行。
ex:
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
#天翼云每天签到一次
tcron /sdcard/a &quot;cloudpan189-go sign;toybox touch /sdcard/a&quot; 24
#每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. 必须使用单一空格作为分割符。
2. 必须同时满足日期及星期的要求(功能增强),crontab标准只要求满足其中一个要求。
文件&quot;crontab&quot;每行第六部分可为url或内部链接,也可为&quot;c:&quot;通知termux执行后面命令; &quot;!&quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。
文件&quot;crontab&quot;自动签到例子:
5 8,9 * * * i:a1https://m.bookschina.com/ActityDaily/AvSignIn
7 9 * * * i:a1https://m.bookschina.com/ActityDaily/AvSignInTakeQuan
6 9 * * * i:a1https://m.bookschina.com/UserCenter/SignInApi?action=SignIn
8 9 * * * i:a1https://m.bookschina.com/UserCenter/SignInAward?index=1
其中&quot;i:a1&quot;为对url发起&quot;post&quot;请求。
tcron 如果勾选“文件预处理”,则uweb启动时运行&quot;default.rc&quot; shell脚本。可与tcron定时管
理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。
勾选“文件预处理”的情况下,如果存在文件&quot;default.rc2&quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&quot;default.rc&quot;将没有任何执行机会,而&quot;default.rc2&quot;保证即使超微长时间不重启,定时脚本仍可以执行。
usage: tcron logfile command hours [timezone delay_sec elsecommand]
指定时间范围内如果命令没有被执行过,则tcron会执行一次命令。
其中logfile可以不记录任何log,成功执行命令以后只需更新一下改动时间即可。
hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。
hours也可以为&quot;hh:mm-hh:mm,...&quot;格式, 譬如&quot;6:00-8:30,11:00-13:00,5:30-6:30&quot;为每天三餐时间脚本执行一次。
timezone: 时区:譬如“8”表示北京时间。(默认为8)
delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。
elsecommand: 无需执行命令command时执行。
ex:
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
#天翼云每天签到一次
tcron /sdcard/a &quot;cloudpan189-go sign;toybox touch /sdcard/a&quot; 24
#每30天清空baidu目录</description> |
||||
<description>crontab 注意:1. 必须使用单一空格作为分割符。
2. 必须同时满足日期及星期的要求(功能增强),crontab标准只要求满足其中一个要求。
文件&quot;crontab&quot;每行第六部分可为url或内部链接,也可为&quot;c:&quot;通知termux执行后面命令; &quot;!&quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。
文件&quot;crontab&quot;自动签到例子:
5 8,9 * * * i:p1https://m.bookschina.com/ActityDaily/AvSignIn
7 9 * * * i:p1https://m.bookschina.com/ActityDaily/AvSignInTakeQuan
6 9 * * * i:p1https://m.bookschina.com/UserCenter/SignInApi#action=SignIn
8 9 * * * i:p1https://m.bookschina.com/UserCenter/SignInAward#index=1
其中&quot;i:a1&quot;为对url发起&quot;post&quot;请求。
tcron 如果勾选“文件预处理”,则uweb启动时运行&quot;default.rc&quot; shell脚本。可与tcron定时管
理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。
勾选“文件预处理”的情况下,如果存在文件&quot;default.rc2&quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&quot;default.rc&quot;将没有任何执行机会,而&quot;default.rc2&quot;保证即使超微长时间不重启,定时脚本仍可以执行。
usage: tcron logfile command hours [timezone delay_sec elsecommand]
指定时间范围内如果命令没有被执行过,则tcron会执行一次命令。
其中logfile可以不记录任何log,成功执行命令以后只需更新一下改动时间即可。
hours: 如果为正整数,则将每天划分为不同的时间区间(单位小时),每个区间命令只能执行一次。如果为负整数,则取绝对值,并且单位为分钟,保证下一次执行至少间隔这么多分钟。
hours也可以为&quot;hh:mm-hh:mm,...&quot;格式, 譬如&quot;6:00-8:30,11:00-13:00,5:30-6:30&quot;为每天三餐时间脚本执行一次。
timezone: 时区:譬如“8”表示北京时间。(默认为8)
delay_sec: 等待指定秒数后再执行命令,防止命令被集中执行。
elsecommand: 无需执行命令command时执行。
ex:
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
#天翼云每天签到一次
tcron /sdcard/a &quot;cloudpan189-go sign;toybox touch /sdcard/a&quot; 24
#每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:内部链接,将其中引擎名改短(比如两个字母)作为快捷输入然后回车执行内部链接即可。
AI引擎:
tiangong:https://www.tiangong.cn/result?q=
metaso:https://metaso.cn/?q=
kaisou:https://kaisouai.com?q=
felo:https://felo.ai/search?q=
360AI:https://www.sou.com/s?q=
bagoodex:https://bagoodex.io/search?id=
bagoodexchat:https://bagoodex.io/chat?q=
nuu:https://so.nuu.su/search?q=
isou:https://isou.chat/search?q=
mindfulq:https://www.mindfulq.com/s?q=
CSDN:https://chat.csdn.net?q=
xiaoyuzhou:https://ask.xiaoyuzhoufm.com/result?q=
十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;q=
xunfei:i:0/js/s2ta.js:https://xinghuo.xfyun.cn/desk?%s
baiduAI:i:0/js/s2editable.js:https://chat.baidu.com/?%s
chatglm:i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s
doubao:i:0/js/s2ta.js:https://www.doubao.com/chat/?%s
baichuan:i:0/js/s2ta.js:https://www.baichuan-ai.com/chat?%s
bocha:i:0/js/s2ta.js:https://bochaai.com/?%s
miku:i:0/js/s2ta.js:https://www.hellomiku.com?%s
AI引擎 (ebrowser only):
yw:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuewen.cn/chats/new
km:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://kimi.ai
yb:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuanbao.tencent.com/chat
tc:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://taichu-web.ia.ac.cn/#/chat
zd:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://zhida.zhihu.com
if:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://iflow.cn
s1:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://www.sou100.com
ds:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://chat.deepseek.com/coder
镜像:
google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s
推荐引擎(将下面文本添加到home5.search中):
顺序:i:40%s_00
apkdl:https://apkdl.in/app/search?q=
apkbog:https://www.apkbog.com/en/apks/search/
知乎:https://www.zhihu.com/search?type=content&amp;q=
bilibili:https://m.bilibili.com/search?keyword=
抖音:https://www.douyin.com/search/%s?source=normal_search
高德地图:https://ditu.amap.com/search?query=
京东:https://search.jd.com/Search?enc=utf-8&amp;keyword=
淘宝:https://taobao.com/search?q=
苏宁:https://m.suning.com/search/%s/
优惠券:https://mall.yhm11.com/index.php?r=l&amp;kw=
百度图片:https://image.baidu.com/search/index?tn=baiduimage&amp;word=
bing图片:https://bing.com/images/search?q=
搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=
微信:https://weixin.sogou.com/weixin?type=2&amp;s_from=input&amp;query=
大百科全书:https://h.bkzx.cn/search?sublibId=2&amp;query=
wolfram:https://www.wolframalpha.com/input/?i=
bookmarkearth:https://www.bookmarkearth.cn/s/search?q=
答案答案:https://daandaan.com/search?q=
问答库:https://m.asklib.com/s/
慢慢买:https://s.manmanbuy.com/default.aspx?key=
购物党:https://gwdang.com/search?s_product=
快搜比价:https://ks.pconline.com.cn/product.shtml?q=
比一比价:https://www.b1bj.com/s.aspx?key=
盒子比价:https://www.boxz.com/search/
buzz:https://search.buzz.im/?search=</description> |
||||
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。ebrowser下点击后可选择取消,此时地址栏会显示添加搜索引擎的i:内部链接,将其中引擎名改短(比如两个字母)作为快捷输入然后回车执行内部链接即可。
AI引擎:
tiangong:https://www.tiangong.cn/result?q=
metaso:https://metaso.cn/?q=
kaisou:https://kaisouai.com?q=
felo:https://felo.ai/search?q=
360AI:https://www.sou.com?q=
bagoodex:https://bagoodex.io/search?id=
bagoodexchat:https://bagoodex.io/chat?q=
nuu:https://so.nuu.su/search?q=
isou:https://isou.chat/search?q=
mindfulq:https://www.mindfulq.com/s?q=
CSDN:https://chat.csdn.net?q=
xiaoyuzhou:https://ask.xiaoyuzhoufm.com/result?q=
十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;q=
xunfei:i:0/js/s2ta.js:https://xinghuo.xfyun.cn/desk?%s
baiduAI:i:0/js/s2editable.js:https://chat.baidu.com/?%s
chatglm:i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s
doubao:i:0/js/s2ta.js:https://www.doubao.com/chat/?%s
baichuan:i:0/js/s2ta.js:https://www.baichuan-ai.com/chat?%s
bocha:i:0/js/s2ta.js:https://bochaai.com/?%s
miku:i:0/js/s2ta.js:https://www.hellomiku.com?%s
AI引擎 (ebrowser only):
yw:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuewen.cn/chats/new
km:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://kimi.ai
yb:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuanbao.tencent.com/chat
tc:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://taichu-web.ia.ac.cn/#/chat
zd:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://zhida.zhihu.com
if:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://iflow.cn
s1:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://www.sou100.com
ds:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://chat.deepseek.com/coder
镜像:
google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s
推荐引擎(将下面文本添加到home5.search中):
顺序:i:40%s_00
apkdl:https://apkdl.in/app/search?q=
apkbog:https://www.apkbog.com/en/apks/search/
知乎:https://www.zhihu.com/search?type=content&amp;q=
bilibili:https://m.bilibili.com/search?keyword=
抖音:https://www.douyin.com/search/%s?source=normal_search
高德地图:https://ditu.amap.com/search?query=
京东:https://search.jd.com/Search?enc=utf-8&amp;keyword=
淘宝:https://taobao.com/search?q=
苏宁:https://m.suning.com/search/%s/
优惠券:https://mall.yhm11.com/index.php?r=l&amp;kw=
百度图片:https://image.baidu.com/search/index?tn=baiduimage&amp;word=
bing图片:https://bing.com/images/search?q=
搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=
微信:https://weixin.sogou.com/weixin?type=2&amp;s_from=input&amp;query=
大百科全书:https://h.bkzx.cn/search?sublibId=2&amp;query=
wolfram:https://www.wolframalpha.com/input/?i=
bookmarkearth:https://www.bookmarkearth.cn/s/search?q=
答案答案:https://daandaan.com/search?q=
问答库:https://m.asklib.com/s/
慢慢买:https://s.manmanbuy.com/default.aspx?key=
购物党:https://gwdang.com/search?s_product=
快搜比价:https://ks.pconline.com.cn/product.shtml?q=
比一比价:https://www.b1bj.com/s.aspx?key=
盒子比价:https://www.boxz.com/search/
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 'q' 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="https://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>文件"crontab"每行第六部分可为url或<a href="../links/index.html#">内部链接</a>,也可为"c:"通知termux执行后面命令; "!"直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。</p> |
||||
<p>文件"crontab"自动签到例子:<br> |
||||
5 8,9 * * * i:a1https://m.bookschina.com/ActityDaily/AvSignIn<br> |
||||
7 9 * * * i:a1https://m.bookschina.com/ActityDaily/AvSignInTakeQuan<br> |
||||
6 9 * * * i:a1https://m.bookschina.com/UserCenter/SignInApi?action=SignIn<br> |
||||
8 9 * * * i:a1https://m.bookschina.com/UserCenter/SignInAward?index=1</p> |
||||
5 8,9 * * * i:p1https://m.bookschina.com/ActityDaily/AvSignIn<br> |
||||
7 9 * * * i:p1https://m.bookschina.com/ActityDaily/AvSignInTakeQuan<br> |
||||
6 9 * * * i:p1https://m.bookschina.com/UserCenter/SignInApi#action=SignIn<br> |
||||
8 9 * * * i:p1https://m.bookschina.com/UserCenter/SignInAward#index=1</p> |
||||
<p>其中"i:a1"为对url发起"post"请求。</p> |
||||
<h4 id="tcron">tcron</h4> |
||||
<p>如果勾选“文件预处理”,则uweb启动时运行"default.rc" shell脚本。可与tcron定时管<br> |
||||
|
@ -83,8 +83,8 @@ apt install remind</p> |
|||
其中-d后面参数可以为任意url包括超微内部"i:" 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:内部链接,将其中引擎名改短(比如两个字母)作为快捷输入然后回车执行内部链接即可。
AI引擎:
tiangong:https://www.tiangong.cn/result?q=
metaso:https://metaso.cn/?q=
kaisou:https://kaisouai.com?q=
felo:https://felo.ai/search?q=
360AI:https://www.sou.com/s?q=
bagoodex:https://bagoodex.io/search?id=
bagoodexchat:https://bagoodex.io/chat?q=
nuu:https://so.nuu.su/search?q=
isou:https://isou.chat/search?q=
mindfulq:https://www.mindfulq.com/s?q=
CSDN:https://chat.csdn.net?q=
xiaoyuzhou:https://ask.xiaoyuzhoufm.com/result?q=
十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;q=
xunfei:i:0/js/s2ta.js:https://xinghuo.xfyun.cn/desk?%s
baiduAI:i:0/js/s2editable.js:https://chat.baidu.com/?%s
chatglm:i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s
doubao:i:0/js/s2ta.js:https://www.doubao.com/chat/?%s
baichuan:i:0/js/s2ta.js:https://www.baichuan-ai.com/chat?%s
bocha:i:0/js/s2ta.js:https://bochaai.com/?%s
miku:i:0/js/s2ta.js:https://www.hellomiku.com?%s
AI引擎 (ebrowser only):
yw:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuewen.cn/chats/new
km:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://kimi.ai
yb:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuanbao.tencent.com/chat
tc:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://taichu-web.ia.ac.cn/#/chat
zd:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://zhida.zhihu.com
if:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://iflow.cn
s1:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://www.sou100.com
ds:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://chat.deepseek.com/coder
镜像:
google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s
推荐引擎(将下面文本添加到home5.search中):
顺序:i:40%s_00
apkdl:https://apkdl.in/app/search?q=
apkbog:https://www.apkbog.com/en/apks/search/
知乎:https://www.zhihu.com/search?type=content&amp;q=
bilibili:https://m.bilibili.com/search?keyword=
抖音:https://www.douyin.com/search/%s?source=normal_search
高德地图:https://ditu.amap.com/search?query=
京东:https://search.jd.com/Search?enc=utf-8&amp;keyword=
淘宝:https://taobao.com/search?q=
苏宁:https://m.suning.com/search/%s/
优惠券:https://mall.yhm11.com/index.php?r=l&amp;kw=
百度图片:https://image.baidu.com/search/index?tn=baiduimage&amp;word=
bing图片:https://bing.com/images/search?q=
搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=
微信:https://weixin.sogou.com/weixin?type=2&amp;s_from=input&amp;query=
大百科全书:https://h.bkzx.cn/search?sublibId=2&amp;query=
wolfram:https://www.wolframalpha.com/input/?i=
bookmarkearth:https://www.bookmarkearth.cn/s/search?q=
答案答案:https://daandaan.com/search?q=
问答库:https://m.asklib.com/s/
慢慢买:https://s.manmanbuy.com/default.aspx?key=
购物党:https://gwdang.com/search?s_product=
快搜比价:https://ks.pconline.com.cn/product.shtml?q=
比一比价:https://www.b1bj.com/s.aspx?key=
盒子比价:https://www.boxz.com/search/
buzz:https://search.buzz.im/?search=</description> |
||||
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。ebrowser下点击后可选择取消,此时地址栏会显示添加搜索引擎的i:内部链接,将其中引擎名改短(比如两个字母)作为快捷输入然后回车执行内部链接即可。
AI引擎:
tiangong:https://www.tiangong.cn/result?q=
metaso:https://metaso.cn/?q=
kaisou:https://kaisouai.com?q=
felo:https://felo.ai/search?q=
360AI:https://www.sou.com?q=
bagoodex:https://bagoodex.io/search?id=
bagoodexchat:https://bagoodex.io/chat?q=
nuu:https://so.nuu.su/search?q=
isou:https://isou.chat/search?q=
mindfulq:https://www.mindfulq.com/s?q=
CSDN:https://chat.csdn.net?q=
xiaoyuzhou:https://ask.xiaoyuzhoufm.com/result?q=
十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;q=
xunfei:i:0/js/s2ta.js:https://xinghuo.xfyun.cn/desk?%s
baiduAI:i:0/js/s2editable.js:https://chat.baidu.com/?%s
chatglm:i:0/js/s2ta.js:https://chatglm.cn/main/detail?%s
doubao:i:0/js/s2ta.js:https://www.doubao.com/chat/?%s
baichuan:i:0/js/s2ta.js:https://www.baichuan-ai.com/chat?%s
bocha:i:0/js/s2ta.js:https://bochaai.com/?%s
miku:i:0/js/s2ta.js:https://www.hellomiku.com?%s
AI引擎 (ebrowser only):
yw:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuewen.cn/chats/new
km:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://kimi.ai
yb:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://yuanbao.tencent.com/chat
tc:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://taichu-web.ia.ac.cn/#/chat
zd:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://zhida.zhihu.com
if:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://iflow.cn
s1:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://www.sou100.com
ds:i:q:bjs navigator.clipboard.writeText(%s)\nhttps://chat.deepseek.com/coder
镜像:
google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s
推荐引擎(将下面文本添加到home5.search中):
顺序:i:40%s_00
apkdl:https://apkdl.in/app/search?q=
apkbog:https://www.apkbog.com/en/apks/search/
知乎:https://www.zhihu.com/search?type=content&amp;q=
bilibili:https://m.bilibili.com/search?keyword=
抖音:https://www.douyin.com/search/%s?source=normal_search
高德地图:https://ditu.amap.com/search?query=
京东:https://search.jd.com/Search?enc=utf-8&amp;keyword=
淘宝:https://taobao.com/search?q=
苏宁:https://m.suning.com/search/%s/
优惠券:https://mall.yhm11.com/index.php?r=l&amp;kw=
百度图片:https://image.baidu.com/search/index?tn=baiduimage&amp;word=
bing图片:https://bing.com/images/search?q=
搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=
微信:https://weixin.sogou.com/weixin?type=2&amp;s_from=input&amp;query=
大百科全书:https://h.bkzx.cn/search?sublibId=2&amp;query=
wolfram:https://www.wolframalpha.com/input/?i=
bookmarkearth:https://www.bookmarkearth.cn/s/search?q=
答案答案:https://daandaan.com/search?q=
问答库:https://m.asklib.com/s/
慢慢买:https://s.manmanbuy.com/default.aspx?key=
购物党:https://gwdang.com/search?s_product=
快搜比价:https://ks.pconline.com.cn/product.shtml?q=
比一比价:https://www.b1bj.com/s.aspx?key=
盒子比价:https://www.boxz.com/search/
buzz:https://search.buzz.im/?search=</description> |
||||
</item> |
||||
<item> |
||||
<title>配置总览</title> |
||||
|
|
Loading…
Reference in a new issue