优化IP名单相关文字提示

This commit is contained in:
GoEdgeLab
2024-04-06 19:33:53 +08:00
parent 49acc64ec2
commit a5db18edd6
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
<span v-if="item.type == 'all'">所有IP</span>
<p class="comment" v-if="type == 'ipv4'">单个IPv4或一个IPv4范围。</p>
<p class="comment" v-if="type == 'ipv6'">单个IPv6。</p>
<p class="comment" v-if="type == 'ipv6'">单个IPv6或一个IPv6范围</p>
<p class="comment" v-if="type == 'all'">允许或禁用所有的IP。</p>
</td>
</tr>