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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user