mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-22 21:16:07 +08:00
[#] 修改补丁文件url获取顺序
This commit is contained in:
parent
344f2f7e75
commit
0b9e969593
|
@ -43,12 +43,10 @@ namespace RevokeMsgPatcher.Utils
|
|||
private static readonly string[] urls = new string[]
|
||||
{
|
||||
$"https://hui-config.oss-cn-hangzhou.aliyuncs.com/{PatchVersion}/patch.json",
|
||||
$"https://cdn.jsdelivr.net/gh/huiyadanli/RevokeMsgPatcher@master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
|
||||
$"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
|
||||
$"https://raw.fgit.cf/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
|
||||
$"https://mirror.ghproxy.com/https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
|
||||
$"https://raw.gitmirror.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
|
||||
$"https://gh.con.sh/https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json"
|
||||
$"https://cdn.jsdelivr.net/gh/huiyadanli/RevokeMsgPatcher@master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
|
||||
$"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
|
||||
};
|
||||
|
||||
public static async Task<string> GetPatchJsonAsync()
|
||||
|
|
Loading…
Reference in New Issue
Block a user