1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

fix: uppercase

This commit is contained in:
cssxsh 2022-02-19 23:08:10 +08:00
parent 19bd14dfc6
commit 8d3bd2fdad
No known key found for this signature in database
GPG Key ID: 92849F91CA9D8ECE

View File

@ -375,7 +375,7 @@ public enum class ImageType(
) {
PNG("png"),
BMP("bmp"),
JPG("jpg", "jpeg", "jpe"),
JPG("jpg", "JPEG", "JPE"),
GIF("gif"),
//WEBP, //Unsupported by pc client
APNG("png"),