Skip to content

Commit 6780b51

Browse files
committed
fix(DownloadIndex.vue): 修正 CERNET 镜像名称为“校园网联合镜像”; 去除 URL 中无用 m. 前缀
1 parent e80ccb6 commit 6780b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/download/DownloadIndex.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ const recipe = ref({});
6969
const recipeI18n = ref({});
7070
const sources = ref([
7171
{
72-
name: 'MirrorZ',
72+
name: '校园网联合镜像站',
7373
loc: '自动',
74-
url: 'https://m.mirrors.cernet.edu.cn/anthon/aosc-os/'
74+
url: 'https://mirrors.cernet.edu.cn/anthon/aosc-os/'
7575
},
7676
{ name: '官方源', loc: '香港特别行政区', url: 'https://releases.aosc.io/' }
7777
]);

0 commit comments

Comments
 (0)