mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
11 lines
145 B
PHP
11 lines
145 B
PHP
<?php
|
|
|
|
return [
|
|
'action_wearing' => 'Wear',
|
|
'admin' => [
|
|
'list' => [
|
|
'page_title' => 'Medal list'
|
|
]
|
|
]
|
|
];
|