mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Add: added daily data key collect
- CN, JP, TW need to replace DATA_KEY_COLLECTED, can optionally replace DATA_KEY_COLLECT
This commit is contained in:
@@ -369,6 +369,8 @@ def main(ini_name=''):
|
||||
daily = daily_parser.add_argument_group('Choose daily', 'Daily tasks, exercises, difficulty charts', gooey_options={'label_color': '#931D03'})
|
||||
daily.add_argument('--enable_daily_mission', default=default('--enable_daily_mission'),
|
||||
help='If there are records on the day, skip', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
daily.add_argument('--enable_daily_data_key', default=default('--enable_daily_data_key'),
|
||||
help='If there is a record after refreshing, skip', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
daily.add_argument('--enable_hard_campaign', default=default('--enable_hard_campaign'),
|
||||
help='If there are records on the day, skip', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
daily.add_argument('--enable_exercise', default=default('--enable_exercise'),
|
||||
|
||||
Reference in New Issue
Block a user