From af8d9dff2d6e9a497702e08b9dca5cdf2eacf03f Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 24 Aug 2024 13:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A3=80=E6=9F=A5=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E9=93=BE=E6=8E=A5=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/utils/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/utils/update.js b/src/renderer/utils/update.js index ff83800b..4880e06b 100644 --- a/src/renderer/utils/update.js +++ b/src/renderer/utils/update.js @@ -9,10 +9,10 @@ const name = pkg.name const address = [ [`https://raw.githubusercontent.com/${author}/${name}/master/publish/version.json`, 'direct'], ['https://registry.npmjs.org/lx-music-desktop-version-info/latest', 'npm'], - ['https://registry.npmmirror.com/lx-music-desktop-version-info/latest', 'npm'], [`https://cdn.jsdelivr.net/gh/${author}/${name}/publish/version.json`, 'direct'], [`https://fastly.jsdelivr.net/gh/${author}/${name}/publish/version.json`, 'direct'], [`https://gcore.jsdelivr.net/gh/${author}/${name}/publish/version.json`, 'direct'], + ['https://registry.npmmirror.com/lx-music-desktop-version-info/latest', 'npm'], ['https://gitee.com/lyswhut/lx-music-desktop-versions/raw/master/version.json', 'direct'], ['http://cdn.stsky.cn/lx-music/desktop/version.json', 'direct'], ]