Commit a7764666 authored by fallenstardust's avatar fallenstardust

使用mycard cdn url作为备用更新检查地址

parent d56951dd
...@@ -169,7 +169,7 @@ public interface Constants { ...@@ -169,7 +169,7 @@ public interface Constants {
String URL_MASTER_RULE_CN = "https://ocg-rule.readthedocs.io/"; String URL_MASTER_RULE_CN = "https://ocg-rule.readthedocs.io/";
String WIKI_SEARCH_URL = "https://ygocdb.com/card/"; String WIKI_SEARCH_URL = "https://ygocdb.com/card/";
String URL_HOME_VERSION = "https://ygom.top/ver_code.txt"; String URL_HOME_VERSION = "https://ygom.top/ver_code.txt";
String URL_HOME_VERSION_ALT = "https://code.moenext.com/mycard/ygom-site/-/raw/master/dist/ver_code.txt"; String URL_HOME_VERSION_ALT = "https://cdn02.moecube.com:444/ygom-site/ver_code.txt";
String ID1 = "[versionname]"; String ID1 = "[versionname]";
String ID2 = "[download_link]"; String ID2 = "[download_link]";
String ID3 = "#pre_release_code"; String ID3 = "#pre_release_code";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment