Commit dc3e695a authored by fallenstardust's avatar fallenstardust

变更获取图片的拓展名

parent 6708ef77
......@@ -44,7 +44,7 @@ public class YGOUtil {
* @return 高清图url
*/
public static String getCardImageDetailUrl(int code) {
return "https://cdn02.moecube.com:444/ygomobile-images/" + code + ".png";
return "https://cdn02.moecube.com:444/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