From 67e6965cc4738f516c67022a90d4d5b1792cd539 Mon Sep 17 00:00:00 2001 From: meetqy Date: Sat, 2 Mar 2024 14:55:24 +0800 Subject: [PATCH] =?UTF-8?q?menu=20=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/[lang]/components/menu/content.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[lang]/components/menu/content.tsx b/src/app/[lang]/components/menu/content.tsx index a1c05748..744ed52e 100644 --- a/src/app/[lang]/components/menu/content.tsx +++ b/src/app/[lang]/components/menu/content.tsx @@ -77,14 +77,14 @@ export function Content({ label: {authorCount}, icon: UserRound, variant: /^(\/author)/.test(pathname) ? "default" : "ghost", - href: `/${lang}/author`, + href: `/${lang}/author/list/1`, }, { title: dict.menu.ci_pai_ming, icon: Album, label: {tagsCount?.[1]}, variant: /^(\/ci-pai-ming)/.test(pathname) ? "default" : "ghost", - href: `/${lang}/ci-pai-ming`, + href: `/${lang}/ci-pai-ming/1`, }, { title: dict.menu.tag,