| 
					
				 | 
			
			
				@@ -80,7 +80,7 @@ const formatTimes = () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // 找到阶段评测,开始小节前面最近的是play或者listen的小节 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if (preTimes.length) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     for (let index = preTimes.length-1; index >= 0; index--) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      const item = times[index] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      const item = preTimes[index] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const note = getNoteByMeasuresSlursStart(item) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (note.formatLyricsEntries.contains('Play') || note.formatLyricsEntries.contains('Play...')) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         preLyricsContent = 'Play' 
			 |