*/}
{/* */}
diff --git a/themes/gitbook/components/MenuBarMobile.js b/themes/gitbook/components/MenuBarMobile.js
index 4a361a2f..5b0f6ce5 100644
--- a/themes/gitbook/components/MenuBarMobile.js
+++ b/themes/gitbook/components/MenuBarMobile.js
@@ -30,9 +30,7 @@ export const MenuBarMobile = (props) => {
return (
)
}
diff --git a/themes/heo/components/InfoCard.js b/themes/heo/components/InfoCard.js
index fd659aa3..4fad98ac 100644
--- a/themes/heo/components/InfoCard.js
+++ b/themes/heo/components/InfoCard.js
@@ -18,7 +18,6 @@ export function InfoCard(props) {
const router = useRouter()
// 在文章详情页特殊处理
const isSlugPage = router.pathname.indexOf('/[prefix]') === 0
- console.log('TITLE:', siteConfig('TITLE'))
return (
{/* 信息卡牌第一行 */}
diff --git a/themes/heo/components/MenuListSide.js b/themes/heo/components/MenuListSide.js
index dc364d43..fa6d42a1 100644
--- a/themes/heo/components/MenuListSide.js
+++ b/themes/heo/components/MenuListSide.js
@@ -29,8 +29,7 @@ export const MenuListSide = (props) => {
return (
)
}
diff --git a/themes/hexo/components/MenuListSide.js b/themes/hexo/components/MenuListSide.js
index e47c9a71..3a146d43 100644
--- a/themes/hexo/components/MenuListSide.js
+++ b/themes/hexo/components/MenuListSide.js
@@ -35,8 +35,7 @@ export const MenuListSide = (props) => {
return (
)
}
diff --git a/themes/hexo/components/MenuListTop.js b/themes/hexo/components/MenuListTop.js
index 8fc8b37b..f5d2c9cd 100644
--- a/themes/hexo/components/MenuListTop.js
+++ b/themes/hexo/components/MenuListTop.js
@@ -36,7 +36,7 @@ export const MenuListTop = (props) => {
return (<>
>)
}
diff --git a/themes/matery/components/MenuListSide.js b/themes/matery/components/MenuListSide.js
index ba8a6f22..8d97afca 100644
--- a/themes/matery/components/MenuListSide.js
+++ b/themes/matery/components/MenuListSide.js
@@ -29,8 +29,7 @@ export const MenuListSide = (props) => {
return (
)
}
diff --git a/themes/matery/components/MenuListTop.js b/themes/matery/components/MenuListTop.js
index 580fe6b9..506f9c59 100644
--- a/themes/matery/components/MenuListTop.js
+++ b/themes/matery/components/MenuListTop.js
@@ -29,7 +29,7 @@ export const MenuListTop = (props) => {
return (
)
}
diff --git a/themes/medium/components/MenuBarMobile.js b/themes/medium/components/MenuBarMobile.js
index 1e7081cb..b5736e28 100644
--- a/themes/medium/components/MenuBarMobile.js
+++ b/themes/medium/components/MenuBarMobile.js
@@ -30,8 +30,7 @@ export const MenuBarMobile = (props) => {
return (
)
diff --git a/themes/medium/components/TopNavBar.js b/themes/medium/components/TopNavBar.js
index 8bd3b799..d22ab395 100644
--- a/themes/medium/components/TopNavBar.js
+++ b/themes/medium/components/TopNavBar.js
@@ -66,7 +66,7 @@ export default function TopNavBar(props) {
{/* 桌面端顶部菜单 */}
- {links && links?.map(link => )}
+ {links && links?.map((link, index) => )}