@@ -17,16 +17,16 @@ const sponsorList = ref([
17
17
web: " https://www.globalsign.com/" ,
18
18
img: " globalsign" ,
19
19
},
20
- {
21
- name: " Microsoft Open Source" ,
22
- web: " https://opensource.microsoft.com/" ,
23
- img: " microsoft" ,
24
- },
25
20
{
26
21
name: " 龙芯中科(武汉)技术有限公司" ,
27
22
web: " https://www.loongson.cn/" ,
28
23
img: " loongson" ,
29
24
},
25
+ {
26
+ name: " Microsoft Open Source" ,
27
+ web: " https://opensource.microsoft.com/" ,
28
+ img: " microsoft" ,
29
+ },
30
30
],
31
31
},
32
32
{
@@ -38,9 +38,9 @@ const sponsorList = ref([
38
38
img: " bfsu" ,
39
39
},
40
40
{
41
- name: " 南阳理工学院计算机与信息化处理协会 " ,
42
- web: " https://cips.nyist.edu.cn /" ,
43
- img: " nyist-cips " ,
41
+ name: " 电子科技大学 Linux 用户组 " ,
42
+ web: " https://uestclug.org /" ,
43
+ img: " uestclug " ,
44
44
},
45
45
{
46
46
name: " Fastly CDN" ,
@@ -52,6 +52,11 @@ const sponsorList = ref([
52
52
web: " https://lug.hit.edu.cn" ,
53
53
img: " hit-lug" ,
54
54
},
55
+ {
56
+ name: " 荷兰本地 Unix 用户组 (NLUUG)" ,
57
+ web: " https://nluug.nl/" ,
58
+ img: " nluug" ,
59
+ },
55
60
{
56
61
name: " Hexhu" ,
57
62
web: " https://arch.hu.fo/" ,
@@ -62,30 +67,25 @@ const sponsorList = ref([
62
67
web: " https://jlulug.org/" ,
63
68
img: " jlu-lug" ,
64
69
},
65
- {
66
- name: " 中国科学技术大学 Linux 用户组 (LUG@USTC)" ,
67
- web: " https://lug.ustc.edu.cn/" ,
68
- img: " lug-ustc" ,
69
- },
70
70
{
71
71
name: " 兰州大学开源社区 (LZUOSS)" ,
72
72
web: " https://github.com/lzuoss" ,
73
73
img: " lzuoss" ,
74
74
},
75
- {
76
- name: " 上海科技大学 Geekpie 协会" ,
77
- web: " https://geekpie.club/" ,
78
- img: " geekpie" ,
79
- },
80
75
{
81
76
name: " 南京大学 e-Science 中心" ,
82
77
web: " https://sci.nju.edu.cn/" ,
83
78
img: " nju-lug" ,
84
79
},
85
80
{
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" ,
89
89
},
90
90
{
91
91
name: " QVQNetwork" ,
@@ -97,20 +97,20 @@ const sponsorList = ref([
97
97
web: " https://mirror.sjtu.edu.cn/" ,
98
98
img: " sjtug" ,
99
99
},
100
+ {
101
+ name: " 上海科技大学 Geekpie 协会" ,
102
+ web: " https://geekpie.club/" ,
103
+ img: " geekpie" ,
104
+ },
100
105
{
101
106
name: " 腾讯云" ,
102
107
web: " https://cloud.tencent.com/" ,
103
108
img: " tencent-cloud" ,
104
109
},
105
110
{
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" ,
114
114
},
115
115
],
116
116
},
@@ -192,11 +192,6 @@ const sponsorList = ref([
192
192
{
193
193
title: " 历史赞助方(镜像源)" ,
194
194
list: [
195
- {
196
- name: " 首都在线" ,
197
- web: " http://mirrors.capitalonline.net/" ,
198
- img: " cods" ,
199
- },
200
195
{
201
196
name: " 重庆大学蓝盟" ,
202
197
web: " http://lanunion.cqu.edu.cn/" ,
@@ -212,6 +207,11 @@ const sponsorList = ref([
212
207
web: " https://www.shuosc.org/" ,
213
208
img: " shuosc" ,
214
209
},
210
+ {
211
+ name: " 首都在线" ,
212
+ web: " http://mirrors.capitalonline.net/" ,
213
+ img: " cods" ,
214
+ },
215
215
],
216
216
},
217
217
]);
0 commit comments