From 748b38b0a00290df92272e082f454f15c17f357a Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 24 Aug 2024 13:39:21 +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/utils/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/version.js b/src/utils/version.js index 22fe17d..88d2d5a 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -15,10 +15,10 @@ const abis = [ const address = [ [`https://raw.githubusercontent.com/${author.name}/${name}/master/publish/version.json`, 'direct'], ['https://registry.npmjs.org/lx-music-mobile-version-info/latest', 'npm'], - ['https://registry.npmmirror.com/lx-music-mobile-version-info/latest', 'npm'], [`https://cdn.jsdelivr.net/gh/${author.name}/${name}/publish/version.json`, 'direct'], [`https://fastly.jsdelivr.net/gh/${author.name}/${name}/publish/version.json`, 'direct'], [`https://gcore.jsdelivr.net/gh/${author.name}/${name}/publish/version.json`, 'direct'], + ['https://registry.npmmirror.com/lx-music-mobile-version-info/latest', 'npm'], ['https://gitee.com/lyswhut/lx-music-mobile-versions/raw/master/version.json', 'direct'], ['http://cdn.stsky.cn/lx-music/mobile/version.json', 'direct'], ]