medal management

This commit is contained in:
xiaomlove
2022-01-19 23:54:55 +08:00
parent 3fa8fd19c0
commit 64a1f2bb0c
39 changed files with 1282 additions and 171 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'admin' => [
'list' => [
'page_title' => '勋章列表'
]
]
];