将“分片”改为“分段”,将“分区”改为“分片”

This commit is contained in:
GoEdgeLab
2023-07-31 16:59:12 +08:00
parent 5ceb1dec44
commit 4f6b37fc20
2 changed files with 2 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ Vue.component("http-compression-config-box", {
<td>支持Partial<br/>Content</td>
<td>
<checkbox v-model="config.enablePartialContent"></checkbox>
<p class="comment">支持对分内容PartialContent的压缩除非客户端有特殊要求一般不需要启用。</p>
<p class="comment">支持对分内容PartialContent的压缩除非客户端有特殊要求一般不需要启用。</p>
</td>
</tr>
<tr>