mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +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