|  | @@ -8,6 +8,18 @@
 | 
	
		
			
				|  |  |    <meta http-equiv="Cache-control" content="no-cache">
 | 
	
		
			
				|  |  |    <meta http-equiv="Cache" content="no-cache">
 | 
	
		
			
				|  |  |    <title>制谱</title>
 | 
	
		
			
				|  |  | +  <script>
 | 
	
		
			
				|  |  | +    window.addEventListener('error', function (event) {
 | 
	
		
			
				|  |  | +      if (event.target.tagName === 'SCRIPT' && event.target.src.indexOf('assets/index') > -1) {
 | 
	
		
			
				|  |  | +        var  total = sessionStorage.getItem('SCRIPT_ERROR')
 | 
	
		
			
				|  |  | +        total = Number(total) || 0
 | 
	
		
			
				|  |  | +        total = total + 1
 | 
	
		
			
				|  |  | +        sessionStorage.setItem('SCRIPT_ERROR', total)
 | 
	
		
			
				|  |  | +        if (total > 3) return;
 | 
	
		
			
				|  |  | +        window.location.reload()
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +    }, true)
 | 
	
		
			
				|  |  | +  </script>
 | 
	
		
			
				|  |  |    <script src="//at.alicdn.com/t/c/font_4186350_idu6dqxtfd.js"></script>
 | 
	
		
			
				|  |  |    <script src="/flexible.js"></script>
 | 
	
		
			
				|  |  |    <script src="/abc2svg/xml2abc.js"></script>
 |