diff --git a/components/ArticleDetail.js b/components/ArticleDetail.js index 010e8c15..c7f9a011 100644 --- a/components/ArticleDetail.js +++ b/components/ArticleDetail.js @@ -41,7 +41,7 @@ export default function ArticleDetail ({ post, blockMap, recommendPosts, prev, n return (<>
{post.type && !post.type.includes('Page') && post?.page_cover && ( diff --git a/components/SideArea.js b/components/SideArea.js index 7f945890..828a3ea1 100644 --- a/components/SideArea.js +++ b/components/SideArea.js @@ -28,12 +28,12 @@ const SideArea = ({ title, tags, currentTag, post, posts, categories, currentCat
-
+
{/* 菜单 */} -
+
@@ -42,7 +42,7 @@ const SideArea = ({ title, tags, currentTag, post, posts, categories, currentCat {/* 分类 */} {!post && categories && ( -
+
{locale.COMMON.CATEGORY}
@@ -58,7 +58,7 @@ const SideArea = ({ title, tags, currentTag, post, posts, categories, currentCat
{post && post.toc && post.toc.length > 1 && ( -
+
{locale.COMMON.TABLE_OF_CONTENTS}
diff --git a/components/SideAreaRight.js b/components/SideAreaRight.js index 479505dd..4e7e84f2 100644 --- a/components/SideAreaRight.js +++ b/components/SideAreaRight.js @@ -38,7 +38,7 @@ const SideAreaRight = ({ return ( <> -
+
{/* 展示广告 */} {/* 最新文章 */} {posts && ( -
+
@@ -68,7 +68,7 @@ const SideAreaRight = ({ {/* 标签云 */} {tags && ( -
+
@@ -89,7 +89,7 @@ const SideAreaRight = ({ {/* 分类 */} {post && categories && ( -
+
{locale.COMMON.CATEGORY}
diff --git a/components/StickyBar.js b/components/StickyBar.js index 18f10349..05b4c2c6 100644 --- a/components/StickyBar.js +++ b/components/StickyBar.js @@ -9,7 +9,7 @@ const StickyBar = ({ children }) => { if (!children) return <> return (