内容压缩支持对已压缩内容重新压缩

This commit is contained in:
刘祥超
2021-10-18 16:49:19 +08:00
parent 47b840cac9
commit 13c2997a52

View File

@@ -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,6 +205,13 @@ Vue.component("http-compression-config-box", {
<p class="comment">选择支持的压缩算法和优先顺序,拖动<i class="icon list small grey"></i>图表排序。</p>
</td>
</tr>
<tr>
<td>支持已压缩内容</td>
<td>
<checkbox v-model="config.decompressData"></checkbox>
<p class="comment">支持对已压缩内容尝试重新使用新的算法压缩。</p>
</td>
</tr>
<tr>
<td>内容最小长度</td>
<td>