修改:首页介绍

This commit is contained in:
2024-04-21 14:10:11 +08:00
parent eeebdae492
commit c64ff5c035
2 changed files with 13 additions and 9 deletions

View File

@@ -108,6 +108,10 @@ const config = {
label: 'Gitee',
href: 'https://gitee.com/tc608',
},
{
label: '微信zhub_dev',
to: '/'
},
],
},
{
@@ -118,13 +122,13 @@ const config = {
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
label: '反馈',
href: 'https://gitee.com/tc608/zhub/issues?state=all',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} ZHub, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} ZHub`,
},
prism: {
theme: lightCodeTheme,