1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 07:49:04 +08:00

Upd: [CN] SR_SSR_CONFIRM

This commit is contained in:
LmeSzinc
2022-06-30 19:03:03 +08:00
parent 05a3df8f0c
commit 95d5987f1a
3 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ class Retirement(Enhancement):
or self.config.Retirement_RetireMode == 'one_click_retire':
if self.handle_popup_confirm('RETIRE_SR_SSR'):
continue
if self.config.SERVER in ['jp', 'tw'] and \
if self.config.SERVER in ['cn', 'jp', 'tw'] and \
self.appear_then_click(SR_SSR_CONFIRM, offset=self._popup_offset, interval=2):
continue