From 466fd5585cb32b33a19de303b93311e8fcaf9e2e Mon Sep 17 00:00:00 2001 From: Bhwa233 <404174262@qq.com> Date: Fri, 15 Mar 2024 11:44:19 +0800 Subject: [PATCH 01/16] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E4=BC=9A=E5=A1=AB?= =?UTF-8?q?=E5=85=85=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/fukasawa/components/Catalog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fukasawa/components/Catalog.js b/themes/fukasawa/components/Catalog.js index a69bfbd3922..2ad9cbcfcd4 100644 --- a/themes/fukasawa/components/Catalog.js +++ b/themes/fukasawa/components/Catalog.js @@ -62,7 +62,7 @@ const Catalog = ({ toc }) => { return
{locale.COMMON.TABLE_OF_CONTENTS}
-
+
} diff --git a/themes/fukasawa/components/Catalog.js b/themes/fukasawa/components/Catalog.js index 522646af380..d584d5de81a 100644 --- a/themes/fukasawa/components/Catalog.js +++ b/themes/fukasawa/components/Catalog.js @@ -58,29 +58,27 @@ const Catalog = ({ toc }) => { if (!toc || toc?.length < 1) { return <> } - return
+ return
{locale.COMMON.TABLE_OF_CONTENTS}
-
- -
+ {tocItem.text} + + + ) + })} +
} From 74add36f6332c8ba70605d10bb5538a840db82a2 Mon Sep 17 00:00:00 2001 From: Bhwa233 <404174262@qq.com> Date: Fri, 15 Mar 2024 18:25:35 +0800 Subject: [PATCH 05/16] =?UTF-8?q?=E6=BA=A2=E5=87=BA=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/fukasawa/components/Catalog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/fukasawa/components/Catalog.js b/themes/fukasawa/components/Catalog.js index d584d5de81a..7823ff742be 100644 --- a/themes/fukasawa/components/Catalog.js +++ b/themes/fukasawa/components/Catalog.js @@ -72,6 +72,7 @@ const Catalog = ({ toc }) => { > {tocItem.text} From ad83d3134a118ca7139317d053ace5bf94db9d40 Mon Sep 17 00:00:00 2001 From: Bhwa233 <404174262@qq.com> Date: Sat, 16 Mar 2024 11:13:24 +0800 Subject: [PATCH 06/16] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=9C=E9=97=B4?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=8A=98=E5=8F=A0=E6=8C=89=E9=92=AE=E7=9C=8B?= =?UTF-8?q?=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/fukasawa/components/AsideLeft.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fukasawa/components/AsideLeft.js b/themes/fukasawa/components/AsideLeft.js index 5083269b0de..0c8aa27d909 100644 --- a/themes/fukasawa/components/AsideLeft.js +++ b/themes/fukasawa/components/AsideLeft.js @@ -78,7 +78,7 @@ function AsideLeft(props) { return