mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
feat: metadata add desc
This commit is contained in:
@@ -27,6 +27,7 @@ export async function generateMetadata({
|
||||
|
||||
return {
|
||||
title: t("title"),
|
||||
description: t("description"),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"title": "魔法简历",
|
||||
"description": "魔法简历是一款开源的简历编辑器,免费,隐私优先。无需注册登录,数据完全存储在本地,支持数据导出备份,确保您的简历数据随时可用。",
|
||||
"dashboard": "仪表板",
|
||||
"edit": "编辑",
|
||||
"delete": "删除"
|
||||
|
||||
Reference in New Issue
Block a user