优化文字提示

This commit is contained in:
刘祥超
2022-11-10 15:07:15 +08:00
parent 9baa530064
commit 8d76de935f
6 changed files with 6 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ Vue.component("http-webp-config-box", {
<prior-checkbox :v-config="config" v-if="vIsLocation || vIsGroup"></prior-checkbox>
<tbody v-show="(!vIsLocation && !vIsGroup) || config.isPrior">
<tr>
<td class="title">启用</td>
<td class="title">启用WebP压缩</td>
<td>
<div class="ui checkbox">
<input type="checkbox" value="1" v-model="config.isOn"/>