feat: add 'about' page

This commit is contained in:
Henry Li
2026-02-06 15:18:37 +08:00
parent dd4a7aae36
commit 44742c6353
13 changed files with 675 additions and 22 deletions

View File

@@ -209,7 +209,7 @@ export const enUS: Translations = {
tools: "Tools",
skills: "Skills",
notification: "Notification",
acknowledge: "Acknowledge",
about: "About",
},
memory: {
title: "Memory",

View File

@@ -157,7 +157,7 @@ export interface Translations {
tools: string;
skills: string;
notification: string;
acknowledge: string;
about: string;
};
memory: {
title: string;

View File

@@ -205,7 +205,7 @@ export const zhCN: Translations = {
tools: "工具",
skills: "技能",
notification: "通知",
acknowledge: "致谢",
about: "关于",
},
memory: {
title: "记忆",