|  | @@ -87,13 +87,6 @@ export default defineComponent({
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |            // 提取并分割 HTML 文档中的内容
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -          console.log(
 | 
	
		
			
				|  |  | -            speakMusicContent,
 | 
	
		
			
				|  |  | -            document.querySelector('#' + speakMusicContent),
 | 
	
		
			
				|  |  | -            processNode(doc.body)
 | 
	
		
			
				|  |  | -          );
 | 
	
		
			
				|  |  | -          // state.details.desc = '';
 | 
	
		
			
				|  |  | -          // state.display = 'none';
 | 
	
		
			
				|  |  |            const node: any = speak.processNode(doc.body);
 | 
	
		
			
				|  |  |            document.querySelector('#' + speakMusicContent)?.appendChild(node);
 | 
	
		
			
				|  |  |          });
 |