remove self-hosted repo list

This commit is contained in:
StageGuard
2024-03-04 16:48:04 +08:00
committed by GitHub
parent dd70db5c17
commit 6067ff139b

View File

@@ -727,9 +727,7 @@ config = {
fetchRepoFile: function(path, successCbk, failCbk) {
var repos = [
"http://81.70.194.140:8090/StageGuard/SkyAutoPlayerScript/raw/branch/master/" + path,
"https://cdn.jsdelivr.net/gh/StageGuard/SkyAutoPlayerScript@" + config.values.gitVersion + "/" + path,
"https://dl.skyautoplayerscript.stageguard.top/" + path,
"https://gitee.com/stageguard/SkyAutoPlayerScript/raw/master/" + path,
"https://raw.githubusercontent.com/StageGuard/SkyAutoPlayerScript/master/" + path
];