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' => '地理位置',
|
|
];
|