mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 00:13:35 +08:00
Upd: [tw] PRIVATE_QUARTERS
This commit is contained in:
@@ -3,7 +3,7 @@ from module.ocr.ocr import Digit, DigitCounter
|
||||
from module.private_quarters.assets import *
|
||||
from module.shop.shop_status import ShopStatus
|
||||
|
||||
if server.server in ['cn', 'jp']:
|
||||
if server.server in ['cn', 'jp', 'tw']:
|
||||
OCR_DAILY_COUNT = DigitCounter(PRIVATE_QUARTERS_DAILY_COUNT, letter=(218, 219, 221))
|
||||
else:
|
||||
OCR_DAILY_COUNT = DigitCounter(PRIVATE_QUARTERS_DAILY_COUNT, letter=(255, 247, 247))
|
||||
|
||||
Reference in New Issue
Block a user