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>(), { withDefaults(defineProps<Props>(), {
// description: // description:
// ' Vue 3.0ViteTailwindCSS TypeScript 沿', // ' Vue 3.0ViteTailwindCSS TypeScript 沿',
name: 'y-code-platform', name: '悦码',
title: '关于项目', title: '关于项目',
}); });
@ -85,13 +85,13 @@ const vbenDescriptionItems: DescriptionItem[] = [
// content: renderLink(VBEN_GITHUB_URL, ''), // content: renderLink(VBEN_GITHUB_URL, ''),
// title: 'Github', // title: 'Github',
// }, // },
{ // {
content: h('div', [ // content: h('div', [
renderLink(authorUrl, `${authorName} `), // renderLink(authorUrl, `${authorName} `),
renderLink(`mailto:${authorEmail}`, authorEmail), // renderLink(`mailto:${authorEmail}`, authorEmail),
]), // ]),
title: '作者', // title: '',
}, // },
]; ];
const dependenciesItems = Object.keys(dependencies).map((key) => ({ const dependenciesItems = Object.keys(dependencies).map((key) => ({