mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
16 lines
316 B
PHP
16 lines
316 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => '勛章',
|
|
'action_wearing' => '佩戴',
|
|
'admin' => [
|
|
'list' => [
|
|
'page_title' => '勛章列表'
|
|
]
|
|
],
|
|
'get_types' => [
|
|
\App\Models\Medal::GET_TYPE_EXCHANGE => '兌換',
|
|
\App\Models\Medal::GET_TYPE_GRANT => '授予',
|
|
],
|
|
];
|