mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-17 13:57:35 +08:00
add medal bonus addition
This commit is contained in:
@@ -20,5 +20,6 @@ return [
|
||||
'basic' => '基本奖励',
|
||||
'harem_addition' => '后宫加成',
|
||||
'official_addition' => '官种加成',
|
||||
'medal_addition' => '勋章加成',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -26,6 +26,8 @@ return [
|
||||
'inventory_help' => '留空表示无限',
|
||||
'sale_begin_end_time' => '可购买时间',
|
||||
'users_count' => '已售数量',
|
||||
'bonus_addition_factor' => '魔力加成系数',
|
||||
'bonus_addition_factor_help' => '如:0.01 表示 1% 的加成,留空无加成',
|
||||
],
|
||||
'buy_already' => '已经购买',
|
||||
'buy_btn' => '购买',
|
||||
|
||||
Reference in New Issue
Block a user