0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-05-31 09:30:57 +00:00

退出游戏时候 取消静音

unmute when app exit
This commit is contained in:
firedcto@gmail.com 2024-09-29 20:49:20 +08:00
parent 74a40ecf4f
commit ee40d53fb5
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -372,7 +372,7 @@ class BaseWWTask(BaseTask, FindFeature, OCR):
self.sleep(1)
self.log_info(f'index after scrolling down {index}')
self.click_relative(0.89, 0.91)
self.sleep(1)
self.wait_click_travel()
self.wait_in_team_and_world(time_out=120)