From d17e494c19c111547e1800dc9115ad199f6dbb45 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 18 Oct 2021 16:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8E=8B=E7=BC=A9=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=AF=B9=E5=B7=B2=E5=8E=8B=E7=BC=A9=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../server/http-compression-config-box.js | 44 +++++++++++-------- 1 file changed, 26 insertions(+), 18 deletions(-) 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中获取。

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