From a6766b843c7ec9cfad7485aaca5f9257b57f1723 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 253b9596..d745a7a0 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", };