From bbd67d77a861a57d793a5c3007e5339fde58457c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=91=E5=9D=A4?= Date: Thu, 24 Apr 2025 17:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9logo=E5=92=8C=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/Index.vue | 126 ++++++++------------------------------- 1 file changed, 24 insertions(+), 102 deletions(-) diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 4908118b9..199ed09e7 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -18,39 +18,6 @@ - -
-
-
{{ t('workplace.project') }}
- -
- -
-
{{ t('workplace.toDo') }}
- -
- -
-
{{ t('workplace.access') }}
- -
-
-
@@ -58,51 +25,6 @@ - - - - - - -
- - {{ item.name }} -
-
{{ t(item.message) }}
-
- {{ item.personal }} - {{ formatTime(item.time, 'yyyy-MM-dd') }} -
-
-
-
-
-
- @@ -272,30 +194,30 @@ const getProject = async () => { let notice = reactive([]) const getNotice = async () => { const data = [ - { - title: '系统支持 JDK 8/17/21,Vue 2/3', - type: '技术兼容性', - keys: ['JDK', 'Vue'], - date: new Date() - }, - { - title: '后端提供 Spring Boot 2.7/3.2 + Cloud 双架构', - type: '架构灵活性', - keys: ['Boot', 'Cloud'], - date: new Date() - }, - { - title: '全部开源,个人与企业可 100% 直接使用,无需授权', - type: '开源免授权', - keys: ['无需授权'], - date: new Date() - }, - { - title: '国内使用最广泛的快速开发平台,远超 10w+ 企业使用', - type: '广泛企业认可', - keys: ['最广泛', '10w+'], - date: new Date() - } + // { + // title: '系统支持 JDK 8/17/21,Vue 2/3', + // type: '技术兼容性', + // keys: ['JDK', 'Vue'], + // date: new Date() + // }, + // { + // title: '后端提供 Spring Boot 2.7/3.2 + Cloud 双架构', + // type: '架构灵活性', + // keys: ['Boot', 'Cloud'], + // date: new Date() + // }, + // { + // title: '全部开源,个人与企业可 100% 直接使用,无需授权', + // type: '开源免授权', + // keys: ['无需授权'], + // date: new Date() + // }, + // { + // title: '国内使用最广泛的快速开发平台,远超 10w+ 企业使用', + // type: '广泛企业认可', + // keys: ['最广泛', '10w+'], + // date: new Date() + // } ] notice = Object.assign(notice, data) }