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