From 3f7f243f508bdd9465dff49aca1141cb438c74bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 18 Oct 2021 11:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=8E=8B=E7=BC=A9=E7=AE=97=E6=B3=95=E4=BB=8Egzip=E6=94=B9?= =?UTF-8?q?=E4=B8=BAbrotli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/components/server/http-compression-config-box.js | 4 ++-- 1 file changed, 2 insertions(+), 2 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 3acb91d4..fd923943 100644 --- a/web/public/js/components/server/http-compression-config-box.js +++ b/web/public/js/components/server/http-compression-config-box.js @@ -14,7 +14,7 @@ Vue.component("http-compression-config-box", { isPrior: false, isOn: false, useDefaultTypes: true, - types: ["gzip", "deflate", "brotli"], + types: ["brotli", "gzip", "deflate"], level: 5, gzipRef: null, deflateRef: null, @@ -188,7 +188,7 @@ Vue.component("http-compression-config-box", {
- +