1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-15 06:43:09 +08:00
This commit is contained in:
sui-feng-cb
2025-06-27 03:31:07 +08:00
42 changed files with 770 additions and 709 deletions

View File

@@ -11,20 +11,6 @@ from module.ui.switch import Switch
class HospitalSwitch(Switch):
def appear(self, main):
"""
Args:
main (ModuleBase):
Returns:
bool
"""
for data in self.state_list:
if main.image_color_count(data['check_button'], color=(33, 77, 189), threshold=221, count=100):
return True
return False
def get(self, main):
"""
Args: