mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-24 20:43:33 +08:00
fix: uppercase
This commit is contained in:
parent
19bd14dfc6
commit
8d3bd2fdad
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user