instrument.html 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <<<<<<< HEAD
  5. <script type="module" crossorigin src="./js/polyfills-08c036dd.js"></script>
  6. =======
  7. <script type="module" crossorigin src="./js/polyfills-e26b5460.js"></script>
  8. >>>>>>> b13af5cd54ae181521af6b857ae9c9551f55b9f8
  9. <meta charset="UTF-8" />
  10. <meta name="viewport"
  11. content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
  12. <title>AI学练</title>
  13. <link rel="icon" href="./favicon.ico?v=1" />
  14. <script src="./flexible.js" charset="UTF-8"></script>
  15. <style>
  16. #loading {
  17. position: fixed;
  18. left: 50%;
  19. top: 50%;
  20. transform: translate(-50%, -50%);
  21. display: none;
  22. }
  23. #loading.show {
  24. display: block;
  25. }
  26. </style>
  27. <script>
  28. function _postMessage(data, callback) {
  29. const instance = window.COLEXIU || (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.COLEXIU)
  30. if (instance) {
  31. instance.postMessage(JSON.stringify(data))
  32. }
  33. }
  34. // APP的全屏loading动画
  35. if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true') && !location.href.includes("simple-detail")) {
  36. _postMessage({
  37. api: 'cloudLoading',
  38. content: {
  39. show: true,
  40. type: 'fullscreen',
  41. },
  42. })
  43. }
  44. </script>
  45. <<<<<<< HEAD
  46. <script type="module" crossorigin src="./js/instrument-cc1283a5.js"></script>
  47. <link rel="modulepreload" crossorigin href="./js/index-4c22c73f.js">
  48. <link rel="stylesheet" href="./css/index-64ae39d1.css">
  49. =======
  50. <script type="module" crossorigin src="./js/instrument-1d49c61b.js"></script>
  51. <link rel="modulepreload" crossorigin href="./js/index-b002b7be.js">
  52. <link rel="stylesheet" href="./css/index-52f81eaa.css">
  53. >>>>>>> b13af5cd54ae181521af6b857ae9c9551f55b9f8
  54. <link rel="stylesheet" href="./css/instrument-118f68d3.css">
  55. <script type="module">import.meta.url;import("_").catch(()=>1);async function* g(){};window.__vite_is_modern_browser=true;</script>
  56. <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>
  57. </head>
  58. <body>
  59. <div id="app"></div>
  60. <!-- <img id="loading" class="show" src="/loading.svg" alt="loading" /> -->
  61. <!-- <script>
  62. // 处理课堂乐器老师端打开听音练习时去掉加载动画
  63. if (location.href.indexOf('view-figner') >= 0 && location.href.indexOf('platform=pc') >= 0 && location.href.indexOf('linkSource=class') < 0 && !location.href.includes("simple-detail")) {
  64. var _loading = document.getElementById("loading");
  65. _loading && document.body.removeChild(_loading);
  66. }
  67. </script> -->
  68. <!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
  69. <script>
  70. // VConsole will be exported to `window.VConsole` by default.
  71. var vConsole = new window.VConsole();
  72. </script> -->
  73. <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>
  74. <<<<<<< HEAD
  75. <script nomodule crossorigin id="vite-legacy-polyfill" src="./js/polyfills-legacy-207e93cc.js"></script>
  76. <script nomodule crossorigin id="vite-legacy-entry" data-src="./js/instrument-legacy-ad135f43.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
  77. =======
  78. <script nomodule crossorigin id="vite-legacy-polyfill" src="./js/polyfills-legacy-2b34d33c.js"></script>
  79. <script nomodule crossorigin id="vite-legacy-entry" data-src="./js/instrument-legacy-f08dd5dc.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
  80. >>>>>>> b13af5cd54ae181521af6b857ae9c9551f55b9f8
  81. </body>
  82. </html>