mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-05-03 13:13:25 +08:00
Deploying to gh-pages from @ aad49a0c30
🚀
This commit is contained in:
parent
b3048adec8
commit
cd29429211
File diff suppressed because one or more lines are too long
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-054dcfa6.js"></script>
|
||||
<script type="module" crossorigin src="/HumanBreak/assets/index-3700d7fa.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-574ac816.css">
|
||||
<link rel="stylesheet" href="/HumanBreak/assets/index-92e14c74.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-d4607c8d.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-36a0fe08.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -87,7 +87,7 @@ main.floors.MT46=
|
||||
[ 0,336,336,336,336, 0,345,492,345, 0,333,333,333,333, 0],
|
||||
[ 0, 0,617, 34, 0, 0,610, 33,610, 0, 0, 34,600, 0, 0],
|
||||
[ 0,381,336, 0, 0, 0, 0,643, 0, 0, 0, 0,333,381, 0],
|
||||
[ 0, 28,336,600, 0, 0, 0, 0, 0, 0, 0,617,333, 27, 0],
|
||||
[ 0, 28,336,600, 0, 0, 0, 93, 0, 0, 0,617,333, 27, 0],
|
||||
[ 0,336,336, 0, 0, 0, 0, 17, 0, 0, 0, 0,333,333, 0],
|
||||
[ 0,484,492, 0, 0, 0, 0, 17, 0, 0, 0, 0,492,484, 0],
|
||||
[ 0, 0, 0,540, 0, 0, 0, 17, 0, 0, 0,540, 0, 0, 0]
|
||||
|
@ -545,7 +545,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = {
|
||||
return (
|
||||
'战斗前,怪物偷取勇士' +
|
||||
(enemy.hungry || 0) +
|
||||
'%加在自己身上(勇士攻击也会降低)'
|
||||
'%的攻击加在自己身上(勇士攻击也会降低)'
|
||||
);
|
||||
},
|
||||
'#b67'
|
||||
@ -1224,7 +1224,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = {
|
||||
break;
|
||||
case 49: // 1: 断灭之刃
|
||||
if (!flags.bladeOn) break;
|
||||
if (!flags.autoSkill) {
|
||||
if (flags.autoSkill) {
|
||||
core.tip('error', '已开启自动切换技能!');
|
||||
break;
|
||||
}
|
||||
@ -1251,7 +1251,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = {
|
||||
break;
|
||||
case 51: // 3: 铸剑为盾
|
||||
if (!flags.shieldOn) break;
|
||||
if (!flags.autoSkill) {
|
||||
if (flags.autoSkill) {
|
||||
core.tip('error', '已开启自动切换技能!');
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user