From 95f1f179dc06b053d91850d87d8af751f652c8f4 Mon Sep 17 00:00:00 2001 From: guoh064 <50830808+guoh064@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:01:36 +0800 Subject: [PATCH] Fix: [EN] island season task ocr button and lang --- module/island/season_task.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module/island/season_task.py b/module/island/season_task.py index fc1b4a002..3420a04e5 100644 --- a/module/island/season_task.py +++ b/module/island/season_task.py @@ -21,7 +21,7 @@ DETECT_AREA = (42, 171, 1206, 604) ICON_AREA = (21, 133, 225, 195) TAB_DELTA = (395, 230) TAB_SIZE = (376, 211) -NAME_AREA = (29, 18, 200, 48) +NAME_AREA = (29, 18, 270, 48) ISLAND_SEASON_TASK_SCROLL = Scroll( ISLAND_SEASON_TASK_SCROLL_AREA.button, color=(128, 128, 128), @@ -122,8 +122,6 @@ class IslandSeasonTask(IslandUI): def task_name_ocr(self): if server.server == 'jp': lang = 'jp' - elif server.server == 'en': - lang = 'azur_lane' else: lang = 'cnocr' ocr = Ocr([], lang=lang, letter=(57, 58, 60), name='task_name_ocr')