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