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