CINXE.COM

<!doctype html> <html> <head> <link rel="stylesheet" href="/site/assets/uni.e2b02af0.css"> <meta charset="UTF-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" /> <script> this.globalThis || (this.globalThis = this) </script> <script> var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) var meta = document.createElement('meta') meta.setAttribute('name', 'viewport') meta.setAttribute( 'content', 'width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') ) document.head.appendChild(meta) </script> <!-- <script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script> --> <script> function loadWxScript() { const userAgent = navigator.userAgent.toLowerCase() // 判断是否为企业微信 if (userAgent.includes('wxwork')) { // 企业微信环境,加载相应的脚本 const script = document.createElement('script') script.src = 'http://res.wx.qq.com/open/js/jweixin-1.2.0.js' // 替换为企业微信脚本的正确地址 document.head.appendChild(script) console.log(script.src, '企业微信环境: 加载企业微信脚本') } else { // 普通微信环境,加载相应的脚本 const script = document.createElement('script') script.src = 'https://res2.wx.qq.com/open/js/jweixin-1.6.0.js' // 使用你上传的微信脚本路径 document.head.appendChild(script) console.log(script.src, '普通微信环境: 加载微信脚本') } } // 页面加载时调用函数 loadWxScript() </script> <script src="/static/js/domain.js"></script> <script> window.jWeixin = window.wx delete window.wx </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 type="text/javascript"> ;(function (c, l, a, r, i, t, y) { c[a] = c[a] || function () { ;(c[a].q = c[a].q || []).push(arguments) } t = l.createElement(r) t.async = 1 t.src = 'https://www.clarity.ms/tag/' + i y = l.getElementsByTagName(r)[0] y.parentNode.insertBefore(t, y) })(window, document, 'clarity', 'script', 'mbu55foei6') </script> <!--preload-links--> <!--app-context--> <meta name="referrer" content="no-referrer" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <script type="module" crossorigin src="/site/assets/index-369f810d.js"></script> <link rel="stylesheet" href="/site/assets/index-9750d5f3.css"> <script type="module">import.meta.url;import("_").catch(()=>1);async function* g(){};if(location.protocol!="file:"){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"><!--app-html--></div> <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="/site/assets/polyfills-legacy-5558d3fd.js"></script> <script nomodule crossorigin id="vite-legacy-entry" data-src="/site/assets/index-legacy-20165987.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script> </body> <script> /*禁止ios缩放,双击和双指*/ window.onload = function () { document.addEventListener('touchstart', function (event) { if (event.touches.length > 1) { event.preventDefault() } }) var lastTouchEnd = 0 document.addEventListener( 'touchend', function (event) { var now = new Date().getTime() if (now - lastTouchEnd <= 300) { event.preventDefault() } lastTouchEnd = now }, false ) document.addEventListener('gesturestart', function (event) { event.preventDefault() }) } // #ifdef H5 var isIOS = /iPhone|iPad|iPod/i.test(navigator.userAgent) if (isIOS) { var timeoutId // 用于存储定时器ID function debounce(func, delay) { clearTimeout(timeoutId) // 清除之前的定时器 timeoutId = setTimeout(function () { func() }, delay) } window.addEventListener('orientationchange', function () { debounce(function () { location.reload() }, 800) }) } function setSizeVariables() { const windth = window.innerWidth const scale = windth > 758 ? 1 : windth / 375 let size = 1 while (true) { if (size > 100) { break } document.documentElement.style.setProperty(`--size-${size}`, `${size * scale}px`) size += 1 } } setSizeVariables() window.addEventListener('resize', function () { setSizeVariables() }) // #endif </script> </html>