mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 13:27:22 +08:00
Introduce filament
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sidebar' => [
|
||||
'exam_users' => '用户考核',
|
||||
'hit_and_runs' => '用户 H&R',
|
||||
'users_list' => '用户列表',
|
||||
'tags_list' => '标签',
|
||||
'agent_allows' => '允许客户端',
|
||||
'agent_denies' => '拒绝客户端',
|
||||
'exams_list' => '考核',
|
||||
'medals_list' => '勋章',
|
||||
'settings' => '设置',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user