File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/.vuepress/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ const raw = [
30
30
{
31
31
key: " win" ,
32
32
label: " Windows" ,
33
- url: ` https://ghproxy.com/https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version }_x64_en-US.msi ` ,
33
+ url: ` https://mirror. ghproxy.com/https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version }_x64_en-US.msi ` ,
34
34
},
35
35
{
36
36
key: " mac_arm64" ,
37
37
label: " MacOS (Apple Silicon)" ,
38
- url: ` https://ghproxy.com/https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version }_aarch64.dmg ` ,
38
+ url: ` https://mirror. ghproxy.com/https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version }_aarch64.dmg ` ,
39
39
},
40
40
{
41
41
key: " mac_x64" ,
42
42
label: " MacOS (Intel)" ,
43
- url: ` https://ghproxy.com/https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version }_x64.dmg ` ,
43
+ url: ` https://mirror. ghproxy.com/https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version }_x64.dmg ` ,
44
44
},
45
45
{
46
46
key: " linux" ,
47
47
label: " Linux" ,
48
- url: ` https://ghproxy.com/https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version }_amd64.deb ` ,
48
+ url: ` https://mirror. ghproxy.com/https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version }_amd64.deb ` ,
49
49
},
50
50
];
51
51
You can’t perform that action at this time.
0 commit comments