更新检查连接链接顺序
parent
cb16bd0324
commit
af8d9dff2d
|
@ -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'],
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue