@@ -205,6 +205,7 @@ def choose_letter(self, timeout=10):
205205 action_timeout = self .safe_get ("action_timeout" , timeout )
206206 if self .config .get ("自动选择首个密函和密函奖励" , False ):
207207 if self .find_letter_interface ():
208+ self .sleep (0.5 )
208209 self .move_mouse_to_safe_position ()
209210 self .click (0.56 , 0.5 )
210211 self .move_back_from_safe_position ()
@@ -235,13 +236,13 @@ def choose_letter_reward_zero(self):
235236 and self .find_next_hint (0.33 , 0.64 , 0.40 , 0.67 , r'[::]' ),
236237 time_out = 4 )
237238 if self .find_next_hint (0.33 , 0.64 , 0.40 , 0.67 , r'[::]0' ):
238- self .log_info ("选择第一个奖励" , True )
239+ self .log_info_notify ("选择第一个奖励" )
239240 self .click (0.36 , 0.66 , after_sleep = 0.5 )
240241 elif self .find_next_hint (0.47 , 0.64 , 0.53 , 0.67 , r'[::]0' ):
241- self .log_info ("选择第二个奖励" , True )
242+ self .log_info_notify ("选择第二个奖励" )
242243 self .click (0.50 , 0.66 , after_sleep = 0.5 )
243244 elif self .find_next_hint (0.60 , 0.64 , 0.67 , 0.67 , r'[::]0' ):
244- self .log_info ("选择第三个奖励" , True )
245+ self .log_info_notify ("选择第三个奖励" )
245246 self .click (0.63 , 0.66 , after_sleep = 0.5 )
246247 else :
247248 self .log_info ("未识别到持有数为0的奖励" )
0 commit comments