0
0
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:
firedcto@gmail.com 2024-11-19 14:09:53 +08:00
parent f36f170a03
commit 5ef2e807ad
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ok-script==0.0.330
ok-script==0.0.332
#rapidocr_onnxruntime
rapidocr_openvino
pySide6-Fluent-Widgets>=1.5.5

View File

@ -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

View File

@ -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