mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
backend bonus log exclude seeding default
This commit is contained in:
@@ -42,4 +42,5 @@ return [
|
||||
'value' => 'Trade value',
|
||||
'new_total_value' => 'Post-trade value',
|
||||
],
|
||||
'exclude_seeding_bonus' => 'Exclude seeding bonus',
|
||||
];
|
||||
|
||||
@@ -44,4 +44,5 @@ return [
|
||||
'value' => '交易值',
|
||||
'new_total_value' => '交易后值',
|
||||
],
|
||||
'exclude_seeding_bonus' => '不包含做种魔力',
|
||||
];
|
||||
|
||||
@@ -42,4 +42,5 @@ return [
|
||||
'value' => '交易值',
|
||||
'new_total_value' => '交易後值',
|
||||
],
|
||||
'exclude_seeding_bonus' => '不包含做種魔力',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user