mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-20 23:45:36 +08:00
Upd: delete gg_handler
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import datetime
|
||||
import re
|
||||
|
||||
import cv2
|
||||
@@ -7,8 +6,8 @@ import numpy as np
|
||||
import module.config.server as server
|
||||
|
||||
from module.base.timer import Timer
|
||||
from module.campaign.assets import OCR_EVENT_PT, OCR_COIN, OCR_OIL, OCR_COIN_LIMIT, OCR_OIL_LIMIT, OCR_OIL_CHECK
|
||||
from module.base.utils import color_similar, get_color
|
||||
from module.campaign.assets import OCR_COIN, OCR_EVENT_PT, OCR_OIL, OCR_COIN_LIMIT, OCR_OIL_LIMIT, OCR_OIL_CHECK
|
||||
from module.logger import logger
|
||||
from module.ocr.ocr import Digit, Ocr
|
||||
from module.ui.ui import UI
|
||||
@@ -169,8 +168,6 @@ class CampaignStatus(UI):
|
||||
tasks = [
|
||||
'Event',
|
||||
'Event2',
|
||||
'coalition',
|
||||
'coalition_sp',
|
||||
'Raid',
|
||||
'Coalition',
|
||||
'GemsFarming',
|
||||
|
||||
Reference in New Issue
Block a user