IP Search

This commit is contained in:
xiaomlove
2025-10-21 03:22:55 +07:00
parent 1b1a2a4969
commit ec66dca358
6 changed files with 274 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'label' => 'IP Search',
'placeholder' => 'Enter the IP to search; otherwise results will be empty',
'last_access_ip' => 'Latest IP',
'last_access' => 'Last access',
'ip_count' => 'IP count',
'ip_last_access' => 'This IP last accessed',
'user_added' => 'Join time',
'invited_by' => 'Invited by',
];
+12
View File
@@ -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' => '邀请者',
];
+12
View File
@@ -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' => '邀請者',
];
@@ -0,0 +1,3 @@
<x-filament-panels::page>
{{ $this->table }}
</x-filament-panels::page>