mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-17 22:07:37 +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