mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: DOA commission
DOA commissions are different everyday, use pink color to detect instrad of the name - Add: handle game tips in page_commission
This commit is contained in:
@@ -6,6 +6,7 @@ from module.handler.assets import *
|
||||
from module.handler.info_handler import InfoHandler
|
||||
from module.logger import logger
|
||||
from module.ocr.ocr import Ocr
|
||||
from module.reward.assets import COMMISSION_DAILY
|
||||
from module.ui.page import *
|
||||
|
||||
|
||||
@@ -309,3 +310,11 @@ class UI(InfoHandler):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
def ui_additional_page_commission(self):
|
||||
# Event commission in Vacation Lane.
|
||||
if self.appear(GAME_TIPS, offset=(20, 20), interval=1):
|
||||
self.device.click(COMMISSION_DAILY)
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user