mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
16 lines
312 B
PHP
16 lines
312 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'Medal',
|
|
'action_wearing' => 'Wear',
|
|
'admin' => [
|
|
'list' => [
|
|
'page_title' => 'Medal list'
|
|
]
|
|
],
|
|
'get_types' => [
|
|
\App\Models\Medal::GET_TYPE_EXCHANGE => 'Exchange',
|
|
\App\Models\Medal::GET_TYPE_GRANT => 'Grant',
|
|
],
|
|
];
|