From 8d7307cddfadbed14b41ddb458e290ce8e808880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 25 Aug 2023 18:04:38 +0800 Subject: [PATCH] =?UTF-8?q?WebP=E6=94=AF=E6=8C=81=E7=9A=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A0=BC=E5=BC=8F=E4=B8=AD=E5=8E=BB=E9=99=A4image/gif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-webp-config-box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/js/components/server/http-webp-config-box.js b/web/public/js/components/server/http-webp-config-box.js index 513e7444..67bc3724 100644 --- a/web/public/js/components/server/http-webp-config-box.js +++ b/web/public/js/components/server/http-webp-config-box.js @@ -9,7 +9,7 @@ Vue.component("http-webp-config-box", { quality: 50, minLength: {count: 0, "unit": "kb"}, maxLength: {count: 0, "unit": "kb"}, - mimeTypes: ["image/png", "image/jpeg", "image/bmp", "image/x-ico", "image/gif"], + mimeTypes: ["image/png", "image/jpeg", "image/bmp", "image/x-ico"], extensions: [".png", ".jpeg", ".jpg", ".bmp", ".ico"], conds: null }