1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 15:01:29 +08:00

Upd: [JP] asset POPUP_CONFIRM_WHITE_BATTLEPASS (#5365)

This commit is contained in:
guoh064
2025-12-09 12:19:50 +08:00
committed by GitHub
parent b7301482c7
commit fda137f62b
3 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ class BattlePass(Combat, UI):
if self.handle_battle_pass_popup():
confirm_timer.reset()
continue
if self.config.SERVER == 'cn':
if self.config.SERVER in ['cn', 'jp']:
if self.appear_then_click(POPUP_CONFIRM_WHITE_BATTLEPASS, offset=(20, 20), interval=3):
confirm_timer.reset()
continue