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