From 5cd3824827dff089b106c2191cbc882c17d7514c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 25 Apr 2022 11:16:21 +0800 Subject: [PATCH 1/4] =?UTF-8?q?hexo:ipad=E7=AB=AF=E8=BE=B9=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/LayoutBase.js | 4 ++-- themes/hexo/LayoutSlug.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hexo/LayoutBase.js b/themes/hexo/LayoutBase.js index 6d78abee..39a96c21 100644 --- a/themes/hexo/LayoutBase.js +++ b/themes/hexo/LayoutBase.js @@ -59,12 +59,12 @@ const LayoutBase = props => { {headerSlot} -
+
-
+
{onLoading ? : children}
diff --git a/themes/hexo/LayoutSlug.js b/themes/hexo/LayoutSlug.js index ee3143cf..e914a191 100644 --- a/themes/hexo/LayoutSlug.js +++ b/themes/hexo/LayoutSlug.js @@ -54,7 +54,7 @@ export const LayoutSlug = props => {
{lock && } - {!lock &&
+ {!lock &&
{/* Notion文章主体 */} From ca2fd3e5a9029014b288406787df29578bc97269 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 25 Apr 2022 11:27:33 +0800 Subject: [PATCH 2/4] =?UTF-8?q?hexo:=E8=BE=B9=E8=B7=9D=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/LayoutBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo/LayoutBase.js b/themes/hexo/LayoutBase.js index 39a96c21..d7fdbf2b 100644 --- a/themes/hexo/LayoutBase.js +++ b/themes/hexo/LayoutBase.js @@ -59,7 +59,7 @@ const LayoutBase = props => { {headerSlot} -
+
Date: Mon, 25 Apr 2022 11:27:43 +0800 Subject: [PATCH 3/4] =?UTF-8?q?hexo:=20=E5=9B=BE=E7=89=87=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/BlogPostCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo/components/BlogPostCard.js b/themes/hexo/components/BlogPostCard.js index ea95f425..a11af155 100644 --- a/themes/hexo/components/BlogPostCard.js +++ b/themes/hexo/components/BlogPostCard.js @@ -85,7 +85,7 @@ const BlogPostCard = ({ post, showSummary }) => { {post.title} {/* {post.title} */}
From f4c940a0afccbe3d6a854e51b7fa5ad815c12364 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 25 Apr 2022 11:27:56 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fukasawa=EF=BC=9A=20=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=88=97=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/fukasawa/components/BlogListPage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/fukasawa/components/BlogListPage.js b/themes/fukasawa/components/BlogListPage.js index a418ff47..04ef2b47 100644 --- a/themes/fukasawa/components/BlogListPage.js +++ b/themes/fukasawa/components/BlogListPage.js @@ -20,6 +20,8 @@ const BlogListPage = ({ page = 1, posts = [], postCount }) => { function updateCol() { if (window.outerWidth > 1200) { changeCol(3) + } else if (window.outerWidth > 900) { + changeCol(2) } else { changeCol(1) }