chore: 隐藏 about 页面作者相关的内容

This commit is contained in:
wangxuefeng 2025-03-25 15:17:01 +08:00
parent 9389720895
commit 5db64525a4

View File

@ -16,7 +16,7 @@ defineOptions({
withDefaults(defineProps<Props>(), {
// description:
// ' Vue 3.0ViteTailwindCSS 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) => ({