2018-12-18 22:56:58 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head><meta name="generator" content="Hexo 3.8.0">
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="keyword" content="">
|
|
|
|
|
<link rel="shortcut icon" href="/uWeb/img/favicon.ico">
|
|
|
|
|
|
|
|
|
|
<title>
|
|
|
|
|
|
2018-12-18 23:31:42 +00:00
|
|
|
|
浏览器多搜索引擎一键直达
|
2018-12-18 22:56:58 +00:00
|
|
|
|
|
|
|
|
|
</title>
|
|
|
|
|
|
|
|
|
|
<!-- Custom CSS -->
|
|
|
|
|
<link rel="stylesheet" href="/uWeb/css/aircloud.css">
|
|
|
|
|
<link rel="stylesheet" href="/uWeb/css/gitment.css">
|
|
|
|
|
<!--<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">-->
|
|
|
|
|
<link href="//at.alicdn.com/t/font_620856_pl6z7sid89qkt9.css" rel="stylesheet" type="text/css">
|
|
|
|
|
<!-- ga & ba script hoook -->
|
|
|
|
|
<script></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div class="site-nav-toggle" id="site-nav-toggle">
|
|
|
|
|
<button>
|
|
|
|
|
<span class="btn-bar"></span>
|
|
|
|
|
<span class="btn-bar"></span>
|
|
|
|
|
<span class="btn-bar"></span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="index-about">
|
|
|
|
|
<i> </i>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="index-container">
|
|
|
|
|
|
|
|
|
|
<div class="index-left">
|
|
|
|
|
|
|
|
|
|
<div class="nav" id="nav">
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<div class="avatar-name">
|
|
|
|
|
<div class="avatar">
|
|
|
|
|
<img src="<%= config['root'] %><%= config['sidebar-avatar'] %>" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="name">
|
|
|
|
|
<i><%= config.author %></i>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-12-18 22:56:58 +00:00
|
|
|
|
<div class="contents" id="nav-content">
|
|
|
|
|
<ul>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<li <% if(is_home()){ %> <%- "class=active" %> <% } %>>
|
|
|
|
|
<a href="<%= url_for(config.home_dir || '/') %>">
|
2018-12-18 22:56:58 +00:00
|
|
|
|
<i class="iconfont icon-shouye1"></i>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<span><%= __('nav.home') %></span>
|
2018-12-18 22:56:58 +00:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<li <% if(is_current('tags')){ %> <%- "class=active" %> <% } %>>
|
|
|
|
|
<a href="<%= url_for(config.tag_dir) %>">
|
2018-12-18 22:56:58 +00:00
|
|
|
|
<i class="iconfont icon-biaoqian1"></i>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<span><%= __('nav.tags') %></span>
|
2018-12-22 03:41:03 +00:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<li <% if(is_current('archive')){ %> <%- "class=active" %> <% } %>>
|
|
|
|
|
<a href="<%= url_for(config.archive_dir) %>">
|
2018-12-22 03:48:53 +00:00
|
|
|
|
<i class="iconfont icon-guidang2"></i>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<span><%= __('nav.archives') %></span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li <% if(is_current('about')){ %> <%- "class=active" %> <% } %>>
|
|
|
|
|
<a href="<%= config.root %><%- 'about/' %>">
|
|
|
|
|
<i class="iconfont icon-guanyu2"></i>
|
|
|
|
|
<span><%= __('nav.about') %></span>
|
2018-12-22 03:41:03 +00:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<%if(config.search && config.search.path){%>
|
|
|
|
|
<li>
|
|
|
|
|
<a id="search">
|
|
|
|
|
<i class="iconfont icon-sousuo1"></i>
|
|
|
|
|
<span><%= __('nav.search') %></span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<% } %>
|
2018-12-18 22:56:58 +00:00
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<%
|
|
|
|
|
if(is_post()){
|
|
|
|
|
// if(/[0-9]*\/[0-9]*\/[0-9]*\//.test(path)){
|
|
|
|
|
%>
|
|
|
|
|
<%- partial('./toc', {item: page, index: false}) %>
|
|
|
|
|
<% } %>
|
2018-12-18 22:56:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="search-field" id="search-field">
|
|
|
|
|
<div class="search-container">
|
|
|
|
|
<div class="search-input">
|
|
|
|
|
<span id="esc-search"> <i class="icon-fanhui iconfont"></i></span>
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<input id="search-input"/>
|
|
|
|
|
<span id="begin-search"><%= __('search.search') %></span>
|
2018-12-18 22:56:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="search-result-container" id="search-result-container">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="index-about-mobile">
|
|
|
|
|
<i> </i>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="index-middle">
|
|
|
|
|
<!-- Main Content -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-container">
|
|
|
|
|
<div class="post-title">
|
|
|
|
|
浏览器多搜索引擎一键直达
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="post-meta">
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<span class="attr">发布于:<span>2018-12-09 15:43:51</span></span>
|
2018-12-18 22:56:58 +00:00
|
|
|
|
|
|
|
|
|
|
2019-01-10 03:18:57 +00:00
|
|
|
|
<span class="attr">访问:<span id="busuanzi_value_page_pv"></span>
|
2018-12-18 22:56:58 +00:00
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="post-content ">
|
|
|
|
|
<p>使用Android端<a href="https://www.coolapk.com/apk/info.torapp.uweb" target="_blank" rel="noopener">uweb浏览器</a>。</p>
|
|
|
|
|
<p>推荐引擎(将下面文本添加到/sdcard/uweb/searchurl.txt中):<br>化学品:<a href="http://www.basechem.org/search?q=" target="_blank" rel="noopener">http://www.basechem.org/search?q=</a><br>大百科全书:<a href="http://h.bkzx.cn/search?sublibId=2&query=" target="_blank" rel="noopener">http://h.bkzx.cn/search?sublibId=2&query=</a><br>柯林斯双解:<a href="http://www.iciba.com/" target="_blank" rel="noopener">http://www.iciba.com/</a><br>柯林斯汉英大词典:<a href="https://www.hjdict.com/w/" target="_blank" rel="noopener">https://www.hjdict.com/w/</a><br>剑桥双解:<a href="https://dictionary.cambridge.org/dictionary/english-chinese-simplified/" target="_blank" rel="noopener">https://dictionary.cambridge.org/dictionary/english-chinese-simplified/</a><br>现代日汉双解:<a href="https://dict.hjenglish.com/jp/jc/" target="_blank" rel="noopener">https://dict.hjenglish.com/jp/jc/</a><br>wolfram:<a href="https://www.wolframalpha.com/input/?i=" target="_blank" rel="noopener">https://www.wolframalpha.com/input/?i=</a><br>duck:<a href="https://duckduckgo.com/?q=" target="_blank" rel="noopener">https://duckduckgo.com/?q=</a><br>wiki:<a href="https://en.wikipedia.org/wiki/" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/</a><br>git:<a href="https://github.com/search?type=Repositories&q=" target="_blank" rel="noopener">https://github.com/search?type=Repositories&q=</a><br>man:<a href="http://man.cx/" target="_blank" rel="noopener">http://man.cx/</a><br>code:<a href="http://searchcode.com/?q=" target="_blank" rel="noopener">http://searchcode.com/?q=</a><br>牛津搭配:<a href="http://www.freecollocation.com/search?word=" target="_blank" rel="noopener">http://www.freecollocation.com/search?word=</a><br>chem:<a href="https://www.ncbi.nlm.nih.gov/pccompound?term=" target="_blank" rel="noopener">https://www.ncbi.nlm.nih.gov/pccompound?term=</a><br>googledict:<a href="http://googledictionary.freecollocation.com/meaning?word=" target="_blank" rel="noopener">http://googledictionary.freecollocation.com/meaning?word=</a> </p>
|
|
|
|
|
<p>其中中国大百科全书注册登录后才可免费查阅。更多引擎可参看:<br><a href="https://www.pdawiki.com/forum/thread-28557-1-1.html?x=4030" target="_blank" rel="noopener">https://www.pdawiki.com/forum/thread-28557-1-1.html?x=4030</a>(需免费注册才可查看,正与站长协商开放权限)<br><a href="https://github.com/Dictionaryphile/All_Dictionaries" target="_blank" rel="noopener">https://github.com/Dictionaryphile/All_Dictionaries</a> </p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
<div id="comment-container">
|
|
|
|
|
</div>
|
|
|
|
|
<div id="disqus_thread"></div>
|
|
|
|
|
|
|
|
|
|
<div id="lv-container">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer class="footer">
|
|
|
|
|
<ul class="list-inline text-center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
// We expose some of the variables needed by the front end
|
|
|
|
|
window.hexo_search_path = ""
|
|
|
|
|
window.hexo_root = "/uWeb/"
|
|
|
|
|
window.isPost = true
|
|
|
|
|
</script>
|
|
|
|
|
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
|
|
|
|
|
<script src="/uWeb/js/index.js"></script>
|
|
|
|
|
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|