From 744b314105a0bbfa4b75939a1260830edce13265 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 22 Sep 2022 21:40:43 +0800 Subject: [PATCH] =?UTF-8?q?hexo=20=E5=AF=BC=E8=88=AA=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=9C=A8=E9=A1=B5=E5=86=85=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/MenuList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo/components/MenuList.js b/themes/hexo/components/MenuList.js index 3f16a2ff..ea1f9c23 100644 --- a/themes/hexo/components/MenuList.js +++ b/themes/hexo/components/MenuList.js @@ -26,7 +26,7 @@ const MenuList = (props) => { if (link && link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return -