Skip to content

Commit 03b8ac8

Browse files
committed
fix: 修复了青春杯识别日期截图区域错误的问题
1 parent 446b7f0 commit 03b8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/umamusume/scenario/aoharuhai_scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def scenario_name(self) -> str:
2323
return "青春杯"
2424

2525
def get_date_img(self, img: any) -> any:
26-
return img[40:70, 160:280]
26+
return img[40:70, 160:370]
2727

2828
def get_turn_to_race_img(self, img) -> any:
2929
return img[70:120, 30:90]

0 commit comments

Comments
 (0)