Skip to content

Commit

Permalink
feat: 顶栏导航内容完善
Browse files Browse the repository at this point in the history
  • Loading branch information
klxiaoniu authored Aug 24, 2024
1 parent a5229f9 commit b72f26f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ const config: Config = {
label: 'Go',
href: 'https://github.com/west2-online/learn-go',
},
{
label: 'HarmonyOS',
href: 'https://github.com/west2-online/learn-HarmonyOS',
},
{
label: 'Java',
href: 'https://github.com/west2-online/learn-java',
Expand All @@ -147,12 +151,16 @@ const config: Config = {
position: 'left',
items: [
{
label: '福大助手',
label: '福uu(福大助手',
href: 'https://fzuhelper.w2fzu.com/',
},
{
label: '飞跃手册',
href: 'https://run.w2fzu.com/',
href: 'https://run.west2.online/',
},
{
label: '校园指南',
href: 'https://fzuwiki.west2.online/',
},
],
},
Expand Down Expand Up @@ -185,7 +193,7 @@ const config: Config = {
</div>
`
}
], // 这部分可以从docusaurus 文档中复现,我们删除了
],
copyright: `版权所有 © ${new Date().getFullYear()} west2-online. 网站使用 Docusaurus 构建. <a href="https://beian.miit.gov.cn/#/Integrated/index">闽ICP备19020557号-3</a>`,
},
prism: {
Expand Down

0 comments on commit b72f26f

Please sign in to comment.