[#] fix patch json 1.4

This commit is contained in:
huiyadanli 2022-05-20 22:08:31 +08:00
parent 74d4b7dda9
commit 566f469c48

View File

@ -25,8 +25,8 @@ namespace RevokeMsgPatcher.Utils
/// </summary> /// </summary>
private static readonly string[] urls = new string[] private static readonly string[] urls = new string[]
{ {
"https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.3/patch.json", "https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.4/patch.json",
"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.3/patch.json" "https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/1.4/patch.json"
}; };
public static async Task<string> GetPatchJsonAsync() public static async Task<string> GetPatchJsonAsync()