mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-04-24 08:25:16 +00:00
修复可能无法升级报错的问题
This commit is contained in:
parent
f36f170a03
commit
5ef2e807ad
@ -1,4 +1,4 @@
|
||||
ok-script==0.0.330
|
||||
ok-script==0.0.332
|
||||
#rapidocr_onnxruntime
|
||||
rapidocr_openvino
|
||||
pySide6-Fluent-Widgets>=1.5.5
|
||||
|
@ -2,6 +2,7 @@ import time
|
||||
|
||||
import cv2
|
||||
import numpy as np
|
||||
from ok.Util import safe_get
|
||||
|
||||
import re
|
||||
from ok.color.Color import get_connected_area_by_color, color_range_to_bound
|
||||
@ -9,7 +10,6 @@ from ok.config.ConfigOption import ConfigOption
|
||||
from ok.feature.FindFeature import FindFeature
|
||||
from ok.logging.Logger import get_logger
|
||||
from ok.ocr.OCR import OCR
|
||||
from ok.util.list import safe_get
|
||||
from src import text_white_color
|
||||
from src.char import BaseChar
|
||||
from src.char.BaseChar import Priority, dot_color
|
||||
|
@ -1,6 +1,7 @@
|
||||
from ok.Util import find_index_in_list
|
||||
|
||||
from ok.feature.Feature import Feature
|
||||
from ok.feature.FeatureSet import mask_white
|
||||
from ok.util.list import find_index_in_list
|
||||
from src.task.BaseCombatTask import BaseCombatTask
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user