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 1/5] =?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 a69bfbd3..2ad9cbcf 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 522646af..d584d5de 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 5/5] =?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 d584d5de..7823ff74 100644 --- a/themes/fukasawa/components/Catalog.js +++ b/themes/fukasawa/components/Catalog.js @@ -72,6 +72,7 @@ const Catalog = ({ toc }) => { > {tocItem.text}