mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-13 11:53:34 +08:00
WebP默认mimeTypes从image/*改为image/png等
This commit is contained in:
@@ -9,8 +9,8 @@ Vue.component("http-webp-config-box", {
|
|||||||
quality: 50,
|
quality: 50,
|
||||||
minLength: {count: 0, "unit": "kb"},
|
minLength: {count: 0, "unit": "kb"},
|
||||||
maxLength: {count: 0, "unit": "kb"},
|
maxLength: {count: 0, "unit": "kb"},
|
||||||
mimeTypes: ["image/*"],
|
mimeTypes: ["image/png", "image/jpeg", "image/bmp"],
|
||||||
extensions: [".png", ".jpeg", ".jpg"],
|
extensions: [".png", ".jpeg", ".jpg", ".bmp"],
|
||||||
conds: null
|
conds: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user