From 0b45859e097d91e82e2f53a7967ec020836e9dec Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Sun, 10 Dec 2023 03:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5=E5=BC=80?= =?UTF-8?q?=E5=A4=B4=E8=A1=A5mirror=E9=98=B2=E5=A2=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/boot/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/config.js b/src/boot/config.js index 420d37c..a609a7b 100644 --- a/src/boot/config.js +++ b/src/boot/config.js @@ -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]}`