| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -378,9 +378,6 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          this.customSubUrl += | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "&config=" + encodeURIComponent(this.form.remoteConfig); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (this.form.emoji === "false") { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          this.customSubUrl += "&emoji=" + this.form.emoji; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (this.form.excludeRemarks !== "") { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          this.customSubUrl += | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            "&exclude=" + encodeURIComponent(this.form.excludeRemarks); | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -391,6 +388,8 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.customSubUrl +=  | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          "&emoji=" + | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          this.form.emoji.toString() + | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          "&list=" + | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          this.form.nodeList.toString() + | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          "&udp=" + | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |