add setting harem_addition

This commit is contained in:
xiaomlove
2022-08-04 16:12:15 +08:00
parent 9be577cc81
commit 23804a0b14
2 changed files with 3 additions and 1 deletions

View File

@@ -87,7 +87,8 @@ class Test extends Command
public function handle()
{
$menuRep = new MenuRepository();
$menuRep->filterBuildMenu();
$r = $menuRep->listItems()->toArray();
dd($r);
}

View File

@@ -227,6 +227,7 @@ return array (
'prolinktime' => '600',
'cancel_hr' => BonusLogs::DEFAULT_BONUS_CANCEL_ONE_HIT_AND_RUN,
'attendance_card' => BonusLogs::DEFAULT_BONUS_BUY_ATTENDANCE_CARD,
'harem_addition' => 0,
),
'account' =>
array (