1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <script type="module" crossorigin src="./js/polyfills-92af37c8.js"></script>
- <meta charset="UTF-8" />
- <meta name="viewport"
- content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
- <title>AI学练</title>
- <link rel="icon" href="./favicon.ico?v=1" />
- <script src="./flexible.js" charset="UTF-8"></script>
- <style>
- #loading {
- position: fixed;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- display: none;
- }
- #loading.show {
- display: block;
- }
- </style>
- <script>
- function _postMessage(data, callback) {
- const instance = window.COLEXIU || (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.COLEXIU)
- if (instance) {
- instance.postMessage(JSON.stringify(data))
- }
- }
- // APP的全屏loading动画
- if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true') && !location.href.includes("simple-detail")) {
- _postMessage({
- api: 'cloudLoading',
- content: {
- show: true,
- type: 'fullscreen',
- },
- })
- }
- </script>
- <script type="module" crossorigin src="./js/instrument-6ff28838.js"></script>
- <link rel="modulepreload" crossorigin href="./js/index-6643cac9.js">
- <link rel="stylesheet" href="./css/index-6e5e471e.css">
- <link rel="stylesheet" href="./css/instrument-118f68d3.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>
- <body>
- <div id="app"></div>
- <!-- <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 && !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-60f1c0aa.js"></script>
- <script nomodule crossorigin id="vite-legacy-entry" data-src="./js/instrument-legacy-9f54f5d9.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
- </body>
- </html>
|