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) => ({