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