From d4be88097e80a3f70e1ca5dce1e766385d22a448 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 1 Apr 2026 16:59:01 +0300 Subject: [PATCH] update opensource link --- 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 962afbb..e5ce724 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -52,6 +52,6 @@ export default { }, footer: { githubIntro: 'See more on GitHub!', - repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog' + 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 cc7d280..e8838fc 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -52,6 +52,6 @@ export default { }, footer: { githubIntro: '在 GitHub 查看更多!', - repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog' + repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog' } }; \ No newline at end of file