instrument.html 4.8 KB

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