Skip to content

Commit

Permalink
修复合成声骸可能打不开界面
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Nov 14, 2024
1 parent 1f2de04 commit eab14d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/task/DiscardEchoTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ def run(self):
self.add_5()
else:
self.check_main()
self.send_key('esc')
self.send_key_down('alt')
self.sleep(0.1)
self.click_relative(0.95, 0.05)
self.send_key_up('alt')
self.sleep(2)
self.click_relative(0.75, 0.46, after_sleep=1)
self.click_relative(0.04, 0.55, after_sleep=1)
Expand Down

0 comments on commit eab14d5

Please sign in to comment.