mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
blog update
This commit is contained in:
parent
baf24bc027
commit
ef4e3b8748
30 changed files with 708 additions and 139 deletions
167
searchcat/index.html
Normal file
167
searchcat/index.html
Normal file
|
@ -0,0 +1,167 @@
|
|||
<!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>
|
||||
|
||||
分类多搜索引擎
|
||||
|
||||
</title>
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="/uWeb/css/aircloud.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">
|
||||
<div class="contents" id="nav-content">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/uWeb/">
|
||||
<i class="iconfont icon-shouye1"></i>
|
||||
<span>HOME</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/uWeb/tags">
|
||||
<i class="iconfont icon-biaoqian1"></i>
|
||||
<span>TAGS</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/uWeb/archives">
|
||||
<i class="iconfont icon-guidang2"></i>
|
||||
<span>ARCHIVES</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="toc" class="toc-article">
|
||||
|
||||
</div>
|
||||
|
||||
</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>
|
||||
<input id="search-input">
|
||||
<span id="begin-search">search</span>
|
||||
</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">
|
||||
<span class="attr">Post:<span>2019-05-27 20:24:29</span></span>
|
||||
|
||||
<span class="attr">Tags:/
|
||||
|
||||
<a class="tag" href="/uWeb/tags/#搜索" title="搜索">搜索</a>
|
||||
<span>/</span>
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="post-content ">
|
||||
<p>长按下面链接可直接下载为分类多引擎搜索配置文件:<br><a href="http://jamesfengcao.gitee.io/searchurl/movie_zh.search" target="_blank" rel="noopener">影视搜索</a><br><a href="http://jamesfengcao.gitee.io/searchurl/novel_zh.search" target="_blank" rel="noopener">小说搜索</a></p>
|
||||
<p><a href="..">超微浏览器</a>中通过“设置”->“总目录”->“↑”->“Download”,点击后缀为.search的下载文件,超微浏览器将自动显示分类多引擎搜索。此时按菜单键(或长按底部工具条后退按钮)选择“添加到桌面”方便以后访问。</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="/uWeb/js/index.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue