Skip to content

Commit

Permalink
feat(home): move Wiki link up
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Dec 24, 2024
1 parent e5d826a commit b38517f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/home/components/LeftBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ const linkArr = reactive([
children: [
{ title: '新闻资讯', link: '/news' },
{ title: '活动相册', link: '/gallery' },
{ title: '联系方式', link: '/contact' }
{ title: '联系方式', link: '/contact' },
{
title: '参考文档 (Wiki)',
link: 'https://wiki.aosc.io/'
},
],
show: true
},
Expand Down Expand Up @@ -61,10 +65,6 @@ const linkArr = reactive([
title: '社区论坛',
link: 'https://bbs.aosc.io/'
},
{
title: '参考文档',
link: 'https://wiki.aosc.io/'
},
{
title: '代码仓库',
link: 'https://github.com/AOSC-Dev'
Expand Down

0 comments on commit b38517f

Please sign in to comment.