chore: remove ai tools pages in navbar for now

This commit is contained in:
javayhu 2025-05-06 23:23:32 +08:00
parent d46a79097a
commit ca654b02bd

View File

@ -69,39 +69,39 @@ export function getNavbarLinks(): NestedMenuItem[] {
href: Routes.Docs,
external: false,
},
{
title: t('ai.title'),
items: [
{
title: t('ai.items.text.title'),
description: t('ai.items.text.description'),
icon: <SquarePenIcon className="size-4 shrink-0" />,
href: Routes.AIText,
external: false,
},
{
title: t('ai.items.image.title'),
description: t('ai.items.image.description'),
icon: <ImageIcon className="size-4 shrink-0" />,
href: Routes.AIImage,
external: false,
},
{
title: t('ai.items.video.title'),
description: t('ai.items.video.description'),
icon: <FilmIcon className="size-4 shrink-0" />,
href: Routes.AIVideo,
external: false,
},
{
title: t('ai.items.audio.title'),
description: t('ai.items.audio.description'),
icon: <AudioLinesIcon className="size-4 shrink-0" />,
href: Routes.AIAudio,
external: false,
},
],
},
// {
// title: t('ai.title'),
// items: [
// {
// title: t('ai.items.text.title'),
// description: t('ai.items.text.description'),
// icon: <SquarePenIcon className="size-4 shrink-0" />,
// href: Routes.AIText,
// external: false,
// },
// {
// title: t('ai.items.image.title'),
// description: t('ai.items.image.description'),
// icon: <ImageIcon className="size-4 shrink-0" />,
// href: Routes.AIImage,
// external: false,
// },
// {
// title: t('ai.items.video.title'),
// description: t('ai.items.video.description'),
// icon: <FilmIcon className="size-4 shrink-0" />,
// href: Routes.AIVideo,
// external: false,
// },
// {
// title: t('ai.items.audio.title'),
// description: t('ai.items.audio.description'),
// icon: <AudioLinesIcon className="size-4 shrink-0" />,
// href: Routes.AIAudio,
// external: false,
// },
// ],
// },
{
title: t('pages.title'),
items: [