Fix: Handle monthly card reward at login

This commit is contained in:
LmeSzinc 2023-06-17 16:21:01 +08:00
parent 45f806be61
commit 29c83c0d26

View File

@ -38,6 +38,9 @@ class Login(UI):
# Login
if self.appear_then_click(LOGIN_CONFIRM):
continue
# Additional
if self.ui_additional():
continue
return True