From ccf3a6f917ad048ebaf18bdad5009c669d7c4ca3 Mon Sep 17 00:00:00 2001 From: wzc520pyfm <69044080+wzc520pyfm@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:26:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E5=85=B3=E4=BA=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E5=8D=A1=E7=89=87=E4=BF=A1=E6=81=AF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=86=85=E5=AE=B9=E8=B6=85=E5=87=BA=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=20(#957)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/about/index.vue | 88 +++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 41 deletions(-) diff --git a/src/views/about/index.vue b/src/views/about/index.vue index f835b203d..efc84750c 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -75,7 +75,9 @@ Object.keys(devDependencies).forEach(key => { 平台信息 - + + + @@ -84,28 +86,30 @@ Object.keys(devDependencies).forEach(key => { 生产环境依赖 - - - + + - - {{ item.field }} - - - - + + {{ item.field }} + + + + + @@ -114,28 +118,30 @@ Object.keys(devDependencies).forEach(key => { 开发环境依赖 - - - + + - - {{ item.field }} - - - - + + {{ item.field }} + + + + +