mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
优化IP名单相关文字提示
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user