[+] 添加更多的补丁数据源 #392 感谢 @Constaline

This commit is contained in:
huiyadanli 2022-08-20 11:38:10 +08:00
parent 44a1750881
commit cd9d97e01b

View File

@ -28,6 +28,9 @@ namespace RevokeMsgPatcher.Utils
private static readonly string[] urls = new string[]
{
"https://hui-config.oss-cn-hangzhou.aliyuncs.com/1.6/patch.json",
"https://cdn.jsdelivr.net/gh/huiyadanli/RevokeMsgPatcher@master/RevokeMsgPatcher.Assistant/Data/1.6/patch.json",
"https://ghproxy.com/https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.6/patch.json",
"https://raw.fastgit.org/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.6/patch.json",
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.5/patch.json"
};