diff --git a/components/DebugPanel.js b/components/DebugPanel.js
index 29cf9f29..e2cf5748 100644
--- a/components/DebugPanel.js
+++ b/components/DebugPanel.js
@@ -47,11 +47,12 @@ export function DebugPanel () {
关闭调试
)
: (
- 打开调试
+ 调试主题
)}
+ {/* 调试侧拉抽屉 */}
{
{slotTop}
{children}
+
+ {/* 底部 */}
+
+
{slotRight}
@@ -64,8 +67,6 @@ const LayoutBase = props => {
- {/* 移动端底部 */}
-
diff --git a/themes/medium/LayoutSlug.js b/themes/medium/LayoutSlug.js
index 5550675d..6a416145 100644
--- a/themes/medium/LayoutSlug.js
+++ b/themes/medium/LayoutSlug.js
@@ -31,7 +31,7 @@ export const LayoutSlug = props => {
const slotRight = post?.toc && post?.toc?.length > 3 && (
-
+ {/* */}
)
diff --git a/themes/medium/components/InfoCard.js b/themes/medium/components/InfoCard.js
index b941e3a5..a18408dc 100644
--- a/themes/medium/components/InfoCard.js
+++ b/themes/medium/components/InfoCard.js
@@ -6,7 +6,7 @@ import SocialButton from './SocialButton'
const InfoCard = (props) => {
const { siteInfo } = props
return
-
+
{ Router.push('/about') }}>
{/* eslint-disable-next-line @next/next/no-img-element */}

diff --git a/themes/medium/components/Progress.js b/themes/medium/components/Progress.js
index e6211d6c..77be3c3d 100644
--- a/themes/medium/components/Progress.js
+++ b/themes/medium/components/Progress.js
@@ -28,7 +28,7 @@ const Progress = ({ targetRef, showPercent = true }) => {
}, [percent])
return (
-