From 8ba7c5885f8e48dd3592de708a9c35d26cdea7f2 Mon Sep 17 00:00:00 2001 From: pxq <1456889284@qq.com> Date: Tue, 16 Jan 2024 11:21:32 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20Copyright=E5=B9=B4=E4=BB=BD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA2024?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.vitepress/src/i18n/lang/home/en-home.ts | 2 +- app/.vitepress/src/i18n/lang/home/zh-home.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/.vitepress/src/i18n/lang/home/en-home.ts b/app/.vitepress/src/i18n/lang/home/en-home.ts index 4cdcd7a..6bc9850 100644 --- a/app/.vitepress/src/i18n/lang/home/en-home.ts +++ b/app/.vitepress/src/i18n/lang/home/en-home.ts @@ -93,7 +93,7 @@ export default { search_placeholder: 'Input content', }, footer: { - copyright: 'Copyright © 2023 openLooKeng. All rights reserved.', + copyright: 'Copyright © 2024 openLooKeng. All rights reserved.', code_text: 'Follow Us', brand: 'Trademark', legal: 'Legal Notice', diff --git a/app/.vitepress/src/i18n/lang/home/zh-home.ts b/app/.vitepress/src/i18n/lang/home/zh-home.ts index eac20b5..cfa7c05 100644 --- a/app/.vitepress/src/i18n/lang/home/zh-home.ts +++ b/app/.vitepress/src/i18n/lang/home/zh-home.ts @@ -89,7 +89,7 @@ export default { search_placeholder: '请输入关键词', }, footer: { - copyright: '版权所有 © 2023 openLooKeng 保留一切权利', + copyright: '版权所有 © 2024 openLooKeng 保留一切权利', code_text: '关注我们', brand: '品牌', legal: '法律声明', -- Gitee