From e94b9a233b7302a4462732c191efd9da06de32de Mon Sep 17 00:00:00 2001 From: tlyong1992 Date: Mon, 20 Jun 2022 10:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E8=AE=BF=E9=97=AE=E6=AC=A1?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/HeaderArticle.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/hexo/components/HeaderArticle.js b/themes/hexo/components/HeaderArticle.js index 356b95f7..fb730263 100644 --- a/themes/hexo/components/HeaderArticle.js +++ b/themes/hexo/components/HeaderArticle.js @@ -1,6 +1,7 @@ import Link from 'next/link' import { useGlobal } from '@/lib/global' import formatDate from '@/lib/formatDate' +import BLOG from '@/blog.config' export default function HeaderArticle({ post, siteInfo }) { if (!post) { @@ -55,10 +56,10 @@ export default function HeaderArticle({ post, siteInfo }) { {locale.COMMON.LAST_EDITED_TIME}: {post.lastEditedTime} -
+ {BLOG.ANALYTICS_BUSUANZI_ENABLE &&
次访问 -
+
}