From 75c962ee152ff2eabe1da99435a43a535c49d10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=A6=E9=82=A6=E9=82=A6=E9=82=A6?= <15622356989@163.com> Date: Wed, 24 Jul 2024 08:01:34 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9D=83?= =?UTF-8?q?=E5=B9=B4=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邦邦邦邦 <15622356989@163.com> --- view/src/lang/en.js | 2 +- view/src/lang/zh.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/src/lang/en.js b/view/src/lang/en.js index 11da555..80a5966 100644 --- a/view/src/lang/en.js +++ b/view/src/lang/en.js @@ -55,7 +55,7 @@ export default { }, footer: { atom_description: 'openEuler is an open source project incubated and operated by the OpenAtom Foundation.', - copyright: 'Copyright © 2023 openEuler. All rights reserved.', + copyright: 'Copyright © 2024 openEuler. All rights reserved.', Trademark: 'Trademark', Policy: 'Privacy Policy', Legal: 'Legal Notice', diff --git a/view/src/lang/zh.js b/view/src/lang/zh.js index 91e8554..f9f9572 100644 --- a/view/src/lang/zh.js +++ b/view/src/lang/zh.js @@ -90,7 +90,7 @@ export default { }, footer: { atom_description: 'openEuler 是由开放原子开源基金会(OpenAtom Foundation)孵化及运营的开源项目', - copyright: '版权所有 © 2023 openEuler 保留一切权利', + copyright: '版权所有 © 2024 openEuler 保留一切权利', Trademark: '品牌', Policy: '隐私政策', Legal: '法律说明', -- Gitee