1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

upd: [JP] SKILL_EXP

This commit is contained in:
guoh064
2024-10-19 12:53:46 +08:00
committed by LmeSzinc
parent 65304fee2e
commit cc957fe92e
3 changed files with 4 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ class ExpOnBookSelect(DigitCounter):
if server.server == 'en':
# Bold `Next:`
image = image_left_strip(image, threshold=105, length=46)
elif server.server == 'jp':
# Wide `Next:`
image = image_left_strip(image, threshold=105, length=55)
else:
image = image_left_strip(image, threshold=105, length=42)
return image