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

feat(popup): add ap exceed and item expire handler

This commit is contained in:
2023-11-10 21:12:17 +08:00
parent d82e206463
commit f91fc2c55d
7 changed files with 36 additions and 0 deletions
+4
View File
@@ -343,6 +343,10 @@ class UI(MainPage):
return True
if self.handle_new_student():
return True
if self.handle_ap_exceed():
return True
if self.handle_item_expired():
return True
return False