| 
					
				 | 
			
			
				@@ -524,8 +524,8 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					textAreaRef.value && (textAreaRef.value.value = data.music); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					data.drawCount++; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					const times = new ABCJS.TimingCallbacks(abcData.visualObj); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					console.log("🚀 ~ times:", times) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					// const times = new ABCJS.TimingCallbacks(abcData.visualObj); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					// console.log("🚀 ~ times:", times) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1419,7 +1419,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 									<img class={styles.topBtnIcon} src={item.icon} /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								<div>{item.name}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								<div class={styles.btnName}>{item.name}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						))} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |