mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Add: 增加战术学院收获
- 修复委托收获时可能卡住的问题
This commit is contained in:
@@ -443,7 +443,7 @@ class RewardCommission(UI, InfoBarHandler, PopupHandler):
|
||||
logger.info('No commission chose')
|
||||
|
||||
def handle_commission_start(self):
|
||||
"""Make sure current page is page_reward before calls.
|
||||
"""Remember to make sure current page is page_reward before calls.
|
||||
|
||||
Returns:
|
||||
bool: If runs a commission.
|
||||
@@ -460,6 +460,7 @@ class RewardCommission(UI, InfoBarHandler, PopupHandler):
|
||||
self.commission_start()
|
||||
|
||||
self.ui_goto(page_reward, skip_first_screenshot=True)
|
||||
return True
|
||||
|
||||
def commission_notice_show_at_campaign(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user