mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-29 08:27:23 +08:00
Introduce filament
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sidebar' => [
|
||||
'exam_users' => 'Exam Users',
|
||||
'hit_and_runs' => 'Hit And Runs',
|
||||
'users_list' => 'Users',
|
||||
'tags_list' => 'Tags',
|
||||
'agent_allows' => 'Agent Allows',
|
||||
'agent_denies' => 'Agent Denies',
|
||||
'exams_list' => 'Exams',
|
||||
'medals_list' => 'Medals',
|
||||
'settings' => 'Settings',
|
||||
],
|
||||
];
|
||||
@@ -52,6 +52,12 @@ return [
|
||||
],
|
||||
'latest_torrent' => [
|
||||
'page_title' => 'Torrent latest',
|
||||
]
|
||||
],
|
||||
'torrent_trend' => [
|
||||
'page_title' => 'Torrent trend',
|
||||
],
|
||||
'user_trend' => [
|
||||
'page_title' => 'User trend',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -5,5 +5,10 @@ return [
|
||||
'list' => [
|
||||
'page_title' => 'Exam users'
|
||||
]
|
||||
]
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\ExamUser::STATUS_FINISHED => 'Finished',
|
||||
\App\Models\ExamUser::STATUS_AVOIDED => 'Avoided',
|
||||
\App\Models\ExamUser::STATUS_NORMAL => 'Normal',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -6,5 +6,9 @@ return [
|
||||
'list' => [
|
||||
'page_title' => 'Medal list'
|
||||
]
|
||||
]
|
||||
],
|
||||
'get_types' => [
|
||||
\App\Models\Medal::GET_TYPE_EXCHANGE => 'Exchange',
|
||||
\App\Models\Medal::GET_TYPE_GRANT => 'Grant',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user