Skip to content

Commit a6766b8

Browse files
committed
chore: change github mirror
1 parent 2467dcf commit a6766b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dice/DiceMod.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ class DiceModManager {
139139
dict_ci<ptr<DiceMod>> modList;
140140
vector<ptr<DiceMod>> modOrder;
141141
vector<string> sourceList = {
142-
"https://ghproxy.com/https://raw.githubusercontent.com/Dice-Developer-Team/DiceModIndex/main/index",
142+
"https://raw.gitmirror.com/Dice-Developer-Team/DiceModIndex/main/index",
143+
"https://mirror.ghproxy.com/https://raw.githubusercontent.com/Dice-Developer-Team/DiceModIndex/main/index",
143144
"https://gitee.com/diceki/DiceModIndex/raw/main/",
144145
//"https://raw.sevencdn.com/Dice-Developer-Team/DiceModIndex/main/index",
145146
};

0 commit comments

Comments
 (0)