mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
3 commits
c8c7c4e896
...
f3ea023929
Author | SHA1 | Date | |
---|---|---|---|
|
f3ea023929 | ||
|
6fc7d22514 | ||
|
e28838f738 |
17 changed files with 87 additions and 44 deletions
|
@ -60,10 +60,3 @@
|
||||||
- 网页矢量长截屏,允许通过mermaid等设计矢量图案。
|
- 网页矢量长截屏,允许通过mermaid等设计矢量图案。
|
||||||
- 可用网页设计代替Adobe Illustrator平面设计。
|
- 可用网页设计代替Adobe Illustrator平面设计。
|
||||||
- 完全开源,共同探索浏览新技术。
|
- 完全开源,共同探索浏览新技术。
|
||||||
- nodejs 下安装:
|
|
||||||
|
|
||||||
npm install ebrowser
|
|
||||||
|
|
||||||
- nodejs 下运行:
|
|
||||||
|
|
||||||
electron ~/node_modules/ebrowser
|
|
|
@ -60,10 +60,3 @@
|
||||||
- 网页矢量长截屏,允许通过mermaid等设计矢量图案。
|
- 网页矢量长截屏,允许通过mermaid等设计矢量图案。
|
||||||
- 可用网页设计代替Adobe Illustrator平面设计。
|
- 可用网页设计代替Adobe Illustrator平面设计。
|
||||||
- 完全开源,共同探索浏览新技术。
|
- 完全开源,共同探索浏览新技术。
|
||||||
- nodejs 下安装:
|
|
||||||
|
|
||||||
npm install ebrowser
|
|
||||||
|
|
||||||
- nodejs 下运行:
|
|
||||||
|
|
||||||
electron ~/node_modules/ebrowser
|
|
|
@ -51,6 +51,7 @@
|
||||||
<li>keyboard friendly with vim-style keymaps and command line support in address bar.</li>
|
<li>keyboard friendly with vim-style keymaps and command line support in address bar.</li>
|
||||||
<li><a href="https://uweb.surge.sh/en/redirect/index.html#">global redirection</a> to bypass censorship.</li>
|
<li><a href="https://uweb.surge.sh/en/redirect/index.html#">global redirection</a> to bypass censorship.</li>
|
||||||
<li>user scripts at will. Ex. pressing "md" in no-focus mode to preview markdown file.</li>
|
<li>user scripts at will. Ex. pressing "md" in no-focus mode to preview markdown file.</li>
|
||||||
|
<li>CSS/JS for domains, similar to <a href="https://jamesfengcao.gitlab.io/uweb/en/sitejs/index.html">uweb</a>, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.</li>
|
||||||
<li>customizable.</li>
|
<li>customizable.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.</p>
|
<p>Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.</p>
|
||||||
|
@ -149,7 +150,7 @@ npm install ebrowser
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="javascript-at-three-levels">Javascript at three levels</h4>
|
<h4 id="javascript-at-three-levels">Javascript at three levels</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Web page: urls like "javascript:" or bookmarklet command ":bml" run in web page.</li>
|
<li>Web page: url like "javascript:" or bookmarklet command ":bml" runs in web page.</li>
|
||||||
<li>Browser (or renderer process) :
|
<li>Browser (or renderer process) :
|
||||||
<ul>
|
<ul>
|
||||||
<li>":bjs" to execute the following js code at browser level.</li>
|
<li>":bjs" to execute the following js code at browser level.</li>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Recent content on uweb browser: unlimited power</description>
|
<description>Recent content on uweb browser: unlimited power</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 29 Jun 2024 08:47:08 +0800</lastBuildDate>
|
<lastBuildDate>Sat, 29 Jun 2024 21:05:42 +0800</lastBuildDate>
|
||||||
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Text selection/processing</title>
|
<title>Text selection/processing</title>
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
<link>/en/ebrowserreadme/</link>
|
<link>/en/ebrowserreadme/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>/en/ebrowserreadme/</guid>
|
<guid>/en/ebrowserreadme/</guid>
|
||||||
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).
lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard friendly with vim-style keymaps and command line support in address bar. global redirection to bypass censorship. user scripts at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file. customizable. Note: Usually electron apps are heavyweight as they use browsers for simple things.</description>
|
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).
lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard friendly with vim-style keymaps and command line support in address bar. global redirection to bypass censorship. user scripts at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file. CSS/JS for domains, similar to uweb, but use sitejs/[domain].</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title></title>
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/</loc>
|
<loc>/en/</loc>
|
||||||
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
|
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -508,7 +508,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/ebrowserreadme/</loc>
|
<loc>/en/ebrowserreadme/</loc>
|
||||||
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
|
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/mirrors/</loc>
|
<loc>/en/mirrors/</loc>
|
||||||
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
|
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
|
||||||
|
@ -539,7 +539,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/unlist/</loc>
|
<loc>/en/unlist/</loc>
|
||||||
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
|
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<link>/en/ebrowserreadme/</link>
|
<link>/en/ebrowserreadme/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>/en/ebrowserreadme/</guid>
|
<guid>/en/ebrowserreadme/</guid>
|
||||||
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).
lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard friendly with vim-style keymaps and command line support in address bar. global redirection to bypass censorship. user scripts at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file. customizable. Note: Usually electron apps are heavyweight as they use browsers for simple things.</description>
|
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).
lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard friendly with vim-style keymaps and command line support in address bar. global redirection to bypass censorship. user scripts at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file. CSS/JS for domains, similar to uweb, but use sitejs/[domain].</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title></title>
|
||||||
|
|
|
@ -6,6 +6,7 @@ Ebrowser is designed with the philosophy of [Android uweb browser](https://githu
|
||||||
- keyboard friendly with vim-style keymaps and command line support in address bar.
|
- keyboard friendly with vim-style keymaps and command line support in address bar.
|
||||||
- [global redirection](https://uweb.surge.sh/en/redirect/index.html#) to bypass censorship.
|
- [global redirection](https://uweb.surge.sh/en/redirect/index.html#) to bypass censorship.
|
||||||
- user scripts at will. Ex. pressing "md" in no-focus mode to preview markdown file.
|
- user scripts at will. Ex. pressing "md" in no-focus mode to preview markdown file.
|
||||||
|
- CSS/JS for domains, similar to [uweb](https://jamesfengcao.gitlab.io/uweb/en/sitejs/index.html), but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.
|
||||||
- customizable.
|
- customizable.
|
||||||
|
|
||||||
Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.
|
Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.
|
||||||
|
@ -99,7 +100,7 @@ The other commands are defined in "mapkeys.json", which will map keys to address
|
||||||
- "uas.json" : name-useragent pairs
|
- "uas.json" : name-useragent pairs
|
||||||
|
|
||||||
#### Javascript at three levels
|
#### Javascript at three levels
|
||||||
- Web page: urls like "javascript:" or bookmarklet command ":bml" run in web page.
|
- Web page: url like "javascript:" or bookmarklet command ":bml" runs in web page.
|
||||||
- Browser (or renderer process) :
|
- Browser (or renderer process) :
|
||||||
- ":bjs" to execute the following js code at browser level.
|
- ":bjs" to execute the following js code at browser level.
|
||||||
- "!xx" evaluates "xx.js", which could manipulate address bar etc.
|
- "!xx" evaluates "xx.js", which could manipulate address bar etc.
|
||||||
|
|
|
@ -69,6 +69,10 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
var historyFile = path.join(__dirname,'history.rec');
|
var historyFile = path.join(__dirname,'history.rec');
|
||||||
var bHistory = false;
|
var bHistory = false;
|
||||||
var bQueryHistory = false;
|
var bQueryHistory = false;
|
||||||
|
let sitecssP = path.join(__dirname,"sitecss");
|
||||||
|
let sitejsP = path.join(__dirname,"sitejs");
|
||||||
|
var bDomainJS = fs.existsSync(sitejsP);
|
||||||
|
var bDomainCSS = fs.existsSync(sitecssP);
|
||||||
var autocMode = 0; //0 for substring, 1 for startsWith
|
var autocMode = 0; //0 for substring, 1 for startsWith
|
||||||
const BML_head = "(async ()=>{let d=document;async function _loadJs(u){var a=d.createElement('script');a.type='text/javascript';a.async=false;a.src=u;d.body.appendChild(a);await new Promise(resolve=>a.onload=resolve)}";
|
const BML_head = "(async ()=>{let d=document;async function _loadJs(u){var a=d.createElement('script');a.type='text/javascript';a.async=false;a.src=u;d.body.appendChild(a);await new Promise(resolve=>a.onload=resolve)}";
|
||||||
const BML_tail = "})()";
|
const BML_tail = "})()";
|
||||||
|
@ -136,20 +140,55 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
iTab = i;
|
iTab = i;
|
||||||
tabs.children[iTab].classList.add('curWV');
|
tabs.children[iTab].classList.add('curWV');
|
||||||
}
|
}
|
||||||
|
async function loadJSFile(tab,jsF){
|
||||||
|
if(fs.existsSync(jsF)){
|
||||||
|
try {
|
||||||
|
let js = await fs.promises.readFile(jsF,'utf8');
|
||||||
|
tab.executeJavaScript(js,false);
|
||||||
|
}catch(e){}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
function cbStartLoading(e){
|
||||||
|
if(!bDomainCSS) return;
|
||||||
|
let tab = e.target;
|
||||||
|
let domain;
|
||||||
|
try{
|
||||||
|
domain = new URL(tab.getURL()).hostname;
|
||||||
|
}catch(e){return;}
|
||||||
|
let jsF = path.join(sitecssP, domain+".js");
|
||||||
|
loadJSFile(tab,jsF);
|
||||||
|
jsF = path.join(sitecssP, domain+".css");
|
||||||
|
if(fs.existsSync(jsF)){
|
||||||
|
(async ()=>{
|
||||||
|
try {
|
||||||
|
let css = await fs.promises.readFile(jsF,'utf8');
|
||||||
|
tab.insertCSS(css);
|
||||||
|
}catch(e){}
|
||||||
|
})();
|
||||||
|
}
|
||||||
|
}
|
||||||
function cbFinishLoad(e){
|
function cbFinishLoad(e){
|
||||||
let tab = e.target;
|
let tab = e.target;
|
||||||
|
let url = tab.getURL();
|
||||||
|
if(bHistory){
|
||||||
|
let histItem = tab.getTitle()+" "+url+"\n";
|
||||||
|
fs.appendFile(historyFile, histItem, (err) => {});
|
||||||
|
}
|
||||||
let js = tab.dataset.jsonce;
|
let js = tab.dataset.jsonce;
|
||||||
if(js){
|
if(js){
|
||||||
tab.dataset.jsonce = null;
|
tab.dataset.jsonce = null;
|
||||||
tab.executeJavaScript(js,false);
|
tab.executeJavaScript(js,false);
|
||||||
}
|
}
|
||||||
if(!bHistory) return;
|
if(bDomainJS){
|
||||||
let histItem = tab.getTitle()+" "+tab.getURL()+"\n";
|
let domain = new URL(url).hostname;
|
||||||
fs.appendFile(historyFile, histItem, (err) => {});
|
let jsF = path.join(sitejsP, domain+".js");
|
||||||
|
loadJSFile(tab,jsF);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
function initTab(tab){
|
function initTab(tab){
|
||||||
tab.allowpopups = true;
|
tab.allowpopups = true;
|
||||||
tab.addEventListener('did-finish-load',cbFinishLoad);
|
tab.addEventListener('did-finish-load',cbFinishLoad);
|
||||||
|
tab.addEventListener('did-start-loading',cbStartLoading);
|
||||||
}
|
}
|
||||||
function newTab(){
|
function newTab(){
|
||||||
var tab = document.createElement('webview');
|
var tab = document.createElement('webview');
|
||||||
|
@ -425,15 +464,15 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
do {
|
do {
|
||||||
if(q.length>12){
|
if(q.length>12){
|
||||||
let c6 = q.charCodeAt(6);
|
let c6 = q.charCodeAt(6);
|
||||||
if(47===c6){// '/'
|
if(58===q.charCodeAt(1)){
|
||||||
|
internalLink(q);
|
||||||
|
return;
|
||||||
|
}else if(47===c6){// '/'
|
||||||
let c5 = q.charCodeAt(5);
|
let c5 = q.charCodeAt(5);
|
||||||
if(47===c5 && 58===q.charCodeAt(4))//http/file urls
|
if(47===c5 && 58===q.charCodeAt(4))//http/file urls
|
||||||
break NOREC;
|
break NOREC;
|
||||||
if(58===c5 && 47===q.charCodeAt(7))//https://
|
if(58===c5 && 47===q.charCodeAt(7))//https://
|
||||||
break NOREC;
|
break NOREC;
|
||||||
}else if(58===q.charCodeAt(1)){
|
|
||||||
internalLink(q);
|
|
||||||
return;
|
|
||||||
}else if(q.startsWith("javascript:")){
|
}else if(q.startsWith("javascript:")){
|
||||||
tabs.children[iTab].executeJavaScript(q.substring(11),false);
|
tabs.children[iTab].executeJavaScript(q.substring(11),false);
|
||||||
recQueryHistory(q);
|
recQueryHistory(q);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{"version":"1.0.43",
|
{"version":"1.0.45",
|
||||||
"name": "ebrowser",
|
"name": "ebrowser",
|
||||||
"description": "The keyboard-friendly minimal suckless web browser",
|
"description": "The keyboard-friendly minimal suckless web browser",
|
||||||
"main": "webview.js",
|
"main": "webview.js",
|
||||||
|
|
|
@ -17,10 +17,11 @@
|
||||||
"git":"https://github.com/search?type=Repositories&q=%s",
|
"git":"https://github.com/search?type=Repositories&q=%s",
|
||||||
"gt":"https://kkgithub.com/search?type=Repositories&q=%s",
|
"gt":"https://kkgithub.com/search?type=Repositories&q=%s",
|
||||||
"360":"https://so.360.com/s?q=%s",
|
"360":"https://so.360.com/s?q=%s",
|
||||||
"tg":"i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s",
|
"tg":"https://www.tiangong.cn/result?q=%s",
|
||||||
"cg":"i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s",
|
"cg":"i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s",
|
||||||
"s100":"i:0/js/hash2input.js:https://www.sou100.com/#%s",
|
"s100":"i:0/js/hash2input.js:https://www.sou100.com/#%s",
|
||||||
|
"csdn":"i:0/js/hash2textarea.js:https://chat.csdn.net#%s",
|
||||||
"bdc":"i:0/js/hash2editable.js:https://chat.baidu.com/#%s",
|
"bdc":"i:0/js/hash2editable.js:https://chat.baidu.com/#%s",
|
||||||
"miku":"i:0/js/hash2textarea.js:https://www.hellomiku.com#%s",
|
"miku":"i:0/js/hash2textarea.js:https://www.hellomiku.com#%s",
|
||||||
"bd":"https://m.baidu.com/s?wd=%s"
|
"bd":"https://baidu.com/s?wd=%s"
|
||||||
}
|
}
|
||||||
|
|
1
misc/ebrowser/sitecss/baidu.com.css
Normal file
1
misc/ebrowser/sitecss/baidu.com.css
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.ec_wise_ad,.ec_wise_pp,.na-like-container{transform:scale(0)!important;display:none!important}
|
12
misc/ebrowser/sitejs/mypikpak.net.js
Normal file
12
misc/ebrowser/sitejs/mypikpak.net.js
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
(function() {
|
||||||
|
const originFetch = fetch;
|
||||||
|
window.fetch = (...arg) => {
|
||||||
|
if (arg[0].indexOf('area_accessible') > -1) {
|
||||||
|
return new Promise(() => {
|
||||||
|
throw new Error();
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
return originFetch(...arg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})();
|
|
@ -4,14 +4,14 @@
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>/en/sitemap.xml</loc>
|
<loc>/en/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
|
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>/zh/sitemap.xml</loc>
|
<loc>/zh/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
|
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>zh</language>
|
<language>zh</language>
|
||||||
<lastBuildDate>Sat, 29 Jun 2024 08:56:35 +0800</lastBuildDate>
|
<lastBuildDate>Sat, 29 Jun 2024 22:03:52 +0800</lastBuildDate>
|
||||||
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>操作选中(富)文本/元素</title>
|
<title>操作选中(富)文本/元素</title>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<link>/zh/search/</link>
|
<link>/zh/search/</link>
|
||||||
<pubDate>Thu, 28 Jul 2022 00:00:00 +0000</pubDate>
|
<pubDate>Thu, 28 Jul 2022 00:00:00 +0000</pubDate>
|
||||||
<guid>/zh/search/</guid>
|
<guid>/zh/search/</guid>
|
||||||
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。
AI引擎:
gitcode:https://gitcode.com/aisearch?q=
metaso:https://metaso.cn/?q=
kaisou:https://kaisouai.com?q=
360AI:https://so.360.com/s?q=
gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s
tiangong:i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s
xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s
baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s
chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s
doubao:i:0/js/hash2textarea.js:https://www.doubao.com/chat/#%s
baichuan:i:0/js/hash2textarea.js:https://www.baichuan-ai.com/chat#%s
bocha:i:0/js/hash2textarea.js:https://bochaai.com/#%s
sou100:i:0/js/hash2input.js:https://www.sou100.com/#%s
miku:i:0/js/hash2textarea.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>
|
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。
AI引擎:
tiangong:https://www.tiangong.cn/result?q=
gitcode:https://gitcode.com/aisearch?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=
gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s
xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s
baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s
chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s
doubao:i:0/js/hash2textarea.js:https://www.doubao.com/chat/#%s
baichuan:i:0/js/hash2textarea.js:https://www.baichuan-ai.com/chat#%s
bocha:i:0/js/hash2textarea.js:https://bochaai.com/#%s
sou100:i:0/js/hash2input.js:https://www.sou100.com/#%s
miku:i:0/js/hash2textarea.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=</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>html5应用</title>
|
<title>html5应用</title>
|
||||||
|
|
|
@ -49,12 +49,14 @@
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="../index.html#">超微浏览器</a>下点击搜索引擎配置链接可自动添加到主屏。</p>
|
<p><a href="../index.html#">超微浏览器</a>下点击搜索引擎配置链接可自动添加到主屏。</p>
|
||||||
<p>AI引擎:<br>
|
<p>AI引擎:<br>
|
||||||
<a href="i:00gitcode:https://gitcode.com/aisearch?q=">gitcode:https://gitcode.com/aisearch?q=</a></p>
|
<a href="i:00tiangong:https://www.tiangong.cn/result?q=">tiangong:https://www.tiangong.cn/result?q=</a></p>
|
||||||
|
<p><a href="i:00gitcode:https://gitcode.com/aisearch?q=">gitcode:https://gitcode.com/aisearch?q=</a></p>
|
||||||
<p><a href="i:00metaso:https://metaso.cn/?q=">metaso:https://metaso.cn/?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:00kaisou:https://kaisouai.com?q=">kaisou:https://kaisouai.com?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: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>
|
||||||
<p><a href="i:00gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s">gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s</a></p>
|
<p><a href="i:00gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s">gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s</a></p>
|
||||||
<p><a href="i:00tiangong:i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s">tiangong:i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s</a></p>
|
|
||||||
<p><a href="i:00xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s">xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s</a></p>
|
<p><a href="i:00xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s">xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s</a></p>
|
||||||
<p><a href="i:00baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s">baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s</a></p>
|
<p><a href="i:00baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s">baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s</a></p>
|
||||||
<p><a href="i:00chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s">chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s</a></p>
|
<p><a href="i:00chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s">chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s</a></p>
|
||||||
|
@ -327,7 +329,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 29 June 2024<br>
|
<p>Last Modified: 29 June 2024<br>
|
||||||
README update<br>
|
add AI engines<br>
|
||||||
<pre>24.02.26 添加网盘搜索引擎
|
<pre>24.02.26 添加网盘搜索引擎
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/</loc>
|
<loc>/zh/</loc>
|
||||||
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
|
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/topposts/</loc>
|
<loc>/zh/topposts/</loc>
|
||||||
<lastmod>2024-06-29T08:34:00+08:00</lastmod>
|
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/search/</loc>
|
<loc>/zh/search/</loc>
|
||||||
<lastmod>2024-06-29T08:34:00+08:00</lastmod>
|
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
<description>Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化</description>
|
<description>Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>zh</language>
|
<language>zh</language>
|
||||||
<lastBuildDate>Sat, 29 Jun 2024 08:34:00 +0800</lastBuildDate>
|
<lastBuildDate>Sat, 29 Jun 2024 22:03:52 +0800</lastBuildDate>
|
||||||
<atom:link href="/zh/topposts/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/zh/topposts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>浏览器多搜索引擎一键直达</title>
|
<title>浏览器多搜索引擎一键直达</title>
|
||||||
<link>/zh/search/</link>
|
<link>/zh/search/</link>
|
||||||
<pubDate>Thu, 28 Jul 2022 00:00:00 +0000</pubDate>
|
<pubDate>Thu, 28 Jul 2022 00:00:00 +0000</pubDate>
|
||||||
<guid>/zh/search/</guid>
|
<guid>/zh/search/</guid>
|
||||||
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。
AI引擎:
gitcode:https://gitcode.com/aisearch?q=
metaso:https://metaso.cn/?q=
kaisou:https://kaisouai.com?q=
360AI:https://so.360.com/s?q=
gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s
tiangong:i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s
xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s
baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s
chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s
doubao:i:0/js/hash2textarea.js:https://www.doubao.com/chat/#%s
baichuan:i:0/js/hash2textarea.js:https://www.baichuan-ai.com/chat#%s
bocha:i:0/js/hash2textarea.js:https://bochaai.com/#%s
sou100:i:0/js/hash2input.js:https://www.sou100.com/#%s
miku:i:0/js/hash2textarea.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>
|
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。
AI引擎:
tiangong:https://www.tiangong.cn/result?q=
gitcode:https://gitcode.com/aisearch?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=
gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s
xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s
baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s
chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s
doubao:i:0/js/hash2textarea.js:https://www.doubao.com/chat/#%s
baichuan:i:0/js/hash2textarea.js:https://www.baichuan-ai.com/chat#%s
bocha:i:0/js/hash2textarea.js:https://bochaai.com/#%s
sou100:i:0/js/hash2input.js:https://www.sou100.com/#%s
miku:i:0/js/hash2textarea.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=</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>配置总览</title>
|
<title>配置总览</title>
|
||||||
|
|
Loading…
Reference in a new issue