diff --git a/public/locales/en/home.json b/public/locales/en/home.json index a44695d..97a095a 100644 --- a/public/locales/en/home.json +++ b/public/locales/en/home.json @@ -1,6 +1,6 @@ { - "title": "Home", - "description": "HelloGitHub is an open-source community dedicated to uncovering and sharing engaging, entry-level open-source projects. Here, delve into open-source technology solutions, savor the joy of open-source, and nominate or recommend projects to embark on your open-source adventure.", + "title": "Interesting open-source community", + "description": "HelloGitHub open-source community dedicated to uncovering and sharing engaging, entry-level open-source projects. Here, delve into open-source technology solutions, savor the joy of open-source, and nominate or recommend projects to embark on your open-source adventure.", "bottom_text_login": "You have reached the bottom of the page", "bottom_text_nologin": "End of the page! Sign in to read more", "nav": { diff --git a/public/locales/zh/home.json b/public/locales/zh/home.json index b41e755..8dc66a6 100644 --- a/public/locales/zh/home.json +++ b/public/locales/zh/home.json @@ -1,6 +1,6 @@ { - "title": "首页", - "description": "HelloGitHub 是一个开源社区,专注于发现和分享有趣、入门级的开源项目。在这里,探索开源技术解决方案,体验开源的乐趣,自荐或推荐开源项目,开启你的开源之旅。", + "title": "有趣的开源社区", + "description": "HelloGitHub 开源社区,专注于发现和分享有趣、入门级的开源项目。在这里,探索开源技术解决方案,体验开源的乐趣,自荐或推荐开源项目,开启你的开源之旅。", "bottom_text_login": "你不经意间触碰到了底线", "bottom_text_nologin": "到底啦!登录可查看更多内容", "nav": { diff --git a/src/components/Seo.tsx b/src/components/Seo.tsx index bd63460..51a6c12 100644 --- a/src/components/Seo.tsx +++ b/src/components/Seo.tsx @@ -8,7 +8,7 @@ const defaultMeta = { title: 'HelloGitHub', siteName: 'HelloGitHub', description: - '分享 GitHub 上有趣和入门级的开源项目,找开源项目就上 HelloGitHub', + '分享 GitHub 上有趣和入门级的开源项目,找开源项目就上 HelloGitHub 开源社区', /** Without additional '/' on the end, e.g. https://theodorusclarence.com */ url: 'https://hellogithub.com', type: 'website', diff --git a/src/components/user/Common.tsx b/src/components/user/Common.tsx index 3a8752e..6c2f8e3 100644 --- a/src/components/user/Common.tsx +++ b/src/components/user/Common.tsx @@ -35,7 +35,7 @@ export const LevelRender = (level: number, showLevel = true, locale = 'zh') => { }; const levelStyles = { - 1: 'text-gray-600', + 1: 'text-gray-500', 2: 'text-blue-500', 3: 'text-green-500', 4: 'text-purple-500',