fix: ghproxy.com->mirror.ghproxy.com (#333)

Fixed #333
This commit is contained in:
shanmite 2023-12-01 10:21:08 +08:00
parent b86e756520
commit addb9c65fe

View File

@ -68,7 +68,7 @@ async function update(isDdownload) {
if (download_url.length) {
if (isDdownload) {
await try_for_each(download_url.entries(), async ([i, url]) => {
let proxy_url = "https://ghproxy.com/";
let proxy_url = "https://mirror.ghproxy.com/";
proxy_url += url
log.warn('自动下载', `切换代理${proxy_url}`)
await download(proxy_url, `latest_version${i}.zip`)