Skip to content

Commit

Permalink
删除日志中的中文
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyonghan committed Sep 8, 2024
1 parent fcd6108 commit 9a28cb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/HeroTest/script_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,23 +188,18 @@ def battle_wait(self, random_click_swipt_enable: bool) -> bool:
while 1:
self.screenshot()
if self.appear_then_click(self.I_BCMJ_SKILL_ADD1, interval=1):
logger.info("升级八华斩")
break
if self.appear_then_click(self.I_BCMJ_SKILL_ADD2, interval=1):
logger.info("升级无畏")
break
if self.appear_then_click(
self.I_BCMJ_PROPERTY_ADD_CRITICAL, interval=1
):
logger.info("升级暴击伤害")
break
if self.appear_then_click(self.I_BCMJ_BLESS, interval=1):
logger.info("默认升级祝福")
break
if self.appear_then_click(
self.I_BCMJ__DEFALUT_ATTRIBUTE, interval=1
):
logger.info("默认升级属性")
break
if self.appear_then_click(self.I_BCMJ_SKILL_ADD_CONFIRM, interval=1):
return win
Expand Down

0 comments on commit 9a28cb9

Please sign in to comment.