diff --git a/apps/fronted/src/app/(public)/[locale]/layout.tsx b/apps/fronted/src/app/(public)/[locale]/layout.tsx index a439757..6f60066 100644 --- a/apps/fronted/src/app/(public)/[locale]/layout.tsx +++ b/apps/fronted/src/app/(public)/[locale]/layout.tsx @@ -27,6 +27,7 @@ export async function generateMetadata({ return { title: t("title"), + description: t("description"), }; } diff --git a/apps/fronted/src/i18n/locales/en.json b/apps/fronted/src/i18n/locales/en.json index dca7e70..7d7c4d2 100644 --- a/apps/fronted/src/i18n/locales/en.json +++ b/apps/fronted/src/i18n/locales/en.json @@ -1,6 +1,7 @@ { "common": { "title": "Magic Resume", + "description": "Magic Resume is an open source resume editor, free, privacy-first. No registration required, all data stored locally, support data backup and export, ensuring your resume data is always available.", "dashboard": "Dashboard", "edit": "Edit", "delete": "Delete" diff --git a/apps/fronted/src/i18n/locales/zh.json b/apps/fronted/src/i18n/locales/zh.json index a4990b1..30fbd3b 100644 --- a/apps/fronted/src/i18n/locales/zh.json +++ b/apps/fronted/src/i18n/locales/zh.json @@ -1,6 +1,7 @@ { "common": { "title": "魔法简历", + "description": "魔法简历是一款开源的简历编辑器,免费,隐私优先。无需注册登录,数据完全存储在本地,支持数据导出备份,确保您的简历数据随时可用。", "dashboard": "仪表板", "edit": "编辑", "delete": "删除"