diff --git a/web/public/js/components/server/http-compression-config-box.js b/web/public/js/components/server/http-compression-config-box.js index fd923943..d4d4765e 100644 --- a/web/public/js/components/server/http-compression-config-box.js +++ b/web/public/js/components/server/http-compression-config-box.js @@ -16,6 +16,7 @@ Vue.component("http-compression-config-box", { useDefaultTypes: true, types: ["brotli", "gzip", "deflate"], level: 5, + decompressData: false, gzipRef: null, deflateRef: null, brotliRef: null, @@ -204,26 +205,33 @@ Vue.component("http-compression-config-box", {

选择支持的压缩算法和优先顺序,拖动图表排序。

+ + 支持已压缩内容 + + +

支持对已压缩内容尝试重新使用新的算法压缩。

+ + 内容最小长度 - - -

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

- - - - 内容最大长度 - - -

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

- - - - 匹配条件 - - - - + + +

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

+ + + + 内容最大长度 + + +

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

+ + + + 匹配条件 + + + +