mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
IP Search
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'label' => 'IP 搜索',
|
||||
'placeholder' => '输入要搜索的 IP,否则结果为空',
|
||||
'last_access_ip' => '最近 IP',
|
||||
'last_access' => '最近访问',
|
||||
'ip_count' => 'IP 数',
|
||||
'ip_last_access' => '此 IP 最近访问',
|
||||
'user_added' => '加入时间',
|
||||
'invited_by' => '邀请者',
|
||||
];
|
||||
Reference in New Issue
Block a user