From 62036d3e5b46e7f8cec49a6e7e469c368044ef62 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 1 Apr 2026 18:09:50 +0300 Subject: [PATCH] update link to projects --- src/i18n/en.ts | 2 +- src/i18n/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en.ts b/src/i18n/en.ts index e5ce724..d595e8d 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -51,7 +51,7 @@ export default { description: "All tags that have appeared across the blog are collected here. Click a tag to jump to the corresponding list of posts." }, footer: { - githubIntro: 'See more on GitHub!', + githubIntro: 'See more on Forgejo!', repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog' } }; \ No newline at end of file diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index e8838fc..3f16ee1 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -51,7 +51,7 @@ export default { description: "在这里收集着整篇博客出现过的标签,点击标签跳转对应的文章列表。", }, footer: { - githubIntro: '在 GitHub 查看更多!', + githubIntro: '在 Forgejo 查看更多!', repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog' } }; \ No newline at end of file