feat: show migration hint when 410. Closes #1045.

This commit is contained in:
huanghongxun
2021-09-20 18:07:51 +08:00
parent 0b2e9c3f62
commit 37cee9cebd
8 changed files with 97 additions and 55 deletions

View File

@@ -272,4 +272,7 @@ public class YggdrasilService {
.registerTypeAdapterFactory(ValidationTypeAdapterFactory.INSTANCE)
.create();
public static final String PROFILE_URL = "https://www.minecraft.net/profile";
public static final String MIGRATION_FAQ_URL = "https://help.minecraft.net/hc/en-us/articles/360050865492-JAVA-Account-Migration-FAQ";
public static final String PURCHASE_URL = "https://www.minecraft.net/zh-hans/store/minecraft-java-edition";
}