mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
326 B
PHP
13 lines
326 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'IP 歷史',
|
|
'access' => '訪問時間',
|
|
'access_begin' => '訪問時間開始',
|
|
'access_end' => '訪問時間結束',
|
|
'access_tooltip' => '實際時間在此之前 1 小時內',
|
|
'uri' => '訪問路徑',
|
|
'count' => '訪問次數',
|
|
'ip_location' => '地理位置',
|
|
];
|