From cd9d97e01b32f485cbcfd584b00c0f444191fc01 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sat, 20 Aug 2022 11:38:10 +0800 Subject: [PATCH] =?UTF-8?q?[+]=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E7=9A=84=E8=A1=A5=E4=B8=81=E6=95=B0=E6=8D=AE=E6=BA=90=20#392?= =?UTF-8?q?=20=E6=84=9F=E8=B0=A2=20@Constaline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevokeMsgPatcher/Utils/HttpUtil.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RevokeMsgPatcher/Utils/HttpUtil.cs b/RevokeMsgPatcher/Utils/HttpUtil.cs index ac1a67f..a8ec933 100644 --- a/RevokeMsgPatcher/Utils/HttpUtil.cs +++ b/RevokeMsgPatcher/Utils/HttpUtil.cs @@ -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" };