@@ -26,66 +26,36 @@ const linkArr = reactive([
26
26
title: ' 资讯与支持' ,
27
27
children: [
28
28
{ title: ' 新闻资讯' , link: ' /news' },
29
+ { title: ' 社区活动' , link: ' /events' },
30
+ { title: ' AOSCC' , link: ' /aoscc' },
29
31
{ title: ' 活动相册' , link: ' /gallery' },
30
32
{ title: ' 联系方式' , link: ' /contact' },
31
- {
32
- title: ' 参考文档 (Wiki)' ,
33
- link: ' https://wiki.aosc.io/zh/'
34
- }
33
+ { title: ' 参考文档 (Wiki)' , link: ' https://wiki.aosc.io/zh/' }
35
34
],
36
35
show: true
37
36
},
38
37
{
39
38
title: ' 事务与文化' ,
40
39
children: [
41
40
{ title: ' 关于社区' , link: ' /about' },
42
- { title: ' 社区活动' , link: ' /events' },
43
- { title: ' AOSCC' , link: ' /aoscc' },
44
41
{ title: ' 实习资源' , link: ' /internship' },
42
+ { title: ' 社区众筹' , link: ' /crowdsourcing' },
45
43
{ title: ' 赞助方一览' , link: ' /sponsors' },
46
- {
47
- title: ' 社区众筹' ,
48
- link: ' /crowdsourcing'
49
- },
50
- {
51
- title: ' 人际关系准则' ,
52
- link: ' /guidelines'
53
- },
44
+ { title: ' 人际关系准则' , link: ' /guidelines' },
54
45
{ title: ' 社区吉祥物' , link: ' /mascot' }
55
46
],
56
47
show: true
57
48
},
58
49
{
59
50
title: ' 服务设施' ,
60
51
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/' }
89
59
],
90
60
show: true
91
61
}
0 commit comments