mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-11-04 15:12:58 +08:00 
			
		
		
		
	Deploying to gh-pages from  @ 9806c0bce9 🚀
				
					
				
			This commit is contained in:
		
							parent
							
								
									6c0e788b70
								
							
						
					
					
						commit
						cc43cada3c
					
				
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										1
									
								
								assets/index-e06e4d49.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								assets/index-e06e4d49.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -18,10 +18,10 @@
 | 
			
		||||
    <meta name="x5-fullscreen" content="true">
 | 
			
		||||
    <meta name="x5-page-mode" content="app">
 | 
			
		||||
    <link id="mota-css" type='text/css' href='/HumanBreak/styles.css' rel='stylesheet'>
 | 
			
		||||
  <script type="module" crossorigin src="/HumanBreak/assets/index-9b842dc4.js"></script>
 | 
			
		||||
  <script type="module" crossorigin src="/HumanBreak/assets/index-e06e4d49.js"></script>
 | 
			
		||||
  <link rel="modulepreload" crossorigin href="/HumanBreak/assets/antdv-4c8751a8.js">
 | 
			
		||||
  <link rel="modulepreload" crossorigin href="/HumanBreak/assets/common-f43039af.js">
 | 
			
		||||
  <link rel="stylesheet" href="/HumanBreak/assets/index-04218be5.css">
 | 
			
		||||
  <link rel="stylesheet" href="/HumanBreak/assets/index-784e168e.css">
 | 
			
		||||
  <script type="module">import.meta.url;import("_").catch(()=>1);async function* g(){};window.__vite_is_modern_browser=true;</script>
 | 
			
		||||
  <script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
 | 
			
		||||
</head>
 | 
			
		||||
@ -205,7 +205,7 @@
 | 
			
		||||
 | 
			
		||||
  <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
 | 
			
		||||
  <script nomodule crossorigin id="vite-legacy-polyfill" src="/HumanBreak/assets/polyfills-legacy-ffc4b2a8.js"></script>
 | 
			
		||||
  <script nomodule crossorigin id="vite-legacy-entry" data-src="/HumanBreak/assets/index-legacy-488f518f.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
 | 
			
		||||
  <script nomodule crossorigin id="vite-legacy-entry" data-src="/HumanBreak/assets/index-legacy-5a15bcef.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
@ -1222,7 +1222,11 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = {
 | 
			
		||||
                    core.actions._clickGameInfo_openComments();
 | 
			
		||||
                    break;
 | 
			
		||||
                case 49: // 1: 断灭之刃
 | 
			
		||||
                    if (!flags.bladeOn || flags.autoSkill) break;
 | 
			
		||||
                    if (!flags.bladeOn) break;
 | 
			
		||||
                    if (!flags.autoSkill) {
 | 
			
		||||
                        core.tip('error', '已开启自动切换技能!');
 | 
			
		||||
                        break;
 | 
			
		||||
                    }
 | 
			
		||||
                    core.status.route.push('key:49'); // 将按键记在录像中
 | 
			
		||||
                    core.playSound('光标移动');
 | 
			
		||||
                    if (flags.blade) flags.blade = false;
 | 
			
		||||
@ -1245,8 +1249,11 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = {
 | 
			
		||||
                    }
 | 
			
		||||
                    break;
 | 
			
		||||
                case 51: // 3: 铸剑为盾
 | 
			
		||||
                    if (!flags.shieldOn || flags.autoSkill) break;
 | 
			
		||||
                    console.log(1);
 | 
			
		||||
                    if (!flags.shieldOn) break;
 | 
			
		||||
                    if (!flags.autoSkill) {
 | 
			
		||||
                        core.tip('error', '已开启自动切换技能!');
 | 
			
		||||
                        break;
 | 
			
		||||
                    }
 | 
			
		||||
                    core.status.route.push('key:51'); // 将按键记在录像中
 | 
			
		||||
                    core.playSound('光标移动');
 | 
			
		||||
                    if (flags.shield) flags.shield = false;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user