From 5db64525a4e11b24356caa9b73eb151428b03878 Mon Sep 17 00:00:00 2001 From: wangxuefeng Date: Tue, 25 Mar 2025 15:17:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=9A=90=E8=97=8F=20about=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BD=9C=E8=80=85=E7=9B=B8=E5=85=B3=E7=9A=84=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../effects/common-ui/src/ui/about/about.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/effects/common-ui/src/ui/about/about.vue b/packages/effects/common-ui/src/ui/about/about.vue index ac4f1c6..e03e07c 100644 --- a/packages/effects/common-ui/src/ui/about/about.vue +++ b/packages/effects/common-ui/src/ui/about/about.vue @@ -16,7 +16,7 @@ defineOptions({ withDefaults(defineProps(), { // description: // '是一个现代化开箱即用的中后台解决方案,采用最新的技术栈,包括 Vue 3.0、Vite、TailwindCSS 和 TypeScript 等前沿技术,代码规范严谨,提供丰富的配置选项,旨在为中大型项目的开发提供现成的开箱即用解决方案及丰富的示例,同时,它也是学习和深入前端技术的一个极佳示例。', - name: 'y-code-platform', + name: '悦码', title: '关于项目', }); @@ -85,13 +85,13 @@ const vbenDescriptionItems: DescriptionItem[] = [ // content: renderLink(VBEN_GITHUB_URL, '点击查看'), // title: 'Github', // }, - { - content: h('div', [ - renderLink(authorUrl, `${authorName} `), - renderLink(`mailto:${authorEmail}`, authorEmail), - ]), - title: '作者', - }, + // { + // content: h('div', [ + // renderLink(authorUrl, `${authorName} `), + // renderLink(`mailto:${authorEmail}`, authorEmail), + // ]), + // title: '作者', + // }, ]; const dependenciesItems = Object.keys(dependencies).map((key) => ({