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

Upd: [JP] SERIES_DETAIL (#2900)

This commit is contained in:
LmeSzinc
2023-07-20 22:34:41 +08:00
parent b5d93a9e1a
commit c2f744c5ff
6 changed files with 2 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ def get_research_genre_jp(image):
"""
genre = ''
for button in RESEARCH_DETAIL_GENRE:
if button.match(image, offset=10, threshold=0.9):
if button.match(image, offset=(30, 20), threshold=0.9):
# DETAIL_GENRE_H_0.name.split("_")[2] == 'H'
genre = button.name.split("_")[2]
break