Skip to content

Commit

Permalink
更新补丁数据源地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Constaline authored Dec 13, 2023
1 parent 4b4ee82 commit d865c19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RevokeMsgPatcher/Utils/HttpUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public static string PatchVersion
$"https://hui-config.oss-cn-hangzhou.aliyuncs.com/{PatchVersion}/patch.json",
$"https://cdn.jsdelivr.net/gh/huiyadanli/RevokeMsgPatcher@master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
$"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json"
$"https://raw.fgit.cf/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
$"https://mirror.ghproxy.com/https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json",
};

public static async Task<string> GetPatchJsonAsync()
Expand Down

0 comments on commit d865c19

Please sign in to comment.