This commit is contained in:
xiaomlove
2022-12-18 02:19:33 +08:00
parent 77c1bc5aaf
commit 26fb578435
4 changed files with 80 additions and 1 deletions

View File

@@ -12,4 +12,13 @@ return [
\App\Models\Medal::GET_TYPE_EXCHANGE => '兑换',
\App\Models\Medal::GET_TYPE_GRANT => '授予',
],
'fields' => [
'get_type' => '获取方式',
'description' => '描述',
'image_large' => '图片',
'price' => '价格',
'duration' => '购买后有效期(天)',
],
'buy_already' => '已经购买',
'but_btn' => '购买',
];

View File

@@ -12,4 +12,5 @@ return [
'unselect_all' => '全不选',
'increment' => '增加',
'decrement' => '减少',
'action' => '操作',
];