Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XXTX-TOP committed Dec 25, 2023
1 parent 7932eea commit 5f2dcff
Show file tree
Hide file tree
Showing 55 changed files with 242 additions and 1,771 deletions.
1 change: 1 addition & 0 deletions .deploy_git
Submodule .deploy_git added at dda888
2 changes: 1 addition & 1 deletion db.json

Large diffs are not rendered by default.

193 changes: 95 additions & 98 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"server": "hexo server"
},
"hexo": {
"version": "6.3.0"
"version": "7.0.0"
},
"dependencies": {
"colorjs.io": "^0.4.5",
"hexo": "^7.0.0",
"hexo-deployer-git": "^4.0.0",
"hexo-generator-archive": "^2.0.0",
Expand All @@ -22,7 +23,9 @@
"hexo-renderer-marked": "^6.2.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-symbols-count-time": "^0.6.2",
"hexo-theme-landscape": "^1.0.0",
"hexo-theme-vivia": "^0.5.0"
"hexo-theme-vivia": "^0.4.2",
"stylus": "^0.62.0"
}
}
}
36 changes: 3 additions & 33 deletions public/2020/05/19-b6a8ab300a64/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<link rel="stylesheet" href="/blog/css/style.css">

<meta name="generator" content="Hexo 6.3.0"></head>
<meta name="generator" content="Hexo 7.0.0"></head>

<body>

Expand Down Expand Up @@ -150,37 +150,7 @@
<div class="widget-wrap">
<div class="widget">
<h3 class="widget-title">分类</h3>
<div class="category-box">
<a class="category-link" href="/blog/categories/%E9%9A%8F%E4%BE%BF%E5%86%99%E5%86%99/">
随便写写
<div class="category-count">1</div>
</a>
<div class="children"><div class="category-box">
<a class="category-link" href="/blog/categories/%E9%9A%8F%E4%BE%BF%E5%86%99%E5%86%99/%E5%B1%B1%E6%B2%B3%E5%A4%A7%E5%AD%A6/">
山河大学
<div class="category-count">1</div>
</a>
</div></div>
<a class="category-link" href="/blog/categories/%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3/">
开发相关
<div class="category-count">1</div>
</a>
<div class="children"><div class="category-box">
<a class="category-link" href="/blog/categories/%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3/%E5%AF%84%E6%9C%AF%E5%AE%85%E6%97%A5%E5%B8%B8/">
寄术宅日常
<div class="category-count">1</div>
</a>
</div></div>
<a class="category-link" href="/blog/categories/%E5%BB%BA%E7%AD%91/">
建筑
<div class="category-count">1</div>
</a>

<a class="category-link" href="/blog/categories/%E6%9D%82%E8%B0%88/">
杂谈
<div class="category-count">1</div>
</a>
</div>
<div class="category-box"></div>
</div>
</div>

Expand Down Expand Up @@ -321,7 +291,7 @@ <h1 class="p-name article-title" itemprop="headline name">

</div>
<div class="wordcount need-seperator meta-info">
682
859
</div>
</div>

Expand Down
Loading

0 comments on commit 5f2dcff

Please sign in to comment.