🐛 .png 文件名
This commit is contained in:
parent
12ccb9b7d0
commit
7c6abc3db1
@ -24,7 +24,7 @@ public class FileUtils {
|
||||
* @return
|
||||
*/
|
||||
public static String getExtend(String filename) {
|
||||
return getExtend(filename, "");
|
||||
return getExtend(filename, ".png");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user