Skip to content

Commit 59c2f7d

Browse files
authored
Docs : update desktop-release download proxy url (#301)
1 parent 3a331cb commit 59c2f7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vuepress/components/Desktop.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ const raw = [
3030
{
3131
key: "win",
3232
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`,
3434
},
3535
{
3636
key: "mac_arm64",
3737
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`,
3939
},
4040
{
4141
key: "mac_x64",
4242
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`,
4444
},
4545
{
4646
key: "linux",
4747
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`,
4949
},
5050
];
5151

0 commit comments

Comments
 (0)