From bbf009e15d0479707f1fdf9c275c9042dbe36384 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 4 May 2024 11:14:11 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=A2=9E=E5=8A=A0=E2=80=9C=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/Index.vue | 75 ++++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 34 deletions(-) diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index cef6e8e2..c59b9d22 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -62,7 +62,14 @@ @@ -76,13 +83,13 @@ :sm="24" :xs="24" > - +
{{ item.name }}
-
{{ t(item.message) }}
-
+
{{ t(item.message) }}
+
{{ item.personal }} {{ formatTime(item.time, 'yyyy-MM-dd') }}
@@ -204,45 +211,45 @@ let projects = reactive([]) const getProject = async () => { const data = [ { - name: 'Github', + name: 'ruoyi-vue-pro', icon: 'akar-icons:github-fill', - message: 'workplace.introduction', - personal: 'Archer', + message: 'https://github.com/YunaiV/ruoyi-vue-pro', + personal: 'Spring Boot 单体架构', time: new Date() }, { - name: 'Vue', + name: 'yudao-ui-admin-vue3', icon: 'logos:vue', - message: 'workplace.introduction', - personal: 'Archer', + message: 'https://github.com/yudaocode/yudao-ui-admin-vue3', + personal: 'Vue3 + element-plus', time: new Date() }, { - name: 'Angular', - icon: 'logos:angular-icon', - message: 'workplace.introduction', - personal: 'Archer', + name: 'yudao-ui-admin-vben', + icon: 'logos:vue', + message: 'https://github.com/yudaocode/yudao-ui-admin-vben', + personal: 'Vue3 + vben(antd)', time: new Date() }, { - name: 'React', - icon: 'logos:react', - message: 'workplace.introduction', - personal: 'Archer', + name: 'yudao-cloud', + icon: 'akar-icons:github', + message: 'https://github.com/YunaiV/yudao-cloud', + personal: 'Spring Cloud 微服务架构', time: new Date() }, { - name: 'Webpack', - icon: 'logos:webpack', - message: 'workplace.introduction', - personal: 'Archer', + name: 'yudao-ui-mall-uniapp', + icon: 'logos:vue', + message: 'https://github.com/yudaocode/yudao-ui-admin-uniapp', + personal: 'Vue3 + uniapp', time: new Date() }, { - name: 'Vite', - icon: 'vscode-icons:file-type-vite', - message: 'workplace.introduction', - personal: 'Archer', + name: 'yudao-ui-admin-vue2', + icon: 'logos:vue', + message: 'https://github.com/yudaocode/yudao-ui-admin-vue2', + personal: 'Vue2 + element-ui', time: new Date() } ] @@ -254,27 +261,27 @@ let notice = reactive([]) const getNotice = async () => { const data = [ { - title: '系统升级版本', + title: '系统支持 JDK 8/17/21,Vue 2/3', type: '通知', - keys: ['通知', '升级'], + keys: ['通知', '8', '17', '21', '2', '3'], date: new Date() }, { - title: '系统凌晨维护', + title: '后端提供 Spring Boot 2.7/3.2 + Cloud 双架构', type: '公告', - keys: ['公告', '维护'], + keys: ['公告', 'Boot', 'Cloud'], date: new Date() }, { - title: '系统升级版本', + title: '全部开源,个人与企业可 100% 直接使用,无需授权', type: '通知', - keys: ['通知', '升级'], + keys: ['通知', '无需授权'], date: new Date() }, { - title: '系统凌晨维护', + title: '国内使用最广泛的快速开发平台,超 300+ 人贡献', type: '公告', - keys: ['公告', '维护'], + keys: ['公告', '最广泛'], date: new Date() } ] From 143eb655b12bb5a399aefcf79d0381ad62bb9590 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 4 May 2024 11:14:41 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E3=80=90=E5=8F=91=E7=89=88=E3=80=91?= =?UTF-8?q?=E5=85=A8=E5=B1=80=EF=BC=9A2.1.0=20=E5=8F=91=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff06a04d..b450bf69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yudao-ui-admin-vue3", - "version": "2.0.1-snapshot", + "version": "2.1.0-snapshot", "description": "基于vue3、vite4、element-plus、typesScript", "author": "xingyu", "private": false, From f4705ad4e1410f5e0b4b4c24a7d620b6805f9763 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 4 May 2024 21:51:06 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E3=80=90=E5=8F=91=E7=89=88=E3=80=91?= =?UTF-8?q?=E5=85=A8=E5=B1=80=EF=BC=9A2.1.0=20=E5=8F=91=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/goview/index.vue | 2 ++ src/views/report/jmreport/index.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/views/report/goview/index.vue b/src/views/report/goview/index.vue index 1bac2869..dd10cca0 100644 --- a/src/views/report/goview/index.vue +++ b/src/views/report/goview/index.vue @@ -1,5 +1,7 @@