1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Merge branch 'dev' into storage_jp

This commit is contained in:
bookbug666
2022-12-20 10:05:42 +08:00
102 changed files with 474 additions and 261 deletions

View File

@@ -85,6 +85,8 @@ class Navbar:
int: Numbers of nav items that appears
"""
_, left, right = self.get_info(main=main)
if left is None or right is None:
return 0
return right - left + 1
def _shop_obstruct_handle(self, main):