medal add gift_fee_factor and user_medal add priority

This commit is contained in:
xiaomlove
2023-01-29 20:00:58 +08:00
parent fb803d1989
commit 0845bca268
25 changed files with 335 additions and 55 deletions
+7
View File
@@ -28,10 +28,17 @@ return [
'users_count' => 'Sold counts',
'bonus_addition_factor' => 'Bonus addition factor',
'bonus_addition_factor_help' => 'For example: 0.01 means 1% addition, leave blank no addition',
'gift_fee_factor' => 'Gift fee factor',
'gift_fee_factor_help' => 'The additional fee charged for gifts to other users is equal to the price multiplied by this factor',
],
'buy_already' => 'Already buy',
'buy_btn' => 'Buy',
'confirm_to_buy' => 'Sure you want to buy?',
'require_more_bonus' => 'Require more bonus',
'grant_only' => 'Grant only',
'before_sale_begin_time' => 'Before sale begin time',
'after_sale_end_time' => 'After sale end time',
'inventory_empty' => 'Inventory empty',
'gift_btn' => 'Gift',
'confirm_to_gift' => 'Confirm to gift to user ',
];