backend bonus log exclude seeding default

This commit is contained in:
xiaomlove
2025-09-17 04:05:36 +07:00
parent 74d722b301
commit 4009337133
16 changed files with 136 additions and 31 deletions
+1
View File
@@ -42,4 +42,5 @@ return [
'value' => 'Trade value',
'new_total_value' => 'Post-trade value',
],
'exclude_seeding_bonus' => 'Exclude seeding bonus',
];
+1
View File
@@ -44,4 +44,5 @@ return [
'value' => '交易值',
'new_total_value' => '交易后值',
],
'exclude_seeding_bonus' => '不包含做种魔力',
];
+1
View File
@@ -42,4 +42,5 @@ return [
'value' => '交易值',
'new_total_value' => '交易後值',
],
'exclude_seeding_bonus' => '不包含做種魔力',
];