From 7be9430ba5bc5dd076432262565106c3589835dd Mon Sep 17 00:00:00 2001 From: "string.Empty" Date: Wed, 29 Nov 2023 21:40:31 +0800 Subject: [PATCH] chore: change github mirror --- Dice/DiceMod.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dice/DiceMod.h b/Dice/DiceMod.h index 35fce328..684fc275 100644 --- a/Dice/DiceMod.h +++ b/Dice/DiceMod.h @@ -139,7 +139,8 @@ class DiceModManager { dict_ci> modList; vector> modOrder; vector sourceList = { - "https://ghproxy.com/https://raw.githubusercontent.com/Dice-Developer-Team/DiceModIndex/main/index", + "https://raw.gitmirror.com/Dice-Developer-Team/DiceModIndex/main/index", + "https://mirror.ghproxy.com/https://raw.githubusercontent.com/Dice-Developer-Team/DiceModIndex/main/index", "https://gitee.com/diceki/DiceModIndex/raw/main/", //"https://raw.sevencdn.com/Dice-Developer-Team/DiceModIndex/main/index", };