|
@@ -1,53 +1,55 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<html lang="zh">
|
|
- <head>
|
|
|
|
- <meta charset="UTF-8" />
|
|
|
|
- <link rel="icon" href="./favicon.ico" />
|
|
|
|
- <meta
|
|
|
|
- name="viewport"
|
|
|
|
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
|
|
|
|
- />
|
|
|
|
- <meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
- <!-- 设置苹果工具栏颜色 -->
|
|
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
|
- <!-- 忽略页面中的数字识别为电话,忽略email识别 -->
|
|
|
|
- <meta name="format-detection" content="telphone=no, email=no" />
|
|
|
|
- <!-- 启用360浏览器的极速模式(webkit) -->
|
|
|
|
- <meta name="renderer" content="webkit" />
|
|
|
|
- <!-- 避免IE使用兼容模式 -->
|
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
- <meta name="HandheldFriendly" content="true" />
|
|
|
|
- <!-- uc强制竖屏 -->
|
|
|
|
- <meta name="screen-orientation" content="portrait" />
|
|
|
|
- <!-- QQ强制竖屏 -->
|
|
|
|
- <meta name="x5-orientation" content="portrait" />
|
|
|
|
- <!-- UC强制全屏 -->
|
|
|
|
- <meta name="full-screen" content="yes" />
|
|
|
|
- <!-- QQ强制全屏 -->
|
|
|
|
- <meta name="x5-fullscreen" content="true" />
|
|
|
|
- <!-- UC应用模式 -->
|
|
|
|
- <meta name="browsermode" content="application" />
|
|
|
|
- <!-- QQ应用模式 -->
|
|
|
|
- <meta name="x5-page-mode" content="app" />
|
|
|
|
- <!-- 设置在apple上以应用模式启动时,是否全屏 -->
|
|
|
|
- <meta name="apple-touch-fullscreen" content="yes" />
|
|
|
|
- <!-- windows phone 点击无高光 -->
|
|
|
|
- <meta name="msapplication-tap-highlight" content="no" />
|
|
|
|
- <title>酷乐秀</title>
|
|
|
|
- <script src="./flexible.js" charset="UTF-8"></script>
|
|
|
|
- <script type="module" crossorigin src="./assets/index.7ea24804.js"></script>
|
|
|
|
- <link rel="modulepreload" href="./assets/index.c83496ad.js">
|
|
|
|
- <link rel="stylesheet" href="./assets/index.f8405903.css">
|
|
|
|
- <link rel="stylesheet" href="./assets/index.162d260c.css">
|
|
|
|
- <script type="module">!function(){try{new Function("m","return import(m)")}catch(o){console.warn("vite: loading legacy build because dynamic import is unsupported, syntax error above 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>
|
|
|
|
-
|
|
|
|
- <!-- <script type="module" src="/src/teacher/main.ts"></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 id="vite-legacy-polyfill" src="./assets/polyfills-legacy.5e538fc5.js"></script>
|
|
|
|
- <script nomodule id="vite-legacy-entry" data-src="./assets/index-legacy.0eabf61a.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
|
|
|
- </body>
|
|
|
|
-</html>
|
|
|
|
|
|
+<head>
|
|
|
|
+ <meta charset="UTF-8" />
|
|
|
|
+ <link rel="icon" href="./favicon.ico" />
|
|
|
|
+ <meta name="viewport"
|
|
|
|
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
|
|
|
+ <meta http-equiv="Cache-control" content="no-cache">
|
|
|
|
+ <meta http-equiv="Cache" content="no-cache">
|
|
|
|
+ <meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
+ <!-- 设置苹果工具栏颜色 -->
|
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
|
+ <!-- 忽略页面中的数字识别为电话,忽略email识别 -->
|
|
|
|
+ <meta name="format-detection" content="telphone=no, email=no" />
|
|
|
|
+ <!-- 启用360浏览器的极速模式(webkit) -->
|
|
|
|
+ <meta name="renderer" content="webkit" />
|
|
|
|
+ <!-- 避免IE使用兼容模式 -->
|
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
+ <meta name="HandheldFriendly" content="true" />
|
|
|
|
+ <!-- uc强制竖屏 -->
|
|
|
|
+ <meta name="screen-orientation" content="portrait" />
|
|
|
|
+ <!-- QQ强制竖屏 -->
|
|
|
|
+ <meta name="x5-orientation" content="portrait" />
|
|
|
|
+ <!-- UC强制全屏 -->
|
|
|
|
+ <meta name="full-screen" content="yes" />
|
|
|
|
+ <!-- QQ强制全屏 -->
|
|
|
|
+ <meta name="x5-fullscreen" content="true" />
|
|
|
|
+ <!-- UC应用模式 -->
|
|
|
|
+ <meta name="browsermode" content="application" />
|
|
|
|
+ <!-- QQ应用模式 -->
|
|
|
|
+ <meta name="x5-page-mode" content="app" />
|
|
|
|
+ <!-- 设置在apple上以应用模式启动时,是否全屏 -->
|
|
|
|
+ <meta name="apple-touch-fullscreen" content="yes" />
|
|
|
|
+ <!-- windows phone 点击无高光 -->
|
|
|
|
+ <meta name="msapplication-tap-highlight" content="no" />
|
|
|
|
+ <title>酷乐秀</title>
|
|
|
|
+ <script src="./flexible.js" charset="UTF-8"></script>
|
|
|
|
+ <script type="module" crossorigin src="./assets/index.7ea24804.js"></script>
|
|
|
|
+ <link rel="modulepreload" href="./assets/index.c83496ad.js">
|
|
|
|
+ <link rel="stylesheet" href="./assets/index.f8405903.css">
|
|
|
|
+ <link rel="stylesheet" href="./assets/index.162d260c.css">
|
|
|
|
+ <script type="module">!function(){try{new Function("m","return import(m)")}catch(o){console.warn("vite: loading legacy build because dynamic import is unsupported, syntax error above 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>
|
|
|
|
+
|
|
|
|
+ <!-- <script type="module" src="/src/teacher/main.ts"></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 id="vite-legacy-polyfill" src="./assets/polyfills-legacy.5e538fc5.js"></script>
|
|
|
|
+ <script nomodule id="vite-legacy-entry" data-src="./assets/index-legacy.0eabf61a.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
|
|
|
+</body>
|
|
|
|
+
|
|
|
|
+</html>
|