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