mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 14:25:38 +08:00
Fix: [JP] _sos_chapter_crop relative coordinates
This commit is contained in:
@@ -23,6 +23,11 @@ class CampaignSos(CampaignRun, CampaignBase):
|
|||||||
def _sos_chapter_crop(self):
|
def _sos_chapter_crop(self):
|
||||||
return [-330, 8, -285, 45]
|
return [-330, 8, -285, 45]
|
||||||
|
|
||||||
|
@cached_property
|
||||||
|
@Config.when(SERVER='jp')
|
||||||
|
def _sos_chapter_crop(self):
|
||||||
|
return [-430, 8, -382, 45]
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
@Config.when(SERVER=None)
|
@Config.when(SERVER=None)
|
||||||
def _sos_chapter_crop(self):
|
def _sos_chapter_crop(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user