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

Add: Navbar module

Opt: Replace sidebar mechanism to Navbar for equipment and guild modules
This commit is contained in:
nEEtdo0d
2021-07-10 22:58:11 -04:00
parent c1f299137b
commit 166b486fc7
6 changed files with 273 additions and 209 deletions

View File

@@ -552,7 +552,7 @@ class GuildLogistics(GuildBase):
out: page_guild, GUILD_LOGISTICS
"""
# Transition to Logistics
if not self.guild_sidebar_ensure(3):
if not self.guild_side_navbar_ensure(bottom=3):
logger.info('Logistics sidebar not ensured, try again on next reward loop')
return False
self._guild_logistics_ensure()