mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: changed detection backend to homography in B1 and B2
This commit is contained in:
@@ -247,7 +247,7 @@ def main(ini_name=''):
|
||||
# reward_tactical.add_argument('--tactical_exp_first_night', default=default('--tactical_exp_first_night'), choices=['yes', 'no'])
|
||||
reward_tactical.add_argument('--tactical_if_no_book_satisfied', default=default('--tactical_if_no_book_satisfied'), choices=['cancel_tactical', 'use_the_first_book'])
|
||||
|
||||
reward_research = reward_parser.add_argument_group('Research', 'If set research_filter_preset=customized, read doc/filter_string_en_cn.md first')
|
||||
reward_research = reward_parser.add_argument_group('Research', 'If set research_filter_preset=customized, read https://github.com/LmeSzinc/AzurLaneAutoScript/wiki/filter_string_en first')
|
||||
reward_research.add_argument('--enable_research_reward', default=default('--enable_research_reward'), choices=['yes', 'no'])
|
||||
research_input = reward_research.add_argument_group('Research input', '')
|
||||
research_input.add_argument('--research_use_cube', default=default('--research_use_cube'), choices=['yes', 'no'])
|
||||
|
||||
Reference in New Issue
Block a user