From 823f45389118d959427bf46c0936d7e8c427bd7a Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Fri, 25 Mar 2022 21:53:39 +0800 Subject: [PATCH] =?UTF-8?q?[#]=20gitee=20=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevokeMsgPatcher/Utils/HttpUtil.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/RevokeMsgPatcher/Utils/HttpUtil.cs b/RevokeMsgPatcher/Utils/HttpUtil.cs index 9ebe493..6bd8629 100644 --- a/RevokeMsgPatcher/Utils/HttpUtil.cs +++ b/RevokeMsgPatcher/Utils/HttpUtil.cs @@ -23,7 +23,6 @@ namespace RevokeMsgPatcher.Utils /// private static readonly string[] urls = new string[] { - "https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json", "https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json", "https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json" };