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中获取。