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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user