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

View File

@@ -0,0 +1,9 @@
<?php
return [
'admin' => [
'list' => [
'page_title' => 'Medal list'
]
]
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'comment_buy_medal' => '花费 :bonus 魔力购买了 :medal_name',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'admin' => [
'list' => [
'page_title' => '勋章列表'
]
]
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'admin' => [
'list' => [
'page_title' => '勛章列表'
]
]
];