Skip to content

Commit

Permalink
Merge pull request #417 from fuyn101/dev_shawn
Browse files Browse the repository at this point in the history
在back_to_index 公告加上 固定的坐标点击
  • Loading branch information
ZhaoZuohong authored Nov 26, 2023
2 parents 11acc3a + a5e1036 commit fa242dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arknights_mower/utils/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def back_to_index(self):
self.tap((100, 60))
elif self.scene() == Scene.ANNOUNCEMENT:
self.tap(detector.announcement_close(self.recog.img))
self.tap((1800,100))
elif self.scene() == Scene.MATERIEL:
self.tap_element('materiel_ico')
elif self.scene() // 100 == 1:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opencv-python==4.8.1.78
colorlog==6.4.1
matplotlib==3.5.2
numpy==1.21.2
numpy==1.23
scikit_image==0.18.3
scikit_learn==1.0
onnxruntime==1.9.0
Expand Down

0 comments on commit fa242dc

Please sign in to comment.