feat: 在导航中添加 AI 词云入口

This commit is contained in:
2026-01-27 20:36:38 +08:00
parent 4855422b85
commit 9164086d6e
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -75,6 +75,12 @@ export default async function LocaleLayout({
>
{tNav('projects')}
</Link>
<Link
className="font-display text-sm font-bold hover:text-secondary dark:hover:text-primary transition-colors"
href={`/${locale}/keyword-cloud`}
>
{tNav('keywordCloud')}
</Link>
<Link
className="font-display text-sm font-bold hover:text-secondary dark:hover:text-primary transition-colors"
href="#"
+1
View File
@@ -74,6 +74,7 @@
"navigation": {
"home": "Home",
"projects": "Projects",
"keywordCloud": "AI Word Cloud",
"blog": "Blog",
"about": "About",
"submitProject": "SUBMIT PROJECT"
+1
View File
@@ -74,6 +74,7 @@
"navigation": {
"home": "首页",
"projects": "项目列表",
"keywordCloud": "AI 词云",
"blog": "博客",
"about": "关于",
"submitProject": "提交项目"