chore: 隐藏 about 页面作者相关的内容
This commit is contained in:
parent
9389720895
commit
5db64525a4
@ -16,7 +16,7 @@ defineOptions({
|
||||
withDefaults(defineProps<Props>(), {
|
||||
// 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) => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user