We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5021350 commit deb1a33Copy full SHA for deb1a33
web/public/js/components/server/http-webp-config-box.js
@@ -75,7 +75,7 @@ Vue.component("http-webp-config-box", {
75
<input type="checkbox" value="1" v-model="config.isOn"/>
76
<label></label>
77
</div>
78
- <p class="comment">选中后表示开启自动WebP压缩<span v-if="vRequireCache">;只有满足缓存条件的图片内容才会被转换</span>。</p>
+ <p class="comment">选中后表示开启自动WebP压缩;图片的宽和高均不能超过16383像素<span v-if="vRequireCache">;只有满足缓存条件的图片内容才会被转换</span>。</p>
79
</td>
80
</tr>
81
</tbody>
0 commit comments