1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

fix: login

This commit is contained in:
RedDeadDepresso
2024-01-10 21:06:14 +00:00
committed by YoursFunny
parent 7e1070e740
commit a8caafb292
5 changed files with 31 additions and 10 deletions
+11 -9
View File
@@ -130,7 +130,7 @@ class UI(MainPage):
self.interval_clear(list(Page.iter_check_buttons()))
# loading_timer = Timer(0.5)
back_timer = Timer(10, 10)
#back_timer = Timer(10, 10)
logger.hr(f"UI goto {destination}")
while 1:
if skip_first_screenshot:
@@ -177,14 +177,14 @@ class UI(MainPage):
if self.ui_additional():
continue
back_timer.start()
if back_timer.reached_and_reset():
if self.match_color(LOGIN_LOADING, interval=5, threshold=80) or self.appear_trademark_year():
from tasks.login.login import Login
Login(self.config, self.device).handle_app_login()
continue
self.device.back()
logger.info("Unknown page, try to back")
#back_timer.start()
#if back_timer.reached_and_reset():
# if self.match_color(LOGIN_LOADING, interval=5, threshold=80) or self.appear_trademark_year():
# from tasks.login.login import Login
# Login(self.config, self.device).handle_app_login()
# continue
# self.device.back()
# logger.info("Unknown page, try to back")
# Reset connection
Page.clear_connection()
@@ -372,6 +372,8 @@ class UI(MainPage):
return True
if self.handle_daily_news():
return True
if self.handle_quit():
return True
if self.handle_network_reconnect():
return True
if self.handle_affection_level_up():