| 
					
				 | 
			
			
				@@ -379,7 +379,7 @@ class DialogueManager: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if hours_passed < threshold: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return False 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             # 根据时间上下文决定主动交互的状态 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if time_context in [TimeContext.EARLY_MORNING, TimeContext.MORNING, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if time_context in [TimeContext.MORNING, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             TimeContext.NOON, TimeContext.AFTERNOON, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             TimeContext.EVENING]: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             self.previous_state = self.current_state 
			 |