mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 15:12:10 +08:00
更新检查连接链接顺序
This commit is contained in:
parent
5da9857131
commit
748b38b0a0
@ -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'],
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user