mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
Introduce filament
This commit is contained in:
@@ -6,5 +6,9 @@ return [
|
||||
'list' => [
|
||||
'page_title' => '勛章列表'
|
||||
]
|
||||
]
|
||||
],
|
||||
'get_types' => [
|
||||
\App\Models\Medal::GET_TYPE_EXCHANGE => '兌換',
|
||||
\App\Models\Medal::GET_TYPE_GRANT => '授予',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user