mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 12:35:34 +08:00
Fix: Hard campaign ensure_campaign_ui
This commit is contained in:
@@ -31,7 +31,7 @@ class CampaignHard(CampaignRun):
|
|||||||
|
|
||||||
# UI ensure
|
# UI ensure
|
||||||
self.ui_weigh_anchor()
|
self.ui_weigh_anchor()
|
||||||
self.campaign.ensure_campaign_ui(self.config.HARD_CAMPAIGN)
|
self.campaign.ensure_campaign_ui(self.config.HARD_CAMPAIGN, mode='hard')
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
remain = OCR_HARD_REMAIN.ocr(self.device.image)
|
remain = OCR_HARD_REMAIN.ocr(self.device.image)
|
||||||
|
|||||||
Reference in New Issue
Block a user