Skip to content

Commit 7938c2d

Browse files
committed
sponsoring: 按字母序排列赞助方
1 parent e038c87 commit 7938c2d

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

src/pages/sponsoring/Index.vue

+34-34
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ const sponsorList = ref([
1717
web: "https://www.globalsign.com/",
1818
img: "globalsign",
1919
},
20-
{
21-
name: "Microsoft Open Source",
22-
web: "https://opensource.microsoft.com/",
23-
img: "microsoft",
24-
},
2520
{
2621
name: "龙芯中科(武汉)技术有限公司",
2722
web: "https://www.loongson.cn/",
2823
img: "loongson",
2924
},
25+
{
26+
name: "Microsoft Open Source",
27+
web: "https://opensource.microsoft.com/",
28+
img: "microsoft",
29+
},
3030
],
3131
},
3232
{
@@ -38,9 +38,9 @@ const sponsorList = ref([
3838
img: "bfsu",
3939
},
4040
{
41-
name: "南阳理工学院计算机与信息化处理协会",
42-
web: "https://cips.nyist.edu.cn/",
43-
img: "nyist-cips",
41+
name: "电子科技大学 Linux 用户组",
42+
web: "https://uestclug.org/",
43+
img: "uestclug",
4444
},
4545
{
4646
name: "Fastly CDN",
@@ -52,6 +52,11 @@ const sponsorList = ref([
5252
web: "https://lug.hit.edu.cn",
5353
img: "hit-lug",
5454
},
55+
{
56+
name: "荷兰本地 Unix 用户组 (NLUUG)",
57+
web: "https://nluug.nl/",
58+
img: "nluug",
59+
},
5560
{
5661
name: "Hexhu",
5762
web: "https://arch.hu.fo/",
@@ -62,30 +67,25 @@ const sponsorList = ref([
6267
web: "https://jlulug.org/",
6368
img: "jlu-lug",
6469
},
65-
{
66-
name: "中国科学技术大学 Linux 用户组 (LUG@USTC)",
67-
web: "https://lug.ustc.edu.cn/",
68-
img: "lug-ustc",
69-
},
7070
{
7171
name: "兰州大学开源社区 (LZUOSS)",
7272
web: "https://github.com/lzuoss",
7373
img: "lzuoss",
7474
},
75-
{
76-
name: "上海科技大学 Geekpie 协会",
77-
web: "https://geekpie.club/",
78-
img: "geekpie",
79-
},
8075
{
8176
name: "南京大学 e-Science 中心",
8277
web: "https://sci.nju.edu.cn/",
8378
img: "nju-lug",
8479
},
8580
{
86-
name: "荷兰本地 Unix 用户组 (NLUUG)",
87-
web: "https://nluug.nl/",
88-
img: "nluug",
81+
name: "南阳理工学院计算机与信息化处理协会",
82+
web: "https://cips.nyist.edu.cn/",
83+
img: "nyist-cips",
84+
},
85+
{
86+
name: "清华大学 TUNA 协会",
87+
web: "https://tuna.moe/",
88+
img: "tuna",
8989
},
9090
{
9191
name: "QVQNetwork",
@@ -97,20 +97,20 @@ const sponsorList = ref([
9797
web: "https://mirror.sjtu.edu.cn/",
9898
img: "sjtug",
9999
},
100+
{
101+
name: "上海科技大学 Geekpie 协会",
102+
web: "https://geekpie.club/",
103+
img: "geekpie",
104+
},
100105
{
101106
name: "腾讯云",
102107
web: "https://cloud.tencent.com/",
103108
img: "tencent-cloud",
104109
},
105110
{
106-
name: "清华大学 TUNA 协会",
107-
web: "https://tuna.moe/",
108-
img: "tuna",
109-
},
110-
{
111-
name: "电子科技大学 Linux 用户组",
112-
web: "https://uestclug.org/",
113-
img: "uestclug",
111+
name: "中国科学技术大学 Linux 用户组 (LUG@USTC)",
112+
web: "https://lug.ustc.edu.cn/",
113+
img: "lug-ustc",
114114
},
115115
],
116116
},
@@ -192,11 +192,6 @@ const sponsorList = ref([
192192
{
193193
title: "历史赞助方(镜像源)",
194194
list: [
195-
{
196-
name: "首都在线",
197-
web: "http://mirrors.capitalonline.net/",
198-
img: "cods",
199-
},
200195
{
201196
name: "重庆大学蓝盟",
202197
web: "http://lanunion.cqu.edu.cn/",
@@ -212,6 +207,11 @@ const sponsorList = ref([
212207
web: "https://www.shuosc.org/",
213208
img: "shuosc",
214209
},
210+
{
211+
name: "首都在线",
212+
web: "http://mirrors.capitalonline.net/",
213+
img: "cods",
214+
},
215215
],
216216
},
217217
]);

0 commit comments

Comments
 (0)