mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Conflicts among branches
- [CN][TW] Fix option name - Change ButtonGrids.buttons() to ButtonGrids.buttons
This commit is contained in:
@@ -722,7 +722,7 @@ class AzurLaneConfig:
|
||||
'enable_commission_reward', 'enable_tactical_reward', 'enable_daily_reward',
|
||||
'enable_research_reward',
|
||||
'enable_data_key_collect', 'enable_train_meowfficer', 'do_fort_chores_meowfficer',
|
||||
'enable_guild_logistics', 'enable_guild_operations', 'enable_guild_operations_boss_auto', 'enable_guild_operations_boss_recommend']:
|
||||
'enable_guild_logistics', 'enable_guild_operations', 'enable_guild_operations_boss_auto', 'enable_guild_operations_boss_recommend',
|
||||
'enable_shop_buy', 'enable_shop_general_gems', 'enable_shop_general_refresh', 'enable_shop_guild_refresh', 'enable_shop_merit_refresh']:
|
||||
self.__setattr__(attr.upper(), to_bool(option[attr]))
|
||||
if not option['commission_time_limit'].isdigit():
|
||||
|
||||
Reference in New Issue
Block a user