mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-27 22:47:23 +08:00
mybonus.php remove medal
This commit is contained in:
@@ -12,4 +12,15 @@ return [
|
||||
\App\Models\Medal::GET_TYPE_EXCHANGE => '兌換',
|
||||
\App\Models\Medal::GET_TYPE_GRANT => '授予',
|
||||
],
|
||||
'fields' => [
|
||||
'get_type' => '獲取方式',
|
||||
'description' => '描述',
|
||||
'image_large' => '圖片',
|
||||
'price' => '價格',
|
||||
'duration' => '購買後有效期(天)',
|
||||
],
|
||||
'buy_already' => '已經購買',
|
||||
'buy_btn' => '購買',
|
||||
'confirm_to_buy' => '確定要購買嗎?',
|
||||
'require_more_bonus' => '需要更多魔力值',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user