mybonus.php remove medal

This commit is contained in:
xiaomlove
2022-12-19 19:01:22 +08:00
parent 55fed75e97
commit b99ca57321
9 changed files with 65 additions and 26 deletions
+11
View File
@@ -12,4 +12,15 @@ return [
\App\Models\Medal::GET_TYPE_EXCHANGE => 'Exchange',
\App\Models\Medal::GET_TYPE_GRANT => 'Grant',
],
'fields' => [
'get_type' => 'Get type',
'description' => 'Description',
'image_large' => 'Image',
'price' => 'Price',
'duration' => 'Valid after buy (days)',
],
'buy_already' => 'Already buy',
'buy_btn' => 'Buy',
'confirm_to_buy' => 'Sure you want to buy?',
'require_more_bonus' => 'Require more bonus',
];