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

Fix: OCR_COIN from page_main in shipyard_reward (#5176)

This commit is contained in:
sui_feng
2025-10-01 02:42:59 +08:00
committed by GitHub
parent 9a819b738d
commit 9f6dfd1bf3
5 changed files with 24 additions and 10 deletions

View File

@@ -23,3 +23,5 @@ OCR_SHIPYARD_TOTAL_DEV = Digit(SHIPYARD_TOTAL_DEV, letter=(255, 247, 247),
OCR_SHIPYARD_TOTAL_FATE = Digit(SHIPYARD_TOTAL_FATE, letter=(255, 247, 247),
threshold=64)
MAIN_OCR_COIN = Digit(MAIN_OCR_COIN, letter=(255, 255, 255), threshold=128, name='MAIN_OCR_COIN')