Commit a878e354 authored by fallenstardust's avatar fallenstardust

变更在线调整地址

parent 66f2aee1
......@@ -147,7 +147,7 @@ public interface Constants {
int DECK_SIDE_COUNT = DECK_EXTRA_COUNT;
String URL_HELP = "http://note.youdao.com/noteshare?id=8ae2dc824b7dc04a95a4665a938e2251";
String URL_MASTER_RULE_CN = "https://ocg-rule.readthedocs.io/";
String WIKI_SEARCH_URL = "https://www.ourocg.cn/S.aspx?key=";
String WIKI_SEARCH_URL = "https://ygocdb.com/card/";
String URL_YGO233_ADVANCE = "https://ygo233.com/pre";
String URL_YGO233_FILE = "https://cdn.233.momobako.com/ygosrv233/20211122084301/ygosrv233-pre-mobile.zip";
......
......@@ -191,7 +191,7 @@ public class WebActivity extends BaseActivity {
}
public static void openFAQ(Context context, Card cardInfo) {
String uri = Constants.WIKI_SEARCH_URL + String.format("%08d", cardInfo.getCode());
String uri = Constants.WIKI_SEARCH_URL + String.format("%08d", cardInfo.getCode()) + "#faq";
WebActivity.open(context, cardInfo.Name, uri);
}
......
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