mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-02 16:15:38 +08:00
优化IP名单
* 增加IP灰名单,用于仅记录并观察IP
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<td class="center">
|
||||
<span v-if="list.type == 'black'">黑名单</span>
|
||||
<span v-if="list.type == 'white'">白名单</span>
|
||||
<span v-if="list.type == 'grey'">灰名单</span>
|
||||
</td>
|
||||
<td>{{list.description}}</td>
|
||||
<td class="center">
|
||||
|
||||
Reference in New Issue
Block a user