mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-14 08:26:03 +08:00
Opt: Re-work guild raid boss auto-recommend behavior
If enabled, detect for info bar and click recommend in intervals Fix: Adjust text description with behavior change
This commit is contained in:
@@ -5,6 +5,7 @@ from module.guild.operations import GuildOperations
|
||||
from module.logger import logger
|
||||
from module.ui.assets import GUILD_CHECK
|
||||
|
||||
|
||||
class InfoGuild(GuildLogistics, GuildOperations):
|
||||
def guild_info_appear(self):
|
||||
"""
|
||||
@@ -70,7 +71,7 @@ class InfoGuild(GuildLogistics, GuildOperations):
|
||||
def _guild_info_handler(self):
|
||||
"""
|
||||
Enters into Guild and scans the current image
|
||||
to determine approriate action
|
||||
to determine appropriate action
|
||||
|
||||
Pages:
|
||||
in: ANY
|
||||
@@ -105,4 +106,4 @@ class InfoGuild(GuildLogistics, GuildOperations):
|
||||
|
||||
self._guild_info_handler()
|
||||
|
||||
return True
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user