mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
update AI engines
This commit is contained in:
parent
7792c764b2
commit
b2e9cd1d31
20 changed files with 107 additions and 79 deletions
|
@ -148,6 +148,7 @@ npm install ebrowser
|
|||
<li>"mapkeys.json": keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by "\n".</li>
|
||||
<li>"proxy.json": name-<a href="https://www.electronjs.org/docs/latest/api/structures/proxy-config">ProxyConfig</a> pairs</li>
|
||||
<li>"uas.json" : name-useragent pairs</li>
|
||||
<li>"menu.json": array of strings for <a href="https://jamesfengcao.gitlab.io/uweb/en/urls/index.html">user-defined menus</a>. The array has submenu name and address bar commands alternately.</li>
|
||||
<li>"download.json" : array of strings to define buttons for downloading dialog. The even-indexed strings are texts to show on the button. The odd-indexed strings are address bar commands with "%u" as the downloaded url.</li>
|
||||
</ul>
|
||||
<h4 id="javascript-at-three-levels">Javascript at three levels</h4>
|
||||
|
@ -193,7 +194,7 @@ 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: 30 June 2024<br>
|
||||
<p>Last Modified: 4 July 2024<br>
|
||||
<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.128.0">
|
||||
<meta name="generator" content="Hugo 0.128.2">
|
||||
<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>Tue, 02 Jul 2024 16:13:43 +0800</lastBuildDate>
|
||||
<lastBuildDate>Thu, 04 Jul 2024 16:02:27 +0800</lastBuildDate>
|
||||
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Text selection/processing</title>
|
||||
|
@ -139,7 +139,7 @@
|
|||
<link>/en/urls/</link>
|
||||
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/urls/</guid>
|
||||
<description>Click the following links to install url services with uweb browser. Force exit and re-launch the app, then long press the &quot;image&quot; button to popup the menu.
Fullscreen video:i:5f
Redirect/edit:e:
Save2autocomplete:i:51:
Bookmark:i:52:
Note:i:53:
Save engine:i:54:
Save link:i:55:
Save to desktop:i:58
markdownview:i:0m-/js/mdview.html:
Add to media storage::001
Extract web app:i:0bsitecache/local/:
tgurl:https://tx.me/share/url?url=
tgdownload:https://tx.me/share/url?url=../download Compatible mode:i:5d
papago:https://papago.naver.net/website?locale=en&amp;target=en&amp;url=
google translate:https://translate.google.com/translate?sl=auto&amp;tl=en&amp;u=
Source:view-source:
outline:https://www.outline.com/
2pdf:https://www.web2pdfconvert.com#
printfriendly:https://www.printfriendly.com/print/?url=
htmlview:https://htmlview.glitch.me/?
htmlpreview:https://htmlpreview.github.io/?
webarchive:https://web.archive.org/web/*/
archive:https://archive.is/?run=1&amp;url=
googlecache:http://webcache.googleusercontent.com/search?q=cache:
google by image:https://www.google.com/searchbyimage?safe=off&amp;image_url=
tinyeye:https://tineye.com/search?url=
Yandex by image:https://yandex.</description>
|
||||
<description>Click the following links to install url services with uweb browser or ebrowser. Force exit and re-launch the app, then long press the &quot;image&quot; button to popup the menu.
Fullscreen video:i:5f
Redirect/edit:e:
Save2autocomplete:i:51:
Bookmark:i:52:
Note:i:53:
Save engine:i:54:
Save link:i:55:
Save to desktop:i:58
markdownview:i:0m-/js/mdview.html:
Add to media storage::001
Extract web app:i:0bsitecache/local/:
tgurl:https://tx.me/share/url?url=
tgdownload:https://tx.me/share/url?url=../download Compatible mode:i:5d
papago:https://papago.naver.net/website?locale=en&amp;target=en&amp;url=
google translate:https://translate.google.com/translate?sl=auto&amp;tl=en&amp;u=
Source:view-source:
outline:https://www.outline.com/
2pdf:https://www.web2pdfconvert.com#
printfriendly:https://www.printfriendly.com/print/?url=
htmlview:https://htmlview.glitch.me/?
htmlpreview:https://htmlpreview.github.io/?
webarchive:https://web.archive.org/web/*/
archive:https://archive.is/?run=1&amp;url=
googlecache:http://webcache.googleusercontent.com/search?q=cache:
google by image:https://www.google.com/searchbyimage?safe=off&amp;image_url=
tinyeye:https://tineye.com/search?url=</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Commands</title>
|
||||
|
|
|
@ -262,7 +262,7 @@
|
|||
|
||||
</div>
|
||||
<p>Last Modified: 2 July 2024<br>
|
||||
make search engines available to ebrowser<br>
|
||||
update AI engines<br>
|
||||
<pre>Add AI engines
|
||||
</pre>
|
||||
</p>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2024-07-02T16:13:43+08:00</lastmod>
|
||||
<lastmod>2024-07-04T16:02:27+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -181,7 +181,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/topposts/</loc>
|
||||
<lastmod>2024-07-02T16:13:43+08:00</lastmod>
|
||||
<lastmod>2024-07-04T14:30:48+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -333,7 +333,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/urls/</loc>
|
||||
<lastmod>2024-05-03T16:48:45+08:00</lastmod>
|
||||
<lastmod>2024-07-04T14:30:48+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -508,7 +508,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/ebrowserreadme/</loc>
|
||||
<lastmod>2024-06-30T15:28:25+08:00</lastmod>
|
||||
<lastmod>2024-07-04T16:02:27+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/en/mirrors/</loc>
|
||||
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
|
||||
|
@ -539,7 +539,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/unlist/</loc>
|
||||
<lastmod>2024-06-30T15:28:25+08:00</lastmod>
|
||||
<lastmod>2024-07-04T16:02:27+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
|
@ -11,84 +11,84 @@
|
|||
<item>
|
||||
<title>Clipboard</title>
|
||||
<link>/en/tags/clipboard/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/clipboard/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Ssh</title>
|
||||
<link>/en/tags/ssh/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/ssh/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Termux</title>
|
||||
<link>/en/tags/termux/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/termux/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Windows</title>
|
||||
<link>/en/tags/windows/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/windows/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Redirection</title>
|
||||
<link>/en/tags/redirection/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/redirection/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Adblock</title>
|
||||
<link>/en/tags/adblock/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/adblock/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Css</title>
|
||||
<link>/en/tags/css/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/css/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Javascript</title>
|
||||
<link>/en/tags/javascript/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/javascript/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Search Engine</title>
|
||||
<link>/en/tags/search-engine/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 10 Jan 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/search-engine/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tdict</title>
|
||||
<link>/en/tags/tdict/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/tdict/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tools</title>
|
||||
<link>/en/tags/tools/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/tools/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Curl</title>
|
||||
<link>/en/tags/curl/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/curl/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in Topposts on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Tue, 02 Jul 2024 16:13:43 +0800</lastBuildDate>
|
||||
<lastBuildDate>Thu, 04 Jul 2024 14:30:48 +0800</lastBuildDate>
|
||||
<atom:link href="/en/topposts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Search engines</title>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<link>/en/urls/</link>
|
||||
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/urls/</guid>
|
||||
<description>Click the following links to install url services with uweb browser. Force exit and re-launch the app, then long press the &quot;image&quot; button to popup the menu.
Fullscreen video:i:5f
Redirect/edit:e:
Save2autocomplete:i:51:
Bookmark:i:52:
Note:i:53:
Save engine:i:54:
Save link:i:55:
Save to desktop:i:58
markdownview:i:0m-/js/mdview.html:
Add to media storage::001
Extract web app:i:0bsitecache/local/:
tgurl:https://tx.me/share/url?url=
tgdownload:https://tx.me/share/url?url=../../download Compatible mode:i:5d
papago:https://papago.naver.net/website?locale=en&amp;target=en&amp;url=
google translate:https://translate.google.com/translate?sl=auto&amp;tl=en&amp;u=
Source:view-source:
outline:https://www.outline.com/
2pdf:https://www.web2pdfconvert.com#
printfriendly:https://www.printfriendly.com/print/?url=
htmlview:https://htmlview.glitch.me/?
htmlpreview:https://htmlpreview.github.io/?
webarchive:https://web.archive.org/web/*/
archive:https://archive.is/?run=1&amp;url=
googlecache:http://webcache.googleusercontent.com/search?q=cache:
google by image:https://www.google.com/searchbyimage?safe=off&amp;image_url=
tinyeye:https://tineye.com/search?url=
Yandex by image:https://yandex.</description>
|
||||
<description>Click the following links to install url services with uweb browser or ebrowser. Force exit and re-launch the app, then long press the &quot;image&quot; button to popup the menu.
Fullscreen video:i:5f
Redirect/edit:e:
Save2autocomplete:i:51:
Bookmark:i:52:
Note:i:53:
Save engine:i:54:
Save link:i:55:
Save to desktop:i:58
markdownview:i:0m-/js/mdview.html:
Add to media storage::001
Extract web app:i:0bsitecache/local/:
tgurl:https://tx.me/share/url?url=
tgdownload:https://tx.me/share/url?url=../../download Compatible mode:i:5d
papago:https://papago.naver.net/website?locale=en&amp;target=en&amp;url=
google translate:https://translate.google.com/translate?sl=auto&amp;tl=en&amp;u=
Source:view-source:
outline:https://www.outline.com/
2pdf:https://www.web2pdfconvert.com#
printfriendly:https://www.printfriendly.com/print/?url=
htmlview:https://htmlview.glitch.me/?
htmlpreview:https://htmlpreview.github.io/?
webarchive:https://web.archive.org/web/*/
archive:https://archive.is/?run=1&amp;url=
googlecache:http://webcache.googleusercontent.com/search?q=cache:
google by image:https://www.google.com/searchbyimage?safe=off&amp;image_url=
tinyeye:https://tineye.com/search?url=</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Commands</title>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p>Click the following links to install url services with <a href="../index.html#">uweb browser</a>. <b>Force exit and re-launch the app</b>, then long press the "image" button to popup the menu.</p>
|
||||
<p>Click the following links to install url services with <a href="../index.html#">uweb browser</a> or <a href="../ebrowserreadme/index.html#">ebrowser</a>. <b>Force exit and re-launch the app</b>, then long press the "image" button to popup the menu.</p>
|
||||
<p><a href="i:01Fullscreen video:i:5f">Fullscreen video:i:5f</a></p>
|
||||
<p><a href="i:01Redirect/edit:e:">Redirect/edit:e:</a></p>
|
||||
<p><a href="i:01Save2autocomplete:i:51:">Save2autocomplete:i:51:</a></p>
|
||||
|
@ -108,8 +108,8 @@
|
|||
<p><a href="i:01djvu:file:///data/user/0/info.torapp.uweb/files/app/djvu.html?url=">djvu:file:///data/user/0/info.torapp.uweb/files/app/djvu.html?url=</a></p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 3 May 2024<br>
|
||||
enhance execCmd_user() with internal links<br>
|
||||
<p>Last Modified: 4 July 2024<br>
|
||||
update AI engines<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -99,6 +99,7 @@ The other commands are defined in "mapkeys.json", which will map keys to address
|
|||
- "mapkeys.json": keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by "\n".
|
||||
- "proxy.json": name-[ProxyConfig](https://www.electronjs.org/docs/latest/api/structures/proxy-config) pairs
|
||||
- "uas.json" : name-useragent pairs
|
||||
- "menu.json": array of strings for [user-defined menus](https://jamesfengcao.gitlab.io/uweb/en/urls/index.html). The array has submenu name and address bar commands alternately.
|
||||
- "download.json" : array of strings to define buttons for downloading dialog. The even-indexed strings are texts to show on the button. The odd-indexed strings are address bar commands with "%u" as the downloaded url.
|
||||
|
||||
#### Javascript at three levels
|
||||
|
|
|
@ -531,14 +531,16 @@ 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);
|
||||
let iColon = url.indexOf(':',5);
|
||||
let name = decodeURIComponent(url.slice(4,iColon));
|
||||
let rurl = url.substring(iColon+1);
|
||||
switch(cmd){
|
||||
case 48://'0' i:0
|
||||
switch(subcmd){
|
||||
case 47://'/' i:0/
|
||||
if(106===url.charCodeAt(4) && 115===url.charCodeAt(5) && 47===url.charCodeAt(6)){
|
||||
//i:0/js/xx:[url]
|
||||
let iColon = url.indexOf(':',7);
|
||||
let fname = url.slice(4,iColon);
|
||||
let fname = name;
|
||||
let pname = path.join(__dirname,fname);
|
||||
if(fs.existsSync(pname)){
|
||||
(async ()=>{
|
||||
|
@ -546,7 +548,7 @@ You should have received a copy of the GNU General Public License along with thi
|
|||
let js = await fs.promises.readFile(pname,'utf8');
|
||||
let t=tabs.children[iTab];
|
||||
t.dataset.jsonce=js;
|
||||
t.src = url.substring(iColon+1);
|
||||
t.src = rurl;
|
||||
}catch(e){}
|
||||
})();
|
||||
}
|
||||
|
@ -554,7 +556,6 @@ You should have received a copy of the GNU General Public License along with thi
|
|||
return;
|
||||
case 48: //i:00
|
||||
{
|
||||
let iColon = url.indexOf(':',5);
|
||||
let endS;
|
||||
let is = url.indexOf('%s',iColon+1);
|
||||
if(is<0)
|
||||
|
@ -562,11 +563,19 @@ You should have received a copy of the GNU General Public License along with thi
|
|||
else
|
||||
endS = '"\n';
|
||||
let pname = path.join(__dirname,"search.json");
|
||||
let str = '"'+url.slice(4,iColon)+'":"'+url.substring(iColon+1)+
|
||||
let str = '"'+name+'":"'+rurl+
|
||||
endS;
|
||||
jsonAppend(pname,125,str);
|
||||
}
|
||||
return;
|
||||
case 49: //i:01
|
||||
{
|
||||
let pname = path.join(__dirname,"menu.json");
|
||||
let str = '"'+name+'",":bjs handleQuery(`'+
|
||||
rurl+'${tabs.children[iTab].getURL()}`)"\n';
|
||||
jsonAppend(pname,93,str);
|
||||
}
|
||||
return;
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{"version":"1.0.54",
|
||||
{"version":"1.0.56",
|
||||
"name": "ebrowser",
|
||||
"description": "The keyboard-friendly minimal suckless web browser",
|
||||
"main": "webview.js",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"package.json",
|
||||
"README.md",
|
||||
"translate.*",
|
||||
"mapkeys.json",
|
||||
"js/*.js",
|
||||
"config"
|
||||
"js/*.js"
|
||||
],
|
||||
"scripts": {
|
||||
"release": "electron-builder"
|
||||
|
|
|
@ -22,5 +22,6 @@
|
|||
"csdn":"i:0/js/s2ta.js:https://chat.csdn.net?%s",
|
||||
"bdc":"i:0/js/s2editable.js:https://chat.baidu.com/?%s",
|
||||
"miku":"i:0/js/s2ta.js:https://www.hellomiku.com?%s",
|
||||
"fl":"https://felo.ai/search?q=%s",
|
||||
"bd":"https://baidu.com/s?wd=%s"
|
||||
}
|
||||
|
|
|
@ -27,19 +27,20 @@ else {
|
|||
createWindow();
|
||||
})
|
||||
}
|
||||
Menu.setApplicationMenu(null);
|
||||
const fs = require('fs');
|
||||
const path = require('path')
|
||||
var translateRes;
|
||||
{
|
||||
let langs = app.getPreferredSystemLanguages();
|
||||
if(langs.length==0 || langs[0].startsWith('en') || !initTranslateRes(langs[0]))
|
||||
if(langs.length==0 || langs[0].startsWith('en'))
|
||||
topMenu();
|
||||
else
|
||||
Menu.setApplicationMenu(null);
|
||||
initTranslateRes(langs[0]);
|
||||
}
|
||||
|
||||
var repositoryurl = "https://gitlab.com/jamesfengcao/uweb/-/raw/master/misc/ebrowser/";
|
||||
const fs = require('fs');
|
||||
const readline = require('readline');
|
||||
const path = require('path')
|
||||
const process = require('process')
|
||||
var gredirects = [];
|
||||
var gredirect;
|
||||
|
@ -401,8 +402,28 @@ function onContextMenu(event, params){
|
|||
contextMenu.popup();
|
||||
}
|
||||
|
||||
function topMenu(){
|
||||
const menuTemplate = [
|
||||
async function topMenu(){
|
||||
const menuTemplate = [];
|
||||
try {
|
||||
let json = await fs.promises.readFile(path.join(__dirname,'menu.json'), 'utf8');
|
||||
let menus = JSON.parse(json);
|
||||
if(menus.length>1){
|
||||
let submenu = [];
|
||||
for(let i=0;i<menus.length-1; i=i+2){
|
||||
let cmd = menus[i+1];
|
||||
let js = `handleQuery("${cmd}")`;
|
||||
submenu.push({
|
||||
label: menus[i], click: ()=>{
|
||||
win.webContents.executeJavaScript(js,false);
|
||||
}});
|
||||
}
|
||||
menuTemplate.push({
|
||||
label: translate('Tools'),
|
||||
submenu: submenu,
|
||||
});
|
||||
}
|
||||
}catch(e){console.log(e)}
|
||||
menuTemplate.push(
|
||||
{
|
||||
label: translate('Edit'),
|
||||
submenu: [
|
||||
|
@ -498,7 +519,7 @@ if(e)e.blur();try{tabs.children[iTab].stopFindInPage('clearSelection')}catch(er)
|
|||
|
||||
],
|
||||
},
|
||||
];
|
||||
);
|
||||
const menu = Menu.buildFromTemplate(menuTemplate);
|
||||
Menu.setApplicationMenu(menu);
|
||||
}
|
||||
|
@ -649,20 +670,16 @@ function help(){
|
|||
win.webContents.executeJavaScript(js,false)
|
||||
}
|
||||
|
||||
function initTranslateRes(lang){
|
||||
async function initTranslateRes(lang){
|
||||
let basename=path.join(__dirname,"translate.");
|
||||
let fname = basename+lang;
|
||||
if(!fs.existsSync(fname))
|
||||
fname = basename+lang.slice(0,2);
|
||||
if(!fs.existsSync(fname)) return false;
|
||||
(async ()=>{
|
||||
try {
|
||||
let json = await fs.promises.readFile(fname,'utf8');
|
||||
translateRes = JSON.parse(json);
|
||||
} catch (e){}
|
||||
topMenu();
|
||||
})();
|
||||
return true;
|
||||
try {
|
||||
let json = await fs.promises.readFile(fname,'utf8');
|
||||
translateRes = JSON.parse(json);
|
||||
} catch (e){}
|
||||
topMenu();
|
||||
}
|
||||
|
||||
function translate(str){
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
<sitemap>
|
||||
<loc>/en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2024-07-02T16:13:43+08:00</lastmod>
|
||||
<lastmod>2024-07-04T16:02:27+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
<sitemap>
|
||||
<loc>/zh/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2024-07-03T15:31:26+08:00</lastmod>
|
||||
<lastmod>2024-07-09T11:56:44+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.128.0">
|
||||
<meta name="generator" content="Hugo 0.128.2">
|
||||
<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>Wed, 03 Jul 2024 15:31:26 +0800</lastBuildDate>
|
||||
<lastBuildDate>Tue, 09 Jul 2024 11:56:44 +0800</lastBuildDate>
|
||||
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<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=
360AI:https://so.360.com/s?q=
CSDN:https://chat.csdn.net?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
镜像:
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/
拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=
优惠券:http://mall.yhm11.com/index.php?r=l&amp;kw=
百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;word=
bing图片:http://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=
大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;query=
wolfram:https://www.wolframalpha.com/input/?i=
bookmarkearth:https://www.bookmarkearth.com/s/search?q=
答案答案:https://daandaan.com/search?q=
问答库:https://m.asklib.com/s/
ACG:http://www.acgsou.com/?bound=content&amp;local=1&amp;keyword=
动漫花园:https://share.dmhy.org/topics/list?keyword=
末日动漫:https://share.acgnx.se/search.php?keyword=
慢慢买:http://s.manmanbuy.com/default.aspx?key=
购物党:https://gwdang.com/search?s_product=
快搜比价:https://ks.pconline.com.cn/product.shtml?q=
比一比价:http://www.b1bj.com/s.aspx?key=
盒子比价:http://www.boxz.com/search/
buzz:https://search.buzz.im/?search=
toplinks:https://www.toplinks.cc/s/?keyword=
注:顺序搜索需文件engine.search,格式与home5.search相同,但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。
除了批量添加引擎外,超微可以将任意支持搜索的网址添加为搜索引擎。方法如下:
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&quot;添加为搜索引擎&quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&quot;&amp;&quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
google:https://google.com/search?q=
必应:https://www.bing.com/search?q=
必应CN:https://cn.bing.com/search?q=
百度:https://m.baidu.com/s?wd=
Fsou:https://fsoufsou.com/search?q=
seekr:https://www.seekr.com/search?query=
sese:https://sese.yyj.moe/search?q=
you:https://you.com/search?q=
神马:http://m.sm.cn/s?q=
夸克:https://quark.sm.cn/s?q=
无追:https://www.wuzhuiso.com/s?q=
360:http://www.so.com/s?q=
搜狗:https://m.sogou.com/web?query=
ecosia:https://www.ecosia.org/search?q=
萌搜:https://mengso.com/search?q=</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://so.360.com/s?q=
CSDN:https://chat.csdn.net?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
镜像:
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/
拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=
优惠券:http://mall.yhm11.com/index.php?r=l&amp;kw=
百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;word=
bing图片:http://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=
大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;query=
wolfram:https://www.wolframalpha.com/input/?i=
bookmarkearth:https://www.bookmarkearth.com/s/search?q=
答案答案:https://daandaan.com/search?q=
问答库:https://m.asklib.com/s/
ACG:http://www.acgsou.com/?bound=content&amp;local=1&amp;keyword=
动漫花园:https://share.dmhy.org/topics/list?keyword=
末日动漫:https://share.acgnx.se/search.php?keyword=
慢慢买:http://s.manmanbuy.com/default.aspx?key=
购物党:https://gwdang.com/search?s_product=
快搜比价:https://ks.pconline.com.cn/product.shtml?q=
比一比价:http://www.b1bj.com/s.aspx?key=
盒子比价:http://www.boxz.com/search/
buzz:https://search.buzz.im/?search=
toplinks:https://www.toplinks.cc/s/?keyword=
注:顺序搜索需文件engine.search,格式与home5.search相同,但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。
除了批量添加引擎外,超微可以将任意支持搜索的网址添加为搜索引擎。方法如下:
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&quot;添加为搜索引擎&quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&quot;&amp;&quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
google:https://google.com/search?q=
必应:https://www.bing.com/search?q=
必应CN:https://cn.bing.com/search?q=
百度:https://m.baidu.com/s?wd=
Fsou:https://fsoufsou.com/search?q=
seekr:https://www.seekr.com/search?query=
sese:https://sese.yyj.moe/search?q=
you:https://you.com/search?q=
神马:http://m.sm.cn/s?q=
夸克:https://quark.sm.cn/s?q=
无追:https://www.wuzhuiso.com/s?q=
360:http://www.so.com/s?q=
搜狗:https://m.sogou.com/web?query=
ecosia:https://www.ecosia.org/search?q=</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>html5应用</title>
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
<a href="i:00tiangong:https://www.tiangong.cn/result?q=">tiangong:https://www.tiangong.cn/result?q=</a></p>
|
||||
<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://so.360.com/s?q=">360AI:https://so.360.com/s?q=</a></p>
|
||||
<p><a href="i:00CSDN:https://chat.csdn.net?q=">CSDN:https://chat.csdn.net?q=</a></p>
|
||||
<p><a href="i:00十号AI:https://retardphobia.moebh.org/ui/search?mode=1&q=">十号AI:https://retardphobia.moebh.org/ui/search?mode=1&q=</a></p>
|
||||
|
@ -325,7 +326,7 @@
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 3 July 2024<br>
|
||||
<p>Last Modified: 9 July 2024<br>
|
||||
update AI engines<br>
|
||||
<pre>24.02.26 添加网盘搜索引擎
|
||||
</pre>
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2024-07-03T15:31:26+08:00</lastmod>
|
||||
<lastmod>2024-07-09T11:56:44+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -181,7 +181,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/topposts/</loc>
|
||||
<lastmod>2024-07-03T15:31:26+08:00</lastmod>
|
||||
<lastmod>2024-07-09T11:56:44+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -194,7 +194,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/search/</loc>
|
||||
<lastmod>2024-07-03T15:31:26+08:00</lastmod>
|
||||
<lastmod>2024-07-09T11:56:44+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
|
@ -11,105 +11,105 @@
|
|||
<item>
|
||||
<title>Ssh</title>
|
||||
<link>/zh/tags/ssh/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Thu, 23 May 2024 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/ssh/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Termux</title>
|
||||
<link>/zh/tags/termux/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Thu, 23 May 2024 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/termux/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Windows</title>
|
||||
<link>/zh/tags/windows/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Thu, 23 May 2024 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/windows/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>剪贴板</title>
|
||||
<link>/zh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Thu, 23 May 2024 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>电视</title>
|
||||
<link>/zh/tags/%E7%94%B5%E8%A7%86/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Wed, 06 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/%E7%94%B5%E8%A7%86/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Css</title>
|
||||
<link>/zh/tags/css/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/css/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Javascript</title>
|
||||
<link>/zh/tags/javascript/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/javascript/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>不良信息屏蔽</title>
|
||||
<link>/zh/tags/%E4%B8%8D%E8%89%AF%E4%BF%A1%E6%81%AF%E5%B1%8F%E8%94%BD/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/%E4%B8%8D%E8%89%AF%E4%BF%A1%E6%81%AF%E5%B1%8F%E8%94%BD/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>离线</title>
|
||||
<link>/zh/tags/%E7%A6%BB%E7%BA%BF/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 15 Dec 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/%E7%A6%BB%E7%BA%BF/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>网盘</title>
|
||||
<link>/zh/tags/%E7%BD%91%E7%9B%98/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 15 Dec 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/%E7%BD%91%E7%9B%98/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>资源</title>
|
||||
<link>/zh/tags/%E8%B5%84%E6%BA%90/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 15 Dec 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/%E8%B5%84%E6%BA%90/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>搜索</title>
|
||||
<link>/zh/tags/%E6%90%9C%E7%B4%A2/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 22 Sep 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/%E6%90%9C%E7%B4%A2/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tdict</title>
|
||||
<link>/zh/tags/tdict/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/tdict/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tools</title>
|
||||
<link>/zh/tags/tools/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/tools/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Curl</title>
|
||||
<link>/zh/tags/curl/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/tags/curl/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
<description>Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>zh</language>
|
||||
<lastBuildDate>Wed, 03 Jul 2024 15:31:26 +0800</lastBuildDate>
|
||||
<lastBuildDate>Tue, 09 Jul 2024 11:56:44 +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=
360AI:https://so.360.com/s?q=
CSDN:https://chat.csdn.net?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
镜像:
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/
拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=
优惠券:http://mall.yhm11.com/index.php?r=l&amp;kw=
百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;word=
bing图片:http://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=
大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;query=
wolfram:https://www.wolframalpha.com/input/?i=
bookmarkearth:https://www.bookmarkearth.com/s/search?q=
答案答案:https://daandaan.com/search?q=
问答库:https://m.asklib.com/s/
ACG:http://www.acgsou.com/?bound=content&amp;local=1&amp;keyword=
动漫花园:https://share.dmhy.org/topics/list?keyword=
末日动漫:https://share.acgnx.se/search.php?keyword=
慢慢买:http://s.manmanbuy.com/default.aspx?key=
购物党:https://gwdang.com/search?s_product=
快搜比价:https://ks.pconline.com.cn/product.shtml?q=
比一比价:http://www.b1bj.com/s.aspx?key=
盒子比价:http://www.boxz.com/search/
buzz:https://search.buzz.im/?search=
toplinks:https://www.toplinks.cc/s/?keyword=
注:顺序搜索需文件engine.search,格式与home5.search相同,但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。
除了批量添加引擎外,超微可以将任意支持搜索的网址添加为搜索引擎。方法如下:
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&quot;添加为搜索引擎&quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&quot;&amp;&quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
google:https://google.com/search?q=
必应:https://www.bing.com/search?q=
必应CN:https://cn.bing.com/search?q=
百度:https://m.baidu.com/s?wd=
Fsou:https://fsoufsou.com/search?q=
seekr:https://www.seekr.com/search?query=
sese:https://sese.yyj.moe/search?q=
you:https://you.com/search?q=
神马:http://m.sm.cn/s?q=
夸克:https://quark.sm.cn/s?q=
无追:https://www.wuzhuiso.com/s?q=
360:http://www.so.com/s?q=
搜狗:https://m.sogou.com/web?query=
ecosia:https://www.ecosia.org/search?q=
萌搜:https://mengso.com/search?q=</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://so.360.com/s?q=
CSDN:https://chat.csdn.net?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
镜像:
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/
拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=
优惠券:http://mall.yhm11.com/index.php?r=l&amp;kw=
百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;word=
bing图片:http://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=
大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;query=
wolfram:https://www.wolframalpha.com/input/?i=
bookmarkearth:https://www.bookmarkearth.com/s/search?q=
答案答案:https://daandaan.com/search?q=
问答库:https://m.asklib.com/s/
ACG:http://www.acgsou.com/?bound=content&amp;local=1&amp;keyword=
动漫花园:https://share.dmhy.org/topics/list?keyword=
末日动漫:https://share.acgnx.se/search.php?keyword=
慢慢买:http://s.manmanbuy.com/default.aspx?key=
购物党:https://gwdang.com/search?s_product=
快搜比价:https://ks.pconline.com.cn/product.shtml?q=
比一比价:http://www.b1bj.com/s.aspx?key=
盒子比价:http://www.boxz.com/search/
buzz:https://search.buzz.im/?search=
toplinks:https://www.toplinks.cc/s/?keyword=
注:顺序搜索需文件engine.search,格式与home5.search相同,但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。
除了批量添加引擎外,超微可以将任意支持搜索的网址添加为搜索引擎。方法如下:
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&quot;添加为搜索引擎&quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&quot;&amp;&quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
google:https://google.com/search?q=
必应:https://www.bing.com/search?q=
必应CN:https://cn.bing.com/search?q=
百度:https://m.baidu.com/s?wd=
Fsou:https://fsoufsou.com/search?q=
seekr:https://www.seekr.com/search?query=
sese:https://sese.yyj.moe/search?q=
you:https://you.com/search?q=
神马:http://m.sm.cn/s?q=
夸克:https://quark.sm.cn/s?q=
无追:https://www.wuzhuiso.com/s?q=
360:http://www.so.com/s?q=
搜狗:https://m.sogou.com/web?query=
ecosia:https://www.ecosia.org/search?q=</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>配置总览</title>
|
||||
|
|
Loading…
Reference in a new issue