Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
下载链接开头补mirror防墙
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Dec 9, 2023
1 parent 07d7b4a commit 0b45859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const getLatestDownloadLink = (product, platform) => {
}
if (extensionMap.hasOwnProperty(platform)) {
return (
"https://ghproxy.com/https://github.com/26F-Studio/" +
"https://mirror.ghproxy.com/https://github.com/26F-Studio/" +
repoMap[product] +
"/releases/latest/download/" +
`${repoMap[product]}_${extensionMap[platform]}`
Expand Down

0 comments on commit 0b45859

Please sign in to comment.