Skip to content

Commit e841711

Browse files
committed
perf: seo
1 parent 66423ad commit e841711

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

public/locales/en/home.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"title": "Home",
3-
"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.",
2+
"title": "Interesting open-source community",
3+
"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.",
44
"bottom_text_login": "You have reached the bottom of the page",
55
"bottom_text_nologin": "End of the page! Sign in to read more",
66
"nav": {

public/locales/zh/home.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"title": "首页",
3-
"description": "HelloGitHub 是一个开源社区,专注于发现和分享有趣、入门级的开源项目。在这里,探索开源技术解决方案,体验开源的乐趣,自荐或推荐开源项目,开启你的开源之旅。",
2+
"title": "有趣的开源社区",
3+
"description": "HelloGitHub 开源社区,专注于发现和分享有趣、入门级的开源项目。在这里,探索开源技术解决方案,体验开源的乐趣,自荐或推荐开源项目,开启你的开源之旅。",
44
"bottom_text_login": "你不经意间触碰到了底线",
55
"bottom_text_nologin": "到底啦!登录可查看更多内容",
66
"nav": {

src/components/Seo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const defaultMeta = {
88
title: 'HelloGitHub',
99
siteName: 'HelloGitHub',
1010
description:
11-
'分享 GitHub 上有趣和入门级的开源项目,找开源项目就上 HelloGitHub',
11+
'分享 GitHub 上有趣和入门级的开源项目,找开源项目就上 HelloGitHub 开源社区',
1212
/** Without additional '/' on the end, e.g. https://theodorusclarence.com */
1313
url: 'https://hellogithub.com',
1414
type: 'website',

src/components/user/Common.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const LevelRender = (level: number, showLevel = true, locale = 'zh') => {
3535
};
3636

3737
const levelStyles = {
38-
1: 'text-gray-600',
38+
1: 'text-gray-500',
3939
2: 'text-blue-500',
4040
3: 'text-green-500',
4141
4: 'text-purple-500',

0 commit comments

Comments
 (0)