mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 16:55:27 +08:00
Fix: semi-auto can't find campaign_extract_name_image
This commit is contained in:
@@ -1,12 +1,10 @@
|
|||||||
from module.combat.combat import Combat
|
from module.campaign.campaign_base import CampaignBase
|
||||||
from module.daemon.assets import *
|
from module.daemon.assets import *
|
||||||
from module.handler.ambush import MAP_AMBUSH_EVADE
|
|
||||||
from module.handler.mystery import MysteryHandler
|
|
||||||
from module.map.map_fleet_preparation import FleetPreparation
|
|
||||||
from module.exception import *
|
from module.exception import *
|
||||||
|
from module.handler.ambush import MAP_AMBUSH_EVADE
|
||||||
|
|
||||||
|
|
||||||
class AzurLaneDaemon(FleetPreparation, Combat, MysteryHandler):
|
class AzurLaneDaemon(CampaignBase):
|
||||||
def daemon(self):
|
def daemon(self):
|
||||||
self.config.ENABLE_GAME_STUCK_HANDLER = False
|
self.config.ENABLE_GAME_STUCK_HANDLER = False
|
||||||
self.device.config.ENABLE_GAME_STUCK_HANDLER = False
|
self.device.config.ENABLE_GAME_STUCK_HANDLER = False
|
||||||
|
|||||||
Reference in New Issue
Block a user