优化IP名单相关文字提示

This commit is contained in:
刘祥超
2024-04-06 19:33:53 +08:00
parent 8b6b6319b5
commit 9f123b9a26
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -16,7 +16,7 @@
<option value="all">所有IP</option> <option value="all">所有IP</option>
</select> </select>
<p class="comment" v-if="type == 'ipv4'">单个IPv4或一个IPv4范围。</p> <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> <p class="comment" v-if="type == 'all'">允许或禁用所有的IP。</p>
</td> </td>
</tr> </tr>

View File

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

View File

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