mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 21:27:36 +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 => '授予',
|
|
],
|
|
];
|