Commit 9a739a48 authored by fallenstardust's avatar fallenstardust

更改图片下载目录

parent 3c62f5e0
......@@ -43,7 +43,7 @@ public class YGOUtil {
* @return 高清图url
*/
public static String getCardImageDetailUrl(int code) {
return "https://cdn01.moecube.com/images/ygomobile/" + code + ".jpg";
return "https://cdn01.moecube.com/ygomobile-images/" + code + ".jpg";
}
......
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