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

Fix: Handle MEOWFFICER_TRAIN_EVALUATE in _meow_skip_lock() (#3917)

This commit is contained in:
LmeSzinc
2024-06-27 22:19:46 +08:00
parent d1b16a99c2
commit ea68f68dc9
24 changed files with 338 additions and 69 deletions

View File

@@ -38,7 +38,7 @@ class Config:
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.276, 0.974)
cfg = AzurLaneConfig('alas', task='Alas').merge(Config())
cfg = AzurLaneConfig('alas5', task='Alas').merge(Config())
cfg.DETECTION_BACKEND = 'perspective'
az = CampaignBase(cfg)
az.map = MAP
@@ -165,4 +165,4 @@ if __name__ == '__main__':
-- -- -- -- -- --
After run, Result is ready to copy.
"""
sim = SwipeSimulate((420, 0)).run()
sim = SwipeSimulate((380, 0)).run()