Skip to content

Commit deb1a33

Browse files
committed
WebP增加图片像素限制提示
1 parent 5021350 commit deb1a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/js/components/server/http-webp-config-box.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Vue.component("http-webp-config-box", {
7575
<input type="checkbox" value="1" v-model="config.isOn"/>
7676
<label></label>
7777
</div>
78-
<p class="comment">选中后表示开启自动WebP压缩<span v-if="vRequireCache">;只有满足缓存条件的图片内容才会被转换</span>。</p>
78+
<p class="comment">选中后表示开启自动WebP压缩;图片的宽和高均不能超过16383像素<span v-if="vRequireCache">;只有满足缓存条件的图片内容才会被转换</span>。</p>
7979
</td>
8080
</tr>
8181
</tbody>

0 commit comments

Comments
 (0)