Skip to content

Commit

Permalink
让默认配置里的链接更规范,符合官网格式
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 authored Jan 20, 2024
1 parent 6254711 commit 78289aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class ModConfigs implements ConfigData {
public boolean autoInstallVMTranslationPack = true;
public boolean displayTips = true;
public boolean playerNameCheck = true;
public String modPackTranslationUpdateCheckUrl = "https://vmct-cn.top/example/update.txt";
public String modPackTranslationUrl = "https://vmct-cn.top/example/";
public String modPackTranslationUpdateCheckUrl = "https://vmct-cn.top/modpacks/example/update.txt";
public String modPackTranslationUrl = "https://vmct-cn.top/modpacks/example/";
public String tipsUrl = "https://vmct-cn.top/tips.txt";
public String modPackTranslationVersion = "1.0.0";
public int tipsMinutes = 25;
Expand Down

0 comments on commit 78289aa

Please sign in to comment.