更新检查连接链接顺序

pull/1235/merge
lyswhut 2024-08-24 13:39:27 +08:00
parent cb16bd0324
commit af8d9dff2d
1 changed files with 1 additions and 1 deletions

View File

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