diff --git a/components/SideBar.js b/components/SideBar.js index 7482d213..397be453 100644 --- a/components/SideBar.js +++ b/components/SideBar.js @@ -45,17 +45,17 @@ const SideBar = ({ tags, currentTag, post }) => { className={(collapse ? '-ml-80 ' : 'shadow-2xl xl:shadow-none ') + ' dark:bg-gray-800 bg-white sidebar h-full w-72 duration-500 ease-in-out'}> {/* Logo */} -
+
- {BLOG.title} +
{BLOG.title}
-  Fuzhou, China +  Fuzhou, China
{/* 搜索框 */} -
+
{
{/* 菜单 */} -
{post && ( -
+
)} diff --git a/components/SocialButton.js b/components/SocialButton.js index 9b88a7b9..806d3917 100644 --- a/components/SocialButton.js +++ b/components/SocialButton.js @@ -3,13 +3,21 @@ import React from 'react' const SocialButton = () => { return <>
- - - - + +
+ + +
+ + +
+ + + } diff --git a/components/TocBar.js b/components/TocBar.js index dce001bc..ac73c0d5 100644 --- a/components/TocBar.js +++ b/components/TocBar.js @@ -48,7 +48,7 @@ const TocBar = ({ toc }) => { }, throttleMs) return
-
+
文章目录