| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 | 
							- <!DOCTYPE html>
 
- <html lang="ZH-cn">
 
-   <head>
 
-     <meta charset="UTF-8" />
 
-     <link rel="icon" href="/favicon.ico" />
 
-     <meta name="description" content="酷乐秀APP,器乐学习的不二选择" />
 
-     <title>酷乐秀</title>
 
-     <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
 
-     <!-- <link rel="preconnect" href="https://fonts.loli.net"> -->
 
-     <!-- <link href="https://fonts.loli.net/css2?family=Roboto:wght@700&display=swap" rel="stylesheet"> -->
 
-     <script>
 
-       this.globalThis || (this.globalThis = this)
 
-     </script>
 
-     <script type="text/javascript">
 
-       document.write(
 
-         unescape(
 
-           "%3Cspan id='cnzz_stat_icon_1279349593'%3E%3C/span%3E%3Cscript src='https://s9.cnzz.com/z_stat.php%3Fid%3D1279349593%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"
 
-         )
 
-       )
 
-     </script>
 
-     <script type="text/javascript">
 
-       // if (window.location.hostname !== 'mstuonline.dayaedu.com') {
 
-       //   document.write(unescape("%3Cscript%20src%3D%22https%3A//cdn.jsdelivr.net/npm/eruda@2.4.1/eruda.min.js%22%3E%3C/script%3E"))
 
-       // }
 
-       if (window._czc) {
 
-         window._czc.push(['_setAutoPageView', false])
 
-       }
 
-     </script>
 
-     <script>
 
-       // if (window.location.hostname !== 'mstuonline.dayaedu.com') {
 
-       //   eruda.init()
 
-       // }
 
-       if (window.navigator && navigator.serviceWorker) {
 
-         navigator.serviceWorker.getRegistrations().then(function (registrations) {
 
-           for (let registration of registrations) {
 
-             registration.unregister()
 
-           }
 
-         })
 
-       }
 
-       function getBroswer() {
 
-         var Sys = {}
 
-         var ua = navigator.userAgent.toLowerCase()
 
-         var s
 
-         ;(s = ua.match(/edge\/([\d.]+)/))
 
-           ? (Sys.edge = s[1])
 
-           : (s = ua.match(/rv:([\d.]+)\) like gecko/))
 
-           ? (Sys.ie = s[1])
 
-           : (s = ua.match(/msie ([\d.]+)/))
 
-           ? (Sys.ie = s[1])
 
-           : (s = ua.match(/firefox\/([\d.]+)/))
 
-           ? (Sys.firefox = s[1])
 
-           : (s = ua.match(/chrome\/([\d.]+)/))
 
-           ? (Sys.chrome = s[1])
 
-           : (s = ua.match(/opera.([\d.]+)/))
 
-           ? (Sys.opera = s[1])
 
-           : (s = ua.match(/version\/([\d.]+).*safari/))
 
-           ? (Sys.safari = s[1])
 
-           : 0
 
-         if (Sys.edge) return { broswer: 'Edge', version: Sys.edge }
 
-         if (Sys.ie) return { broswer: 'IE', version: Sys.ie }
 
-         if (Sys.firefox) return { broswer: 'Firefox', version: Sys.firefox }
 
-         if (Sys.chrome) return { broswer: 'Chrome', version: Sys.chrome }
 
-         if (Sys.opera) return { broswer: 'Opera', version: Sys.opera }
 
-         if (Sys.safari) return { broswer: 'Safari', version: Sys.safari }
 
-         return { broswer: '', version: '0' }
 
-       }
 
-       var broswer = getBroswer()
 
-       window.addEventListener('DOMContentLoaded', function () {
 
-         if (broswer.broswer === 'Chrome' && parseFloat(broswer.version) <= 50) {
 
-           document.getElementById('update').className = 'show'
 
-           document.getElementById('loading').className = ''
 
-         }
 
-       })
 
-       // console.log("broswer:"+abc.broswer+" version:"+abc.version);
 
-     </script>
 
-     <style>
 
-       #loading {
 
-         position: fixed;
 
-         left: 50%;
 
-         top: 50%;
 
-         transform: translate(-50%, -50%);
 
-         visibility: hidden;
 
-         opacity: 0;
 
-         transition: opacity 0.3s;
 
-         text-align: center;
 
-         color: #1e293b;
 
-       }
 
-       #loading > div {
 
-         display: none;
 
-         font-size: 24px;
 
-       }
 
-       #loading a {
 
-         color: #01c1b5;
 
-         text-decoration: none;
 
-       }
 
-       #loading.show {
 
-         visibility: visible;
 
-         opacity: 1;
 
-       }
 
-       #cnzz_stat_icon_1279349593 {
 
-         display: none;
 
-       }
 
-       #update {
 
-         margin-top: 100px;
 
-         opacity: 0;
 
-         visibility: hidden;
 
-         transform: opacity 0.3s;
 
-         position: absolute;
 
-         top: 0;
 
-         left: 50%;
 
-         transform: translateX(-50%);
 
-       }
 
-       #update.show {
 
-         opacity: 1;
 
-         visibility: visible;
 
-       }
 
-       #update img {
 
-         display: block;
 
-         margin: auto;
 
-         width: 150px;
 
-         height: 150px;
 
-       }
 
-       #update span {
 
-         display: block;
 
-         max-width: 90%;
 
-         margin: auto;
 
-         margin-top: 30px;
 
-         color: rgba(0, 0, 0, 0.65);
 
-         line-height: 1.8;
 
-       }
 
-     </style>
 
-   </head>
 
-   <body>
 
-     <div id="app"></div>
 
-     <div id="loading" class="show">
 
-       <img src="/loading.svg" alt="loading" />
 
-       <div>请求时间过长,请检查网络环境 <a href="javascript:;" onclick="_back()">点击返回</a></div>
 
-     </div>
 
-     <script>
 
-       const _onlyPostmessage = (function () {
 
-         'use strict'
 
-         const getRandomKey = () => {
 
-           return '' + new Date().getTime() + Math.floor(Math.random() * 1000000)
 
-         }
 
-         /**
 
-          * @param instanceKey 实例函数key
 
-          */
 
-         var onlyPostmessage = (instanceKey) => {
 
-           var _a, _b
 
-           const win = window
 
-           win.originalPostMessage = win.originalPostMessage || window.postMessage
 
-           const instance =
 
-             win[instanceKey] ||
 
-             ((_b = (_a = win.webkit) === null || _a === void 0 ? void 0 : _a.messageHandlers) === null || _b === void 0
 
-               ? void 0
 
-               : _b[instanceKey])
 
-           return function (data) {
 
-             if (instance) {
 
-               const uuid = getRandomKey()
 
-               data.content = data.content ? Object.assign(Object.assign({}, data.content), { uuid }) : { uuid }
 
-               instance.postMessage(JSON.stringify(data))
 
-               console.log('send:', JSON.stringify(data))
 
-             }
 
-           }
 
-         }
 
-         return onlyPostmessage
 
-       })()
 
-       window._setupMessage = _onlyPostmessage('COLEXIU')
 
-       if (location.origin.indexOf('192.168') > -1 && location.href.indexOf('&acc=1') === -1 && !document.hidden) {
 
-         window._setupMessage({
 
-           api: 'openAccompanyWebView',
 
-           content: {
 
-             // url: location.origin + '/accompany?id=' + item.id, 
 
-             url: location.origin + location.pathname + '?id=50970&acc=1',
 
-             orientation: 0,
 
-             isHideTitle: true,
 
-             statusBarTextColor: false,
 
-             isOpenLight: true,
 
-           },
 
-         })
 
-       }
 
-       ;(function () {
 
-         window.isLoading = true
 
-         window._setupMessage({
 
-           api: 'cloudLoading',
 
-           content: {
 
-             show: true,
 
-             type: 'fullscreen',
 
-           },
 
-         })
 
-         try {
 
-           setTimeout(() => {
 
-             var tips = document.querySelector('#loading div')
 
-             if (tips) {
 
-               tips.style.display = 'block'
 
-             }
 
-           }, 10 * 1000)
 
-         } catch (error) {}
 
-       })()
 
-       function _back() {
 
-         window._setupMessage({
 
-           api: 'back',
 
-         })
 
-       }
 
-       this.globalThis || (this.globalThis = this)
 
-     </script>
 
-     <script type="module" src="/src/subpages/colexiu/main.ts"></script>
 
-   </body>
 
- </html>
 
 
  |