Skip to content

Commit 865e747

Browse files
committed
feat(home): 调整导航板块,将活动信息挪入资讯板块
1 parent 1960b38 commit 865e747

File tree

1 file changed

+12
-42
lines changed

1 file changed

+12
-42
lines changed

src/pages/home/components/LeftBar.vue

Lines changed: 12 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -26,66 +26,36 @@ const linkArr = reactive([
2626
title: '资讯与支持',
2727
children: [
2828
{ title: '新闻资讯', link: '/news' },
29+
{ title: '社区活动', link: '/events' },
30+
{ title: 'AOSCC', link: '/aoscc' },
2931
{ title: '活动相册', link: '/gallery' },
3032
{ title: '联系方式', link: '/contact' },
31-
{
32-
title: '参考文档 (Wiki)',
33-
link: 'https://wiki.aosc.io/zh/'
34-
}
33+
{ title: '参考文档 (Wiki)', link: 'https://wiki.aosc.io/zh/' }
3534
],
3635
show: true
3736
},
3837
{
3938
title: '事务与文化',
4039
children: [
4140
{ title: '关于社区', link: '/about' },
42-
{ title: '社区活动', link: '/events' },
43-
{ title: 'AOSCC', link: '/aoscc' },
4441
{ title: '实习资源', link: '/internship' },
42+
{ title: '社区众筹', link: '/crowdsourcing' },
4543
{ title: '赞助方一览', link: '/sponsors' },
46-
{
47-
title: '社区众筹',
48-
link: '/crowdsourcing'
49-
},
50-
{
51-
title: '人际关系准则',
52-
link: '/guidelines'
53-
},
44+
{ title: '人际关系准则', link: '/guidelines' },
5445
{ title: '社区吉祥物', link: '/mascot' }
5546
],
5647
show: true
5748
},
5849
{
5950
title: '服务设施',
6051
children: [
61-
{
62-
title: '公共粘贴板',
63-
link: '/paste'
64-
},
65-
{
66-
title: '社区论坛',
67-
link: 'https://bbs.aosc.io/'
68-
},
69-
{
70-
title: '代码仓库',
71-
link: 'https://github.com/AOSC-Dev'
72-
},
73-
{
74-
title: '贡献者邮箱',
75-
link: 'https://mail20.mymailcheap.com/'
76-
},
77-
{
78-
title: '构建服务器',
79-
link: 'https://wiki.aosc.io/developer/infrastructure/buildbots/'
80-
},
81-
{
82-
title: '自动化设施',
83-
link: 'https://buildit.aosc.io/'
84-
},
85-
{
86-
title: '软件包查询站',
87-
link: 'https://packages.aosc.io/'
88-
}
52+
{ title: '公共粘贴板', link: '/paste' },
53+
{ title: '社区论坛', link: 'https://bbs.aosc.io/' },
54+
{ title: '代码仓库', link: 'https://github.com/AOSC-Dev' },
55+
{ title: '贡献者邮箱', link: 'https://mail20.mymailcheap.com/' },
56+
{ title: '构建服务器', link: 'https://wiki.aosc.io/developer/infrastructure/buildbots/' },
57+
{ title: '自动化设施', link: 'https://buildit.aosc.io/' },
58+
{ title: '软件包查询站', link: 'https://packages.aosc.io/' }
8959
],
9060
show: true
9161
}

0 commit comments

Comments
 (0)