From f3cbb9b9d1c0cbf5f1be2ecfcf6207f68f0c7b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 10 Jul 2023 17:42:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/server/http-webp-config-box.js | 30 +++++++++---------- 1 file changed, 14 insertions(+), 16 deletions(-) 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 82a9a70c..513e7444 100644 --- a/web/public/js/components/server/http-webp-config-box.js +++ b/web/public/js/components/server/http-webp-config-box.js @@ -79,17 +79,8 @@ Vue.component("http-webp-config-box", { - - - 图片质量 - -
- - % -
-

取值在0到100之间,数值越大生成的图像越清晰,同时文件尺寸也会越大。

- - + + 支持的扩展名 @@ -104,11 +95,18 @@ Vue.component("http-webp-config-box", {

响应的Content-Type里包含这些MimeType的内容将会被转成WebP。

- - - - - 内容最小长度 + + 图片质量 + +
+ + % +
+

取值在0到100之间,数值越大生成的图像越清晰,同时文件尺寸也会越大。

+ + + + 内容最小长度

0表示不限制,内容长度从文件尺寸或Content-Length中获取。