Skip to content

Commit

Permalink
chore: change github mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
mystringEmpty committed Nov 29, 2023
1 parent 74c6e3a commit 7be9430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dice/DiceMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ class DiceModManager {
dict_ci<ptr<DiceMod>> modList;
vector<ptr<DiceMod>> modOrder;
vector<string> 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",
};
Expand Down

0 comments on commit 7be9430

Please sign in to comment.