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'], ]