From 5a99342f6190584c9c6e61530929439e5620dd63 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sat, 18 Jul 2020 13:50:39 +0800 Subject: [PATCH] =?UTF-8?q?[-]=20=E5=8E=BB=E9=99=A4=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E7=9A=84=E8=A1=A5=E4=B8=81url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevokeMsgPatcher/Utils/HttpUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevokeMsgPatcher/Utils/HttpUtil.cs b/RevokeMsgPatcher/Utils/HttpUtil.cs index 9c8fe09..8100617 100644 --- a/RevokeMsgPatcher/Utils/HttpUtil.cs +++ b/RevokeMsgPatcher/Utils/HttpUtil.cs @@ -20,10 +20,10 @@ namespace RevokeMsgPatcher.Utils /// 已经弃用的路径 /// https://swordmaker-hauls-51508.netlify.com/i/revokemsg/05.json /// https://huiyadanli.github.io/i/revokemsg/05.json + /// https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/0.8/patch.json /// private static readonly string[] urls = new string[] { - "https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/0.8/patch.json", "https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/0.8/patch.json", "https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/0.8/patch.json" };