|
@@ -19,7 +19,7 @@
|
|
|
|
|
|
<script id="hexo-configurations">
|
|
|
var NexT = window.NexT || {};
|
|
|
- var CONFIG = {"hostname":"schtonn.github.io","root":"/","scheme":"Muse","version":"7.7.2","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":true,"show_result":true,"style":"flat"},"back2top":{"enable":true,"sidebar":false,"scrollpercent":true},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":true,"pangu":false,"comments":{"style":"tabs","active":"valine","storage":true,"lazyload":false,"nav":null,"activeClass":"valine"},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideLeftIn"}}};
|
|
|
+ var CONFIG = {"hostname":"schtonn.github.io","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":true,"show_result":true,"style":"flat"},"back2top":{"enable":true,"sidebar":false,"scrollpercent":true},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":true,"pangu":false,"comments":{"style":"tabs","active":"valine","storage":true,"lazyload":false,"nav":null,"activeClass":"valine"},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
|
|
|
</script>
|
|
|
|
|
|
<meta name="description" content="The blog of a middle school OIer">
|
|
@@ -40,7 +40,8 @@
|
|
|
CONFIG.page = {
|
|
|
sidebar: "",
|
|
|
isHome : true,
|
|
|
- isPost : false
|
|
|
+ isPost : false,
|
|
|
+ lang : 'en'
|
|
|
};
|
|
|
</script>
|
|
|
|
|
@@ -93,14 +94,12 @@
|
|
|
|
|
|
<div class="site-meta">
|
|
|
|
|
|
- <div>
|
|
|
- <a href="/" class="brand" rel="start">
|
|
|
- <span class="logo-line-before"><i></i></span>
|
|
|
- <span class="site-title">Alex's Blog</span>
|
|
|
- <span class="logo-line-after"><i></i></span>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <p class="site-subtitle">Middle school OIer</p>
|
|
|
+ <a href="/" class="brand" rel="start">
|
|
|
+ <span class="logo-line-before"><i></i></span>
|
|
|
+ <h1 class="site-title">Alex's Blog</h1>
|
|
|
+ <span class="logo-line-after"><i></i></span>
|
|
|
+ </a>
|
|
|
+ <p class="site-subtitle" itemprop="description">Middle school OIer</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="site-nav-right">
|
|
@@ -110,8 +109,9 @@
|
|
|
</div>
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
<nav class="site-nav">
|
|
|
-
|
|
|
<ul id="menu" class="menu">
|
|
|
<li class="menu-item menu-item-home">
|
|
|
|
|
@@ -139,8 +139,11 @@
|
|
|
|
|
|
</li>
|
|
|
</ul>
|
|
|
-
|
|
|
</nav>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
</header>
|
|
|
|
|
@@ -157,25 +160,13 @@
|
|
|
<div class="content-wrap">
|
|
|
|
|
|
|
|
|
- <div class="content">
|
|
|
+ <div class="content index posts-expand">
|
|
|
|
|
|
-
|
|
|
- <div class="posts-expand">
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/plan/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -187,18 +178,12 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/plan/" class="post-title-link" itemprop="url">plan</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
- <i class="fa fa-thumb-tack"></i>
|
|
|
- <font color=7D26CD>Pinned</font>
|
|
|
- <span class="post-meta-divider">|</span>
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -258,21 +243,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/matrix-pow/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -284,14 +259,12 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/matrix-pow/" class="post-title-link" itemprop="url">矩阵快速幂运用</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -359,21 +332,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/computer/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -385,14 +348,12 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/computer/" class="post-title-link" itemprop="url">How do computers work?</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -452,21 +413,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/segment-tree/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -478,14 +429,12 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/segment-tree/" class="post-title-link" itemprop="url">线段树</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -550,21 +499,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/fibonacci/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -576,14 +515,12 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/fibonacci/" class="post-title-link" itemprop="url">斐波那契数列-O(1)</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -660,21 +597,11 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/dinic/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -686,14 +613,12 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/dinic/" class="post-title-link" itemprop="url">网络最大流-Dinic</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -758,21 +683,11 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/min-span-tree/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -784,14 +699,12 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/min-span-tree/" class="post-title-link" itemprop="url">最小生成树</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -856,21 +769,11 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/union-find/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -882,14 +785,12 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/union-find/" class="post-title-link" itemprop="url">并查集</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -952,21 +853,11 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/tree-link/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -978,14 +869,12 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/tree-link/" class="post-title-link" itemprop="url">树链剖分</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -1050,21 +939,11 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
- <article itemscope itemtype="http://schema.org/Article" class="post-block home" lang="en">
|
|
|
+ <article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
|
|
|
<link itemprop="mainEntityOfPage" href="https://schtonn.github.io/posts/test/">
|
|
|
-<script>
|
|
|
- (function(){
|
|
|
- if(''){
|
|
|
- if (prompt('Password?') !== ''){
|
|
|
- alert('GOAWAY!');
|
|
|
- history.back();
|
|
|
- }
|
|
|
- }
|
|
|
- })();
|
|
|
-</script>
|
|
|
|
|
|
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
|
<meta itemprop="image" content="/images/avatar.gif">
|
|
@@ -1076,14 +955,12 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
- <h1 class="post-title" itemprop="name headline">
|
|
|
+ <h2 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/posts/test/" class="post-title-link" itemprop="url">test</a>
|
|
|
- </h1>
|
|
|
+ </h2>
|
|
|
|
|
|
<div class="post-meta">
|
|
|
-
|
|
|
-
|
|
|
<span class="post-meta-item">
|
|
|
<span class="post-meta-item-icon">
|
|
|
<i class="fa fa-calendar-o"></i>
|
|
@@ -1140,7 +1017,6 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
|
|
|
|
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
|
|
|
|
@@ -1151,7 +1027,7 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
|
|
|
<script>
|
|
|
window.addEventListener('tabs:register', () => {
|
|
|
- let activeClass = CONFIG.comments.activeClass;
|
|
|
+ let { activeClass } = CONFIG.comments;
|
|
|
if (CONFIG.comments.storage) {
|
|
|
activeClass = localStorage.getItem('comments_active') || activeClass;
|
|
|
}
|
|
@@ -1222,7 +1098,7 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<a href="https://github.com/schtonn" title="GitHub → https://github.com/schtonn" rel="noopener" target="_blank"><i class="fa fa-fw fa-github"></i>GitHub</a>
|
|
|
</span>
|
|
|
<span class="links-of-author-item">
|
|
|
- <a href="skype:alex?call|chat" title="Skype → skype:alex?call|chat" rel="noopener" target="_blank"><i class="fa fa-fw fa-skype"></i>Skype</a>
|
|
|
+ <a href="mailto:m18519511495@163.com" title="E-Mail → mailto:m18519511495@163.com" rel="noopener" target="_blank"><i class="fa fa-fw fa-envelope"></i>E-Mail</a>
|
|
|
</span>
|
|
|
</div>
|
|
|
|
|
@@ -1243,9 +1119,13 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
+
|
|
|
+
|
|
|
<div id="treefrog" style="text-align: center;margin-top: 18px;">
|
|
|
- <object type="application/x-shockwave-flash" style="outline:none;" data="/js/treefrog.swf?up_bodyColor=444444&up_pattern=0&up_flyColor=777777&up_tongueColor=555555&up_patternColor=000000&up_releaseFly=0&up_frogName=Froggie&up_backgroundImage=http://&up_bellySize=.5&up_footColor=444444&up_eyeColor=444444&up_backgroundColor=222222&" width="300" height="600"><param name="movie" value="http://cdn.abowman.com/widgets/treefrog/treefrog.swf?up_bodyColor=444444&up_pattern=0&up_flyColor=777777&up_tongueColor=555555&up_patternColor=000000&up_releaseFly=0&up_frogName=Froggie&up_backgroundImage=http://&up_bellySize=.5&up_footColor=444444&up_eyeColor=444444&up_backgroundColor=222222&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
|
|
|
+ <object type="application/x-shockwave-flash" style="outline:none;" data="/flash/treefrog.swf?up_bodyColor=444444&up_pattern=0&up_flyColor=777777&up_tongueColor=555555&up_patternColor=000000&up_releaseFly=0&up_frogName=Froggie&up_backgroundImage=http://&up_bellySize=.5&up_footColor=444444&up_eyeColor=444444&up_backgroundColor=222222&" width="300" height="600"><param name="movie" value="http://cdn.abowman.com/widgets/treefrog/treefrog.swf?up_bodyColor=444444&up_pattern=0&up_flyColor=777777&up_tongueColor=555555&up_patternColor=000000&up_releaseFly=0&up_frogName=Froggie&up_backgroundImage=http://&up_bellySize=.5&up_footColor=444444&up_eyeColor=444444&up_backgroundColor=222222&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
|
|
|
</div>
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
</aside>
|
|
|
<div id="sidebar-dimmer"></div>
|
|
@@ -1258,6 +1138,8 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<div class="footer-inner">
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
<div class="copyright">
|
|
|
|
|
|
©
|
|
@@ -1301,15 +1183,6 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
|
|
|
|
|
|
|
|
|
- <script>
|
|
|
- (function(){
|
|
|
- var bp = document.createElement('script');
|
|
|
- var curProtocol = window.location.protocol.split(':')[0];
|
|
|
- bp.src = (curProtocol === 'https') ? 'https://zz.bdstatic.com/linksubmit/push.js' : 'http://push.zhanzhang.baidu.com/push.js';
|
|
|
- var s = document.getElementsByTagName("script")[0];
|
|
|
- s.parentNode.insertBefore(bp, s);
|
|
|
- })();
|
|
|
- </script>
|
|
|
|
|
|
|
|
|
|
|
@@ -1349,7 +1222,7 @@ NexT.utils.loadComments(document.querySelector('#valine-comments'), () => {
|
|
|
notify : true,
|
|
|
appId : 'BmologYYnRqCv0SLHDeDdA17-gzGzoHsz',
|
|
|
appKey : 'w9mVebFMdCmY6Nh9vfcBGaGt',
|
|
|
- placeholder: "Determination.",
|
|
|
+ placeholder: "Say something.",
|
|
|
avatar : 'mm',
|
|
|
meta : guest,
|
|
|
pageSize : '10' || 10,
|