mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-19 17:16:08 +08:00
Deploying to gh-pages from @ c550cf3bf6
🚀
This commit is contained in:
parent
1ef3e9bb07
commit
11b741d8f5
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
16
index.html
16
index.html
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<script type="module" crossorigin src="/games/HumanBreak/assets/polyfills.24a28418.js"></script>
|
||||
<script type="module" crossorigin src="/HumanBreak/assets/polyfills.24a28418.js"></script>
|
||||
|
||||
<meta http-equiv='content-type' content='text/html' charset='utf-8'>
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=Edge, chrome=1'>
|
||||
@ -17,11 +17,11 @@
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
<meta name="x5-fullscreen" content="true">
|
||||
<meta name="x5-page-mode" content="app">
|
||||
<link id="mota-css" type='text/css' href='/games/HumanBreak/styles.css' rel='stylesheet'>
|
||||
<script type="module" crossorigin src="/games/HumanBreak/assets/index.0c3090cd.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/games/HumanBreak/assets/antdv.e0a750df.js">
|
||||
<link rel="modulepreload" crossorigin href="/games/HumanBreak/assets/common.f94eef39.js">
|
||||
<link rel="stylesheet" href="/games/HumanBreak/assets/index.e41b9955.css">
|
||||
<link id="mota-css" type='text/css' href='/HumanBreak/styles.css' rel='stylesheet'>
|
||||
<script type="module" crossorigin src="/HumanBreak/assets/index.0c3090cd.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/HumanBreak/assets/antdv.e0a750df.js">
|
||||
<link rel="modulepreload" crossorigin href="/HumanBreak/assets/common.f94eef39.js">
|
||||
<link rel="stylesheet" href="/HumanBreak/assets/index.6f5630ee.css">
|
||||
<script type="module">try{import.meta.url;import("_").catch(()=>1);}catch(e){}window.__vite_is_modern_browser=true;</script>
|
||||
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy build because dynamic import or import.meta.url is unsupported, syntax error above 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>
|
||||
@ -214,8 +214,8 @@
|
||||
<script>main.init('play'); main.listen();</script>
|
||||
|
||||
<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="/games/HumanBreak/assets/polyfills-legacy.852057b5.js"></script>
|
||||
<script nomodule crossorigin id="vite-legacy-entry" data-src="/games/HumanBreak/assets/index-legacy.81e68bf6.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
||||
<script nomodule crossorigin id="vite-legacy-polyfill" src="/HumanBreak/assets/polyfills-legacy.852057b5.js"></script>
|
||||
<script nomodule crossorigin id="vite-legacy-entry" data-src="/HumanBreak/assets/index-legacy.81e68bf6.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -414,6 +414,10 @@ main.floors.MT16=
|
||||
{
|
||||
"type": "function",
|
||||
"function": "function(){\nconst enemy = core.getRemainEnemyString(core.floorIds.slice(5, 17));\nif (enemy.length === 0) {\n\tcore.insertAction(['当前无剩余怪物!', { \"type\": \"hide\", \"remove\": true }, ]);\n} else {\n\tcore.insertAction(enemy);\n}\n}"
|
||||
},
|
||||
{
|
||||
"type": "loadBgm",
|
||||
"name": "escape.mp3"
|
||||
}
|
||||
],
|
||||
"3,23": [
|
||||
|
Loading…
Reference in New Issue
Block a user