mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
291 lines
9.2 KiB
HTML
291 lines
9.2 KiB
HTML
<!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 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">
|
|
<div class="avatar-name">
|
|
<div class="avatar">
|
|
<img src="<%= config['root'] %><%= config['sidebar-avatar'] %>" />
|
|
</div>
|
|
<div class="name">
|
|
<i><%= config.author %></i>
|
|
</div>
|
|
</div>
|
|
<div class="contents" id="nav-content">
|
|
<ul>
|
|
<li <% if(is_home()){ %> <%- "class=active" %> <% } %>>
|
|
<a href="<%= url_for(config.home_dir || '/') %>">
|
|
<i class="iconfont icon-shouye1"></i>
|
|
<span><%= __('nav.home') %></span>
|
|
</a>
|
|
</li>
|
|
<li <% if(is_current('tags')){ %> <%- "class=active" %> <% } %>>
|
|
<a href="<%= url_for(config.tag_dir) %>">
|
|
<i class="iconfont icon-biaoqian1"></i>
|
|
<span><%= __('nav.tags') %></span>
|
|
</a>
|
|
</li>
|
|
<li <% if(is_current('archive')){ %> <%- "class=active" %> <% } %>>
|
|
<a href="<%= url_for(config.archive_dir) %>">
|
|
<i class="iconfont icon-guidang2"></i>
|
|
<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>
|
|
</a>
|
|
</li>
|
|
<%if(config.search && config.search.path){%>
|
|
<li>
|
|
<a id="search">
|
|
<i class="iconfont icon-sousuo1"></i>
|
|
<span><%= __('nav.search') %></span>
|
|
</a>
|
|
</li>
|
|
<% } %>
|
|
</ul>
|
|
</div>
|
|
<%
|
|
if(is_post()){
|
|
// if(/[0-9]*\/[0-9]*\/[0-9]*\//.test(path)){
|
|
%>
|
|
<%- partial('./toc', {item: page, index: false}) %>
|
|
<% } %>
|
|
</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.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="archives-container">
|
|
|
|
<div class="one-tag-list">
|
|
<span class="fa fa-calendar-times-o listing-seperator" id="2019">
|
|
<span class="tag-text">2019</span>
|
|
</span>
|
|
<ul>
|
|
|
|
<!-- <li class="listing-item">
|
|
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
|
</li> -->
|
|
<li>
|
|
<span>01-10</span>
|
|
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
|
<a href="/uWeb/adblock/">
|
|
<span>
|
|
利用超级hosts绝杀广告
|
|
</span>
|
|
</a>
|
|
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
|
</li>
|
|
|
|
<!-- <li class="listing-item">
|
|
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
|
</li> -->
|
|
<li>
|
|
<span>01-01</span>
|
|
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
|
<a href="/uWeb/redirect/">
|
|
<span>
|
|
重定向国外网址至国内镜像
|
|
</span>
|
|
</a>
|
|
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="one-tag-list">
|
|
<span class="fa fa-calendar-times-o listing-seperator" id="2018">
|
|
<span class="tag-text">2018</span>
|
|
</span>
|
|
<ul>
|
|
|
|
<!-- <li class="listing-item">
|
|
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
|
</li> -->
|
|
<li>
|
|
<span>12-11</span>
|
|
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
|
<a href="/uWeb/hosts/">
|
|
<span>
|
|
利用超级hosts文件加速访问国外网站
|
|
</span>
|
|
</a>
|
|
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
|
</li>
|
|
|
|
<!-- <li class="listing-item">
|
|
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
|
</li> -->
|
|
<li>
|
|
<span>12-11</span>
|
|
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
|
<a href="/uWeb/gnuplot/">
|
|
<span>
|
|
利用浏览器地址栏对函数作图
|
|
</span>
|
|
</a>
|
|
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
|
</li>
|
|
|
|
<!-- <li class="listing-item">
|
|
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
|
</li> -->
|
|
<li>
|
|
<span>12-11</span>
|
|
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
|
<a href="/uWeb/bc/">
|
|
<span>
|
|
配置浏览器地址栏作为超级计算器(bc)
|
|
</span>
|
|
</a>
|
|
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
|
</li>
|
|
|
|
<!-- <li class="listing-item">
|
|
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
|
</li> -->
|
|
<li>
|
|
<span>12-10</span>
|
|
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
|
<a href="/uWeb/urls/">
|
|
<span>
|
|
配置浏览器特色服务
|
|
</span>
|
|
</a>
|
|
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
|
</li>
|
|
|
|
<!-- <li class="listing-item">
|
|
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
|
</li> -->
|
|
<li>
|
|
<span>12-09</span>
|
|
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
|
<a href="/uWeb/search/">
|
|
<span>
|
|
浏览器多搜索引擎一键直达
|
|
</span>
|
|
</a>
|
|
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
</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 = false
|
|
</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>
|