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

fix(popup): make correction to ap exceed and add insufficient inventory for JP

This commit is contained in:
2023-11-17 14:09:34 +08:00
parent 84f78230d2
commit 8781e7830c
7 changed files with 19 additions and 5 deletions
+2
View File
@@ -345,6 +345,8 @@ class UI(MainPage):
return True
if self.handle_ap_exceed():
return True
if self.handle_insufficient_inventory():
return True
if self.handle_item_expired():
return True