Skip to content

Commit

Permalink
Merge pull request #3 from ArkMowers/dev_shawn
Browse files Browse the repository at this point in the history
Dev shawn
  • Loading branch information
fuyn101 authored Oct 10, 2023
2 parents 8d7d573 + 5cb0cb8 commit 483a8b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arknights_mower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
__cli__ = not (__pyinstall__ and not sys.argv[1:])

__system__ = platform.system().lower()
__version__ = 'v3.5.0-alpha-7'
__version__ = 'v3.5.0-alpha-8'
2 changes: 1 addition & 1 deletion arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ def clue(self) -> None:
elif clue_unlock is None:
# 记录趴体时间
self.back(interval=2)
self.party_time = self.double_read_time((1765, 422, 1920, 515))
self.party_time = self.double_read_time((1768, 438, 1902, 480))
logger.info(f"impart结束时间为: {self.party_time}")
self.op_data.clues = []
else:
Expand Down
2 changes: 1 addition & 1 deletion arknights_mower/utils/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def tap_element(self, element_name: str, x_rate: float = 0.5, y_rate: float = 0.


def tap_themed_element(self, name):
themes = ["dark", "sami"]
themes = ["dark", "sami", "ep13"]
themed_names = [name] + ["_".join([name, t]) for t in themes]
for i in themed_names:
try:
Expand Down

0 comments on commit 483a8b2

Please sign in to comment.