|
@@ -2,7 +2,7 @@
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
|
|
- <script type="module" crossorigin src="./js/polyfills-1a2e4f1c.js"></script>
|
|
|
+ <script type="module" crossorigin src="./js/polyfills-7c3d5f60.js"></script>
|
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
<meta name="viewport"
|
|
@@ -30,7 +30,8 @@
|
|
|
instance.postMessage(JSON.stringify(data))
|
|
|
}
|
|
|
}
|
|
|
- if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true')) {
|
|
|
+ // APP的全屏loading动画
|
|
|
+ if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true') && !location.href.includes("simple-detail")) {
|
|
|
_postMessage({
|
|
|
api: 'cloudLoading',
|
|
|
content: {
|
|
@@ -40,13 +41,10 @@
|
|
|
})
|
|
|
}
|
|
|
</script>
|
|
|
- <script type="module" crossorigin src="./js/instrument-ff82a3ab.js"></script>
|
|
|
- <link rel="modulepreload" crossorigin href="./js/index-c987494a.js">
|
|
|
- <link rel="modulepreload" crossorigin href="./js/index-666ce298.js">
|
|
|
- <link rel="modulepreload" crossorigin href="./js/index-948cb66f.js">
|
|
|
- <link rel="stylesheet" href="./css/index-33f3c513.css">
|
|
|
- <link rel="stylesheet" href="./css/index-d42b0794.css">
|
|
|
- <link rel="stylesheet" href="./css/instrument-d78850b6.css">
|
|
|
+ <script type="module" crossorigin src="./js/instrument-e3875fa3.js"></script>
|
|
|
+ <link rel="modulepreload" crossorigin href="./js/index-763e8b6a.js">
|
|
|
+ <link rel="stylesheet" href="./css/index-ccf6117c.css">
|
|
|
+ <link rel="stylesheet" href="./css/instrument-f3d1af9e.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>
|
|
@@ -56,16 +54,21 @@
|
|
|
<img id="loading" class="show" src="./loading.svg" alt="loading" />
|
|
|
<script>
|
|
|
// 处理课堂乐器老师端打开听音练习时去掉加载动画
|
|
|
- if (location.href.indexOf('view-figner') >= 0 && location.href.indexOf('platform=pc') >= 0 && location.href.indexOf('linkSource=class') < 0) {
|
|
|
+ if (location.href.indexOf('view-figner') >= 0 && location.href.indexOf('platform=pc') >= 0 && location.href.indexOf('linkSource=class') < 0 && !location.href.includes("simple-detail")) {
|
|
|
var _loading = document.getElementById("loading");
|
|
|
_loading && document.body.removeChild(_loading);
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
|
|
|
+ <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
|
|
|
+ <script>
|
|
|
+ // VConsole will be exported to `window.VConsole` by default.
|
|
|
+ // var vConsole = new window.VConsole();
|
|
|
+ </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="./js/polyfills-legacy-b3b6467d.js"></script>
|
|
|
- <script nomodule crossorigin id="vite-legacy-entry" data-src="./js/instrument-legacy-6acd9b82.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
|
|
+ <script nomodule crossorigin id="vite-legacy-polyfill" src="./js/polyfills-legacy-95755a14.js"></script>
|
|
|
+ <script nomodule crossorigin id="vite-legacy-entry" data-src="./js/instrument-legacy-4b1cdc45.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
|
|
</body>
|
|
|
|
|
|
</html>
|