From 56f2300ba356b0c323d716b11d774ecaae95a7d8 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Fri, 31 Jul 2026 15:07:23 +0800 Subject: [PATCH] =?UTF-8?q?7.31=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f/web-kboss/src/i18n/lang/en-US.js | 2 +- .../homePage/components/topBox/index.vue | 13 +- .../src/views/homePage/mainPage/index.vue | 107 +++- .../homePage/news/ArticleEditorDialog.vue | 506 +++++++++++++++++- .../src/views/homePage/news/NewsDetail.vue | 26 +- .../src/views/homePage/news/newsLog.vue | 46 +- .../src/views/homePage/news/newsView.vue | 38 +- .../login/components/ForgotPasswordDialog.vue | 46 +- 8 files changed, 695 insertions(+), 89 deletions(-) diff --git a/f/web-kboss/src/i18n/lang/en-US.js b/f/web-kboss/src/i18n/lang/en-US.js index 2e01858..8db69f6 100644 --- a/f/web-kboss/src/i18n/lang/en-US.js +++ b/f/web-kboss/src/i18n/lang/en-US.js @@ -18,7 +18,7 @@ export default { switchEnSuccess: 'Switched to English' }, home: { - heroTitle: 'One Platform · Intelligent Leap · Across All Industries.', + heroTitle: 'Make AI Everywhere, Make AI Easy', heroSubtitle: '', heroSlogan: 'Make AI Everywhere, Make AI Easy', solutionsBtn: 'Solutions', diff --git a/f/web-kboss/src/views/homePage/components/topBox/index.vue b/f/web-kboss/src/views/homePage/components/topBox/index.vue index 4971328..147670b 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -57,6 +57,14 @@ +
{{ $t('home.heroSlogan') }}
+英文内容会与中文内容一并保存或发布。
+了解开元云最新动态,把握AI行业前沿资讯,与我们一起见证智能跃迁
+{{ isEnglish ? 'Stay up to date with Open Computing AI, explore the latest AI industry insights, and witness the intelligent leap with us.' : '了解开元云最新动态,把握AI行业前沿资讯,与我们一起见证智能跃迁' }}