1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-14 05:32:52 +08:00
This commit is contained in:
2026-05-11 19:49:34 +08:00
11 changed files with 130 additions and 25 deletions

View File

@@ -337,8 +337,8 @@ class InfoHandler(ModuleBase):
list[Button]: List of story options, from upper to bottom. If no option found, return an empty list.
"""
# Area to detect the options, should include at least 3 options.
story_option_area = (315, 130, 965, 555)
story_detect_area = (330, 130, 355, 555)
story_option_area = (330, 135, 980, 555)
story_detect_area = (330, 135, 355, 555)
story_option_color = (247, 247, 247)
image = color_similarity_2d(self.image_crop(story_detect_area, copy=False), color=story_option_color)