teacher.html 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport"
  7. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
  8. <meta name="apple-mobile-web-app-capable" content="yes" />
  9. <!-- 设置苹果工具栏颜色 -->
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  11. <!-- 忽略页面中的数字识别为电话,忽略email识别 -->
  12. <meta name="format-detection" content="telphone=no, email=no" />
  13. <!-- 启用360浏览器的极速模式(webkit) -->
  14. <meta name="renderer" content="webkit" />
  15. <!-- 避免IE使用兼容模式 -->
  16. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  17. <meta name="HandheldFriendly" content="true" />
  18. <!-- uc强制竖屏 -->
  19. <meta name="screen-orientation" content="portrait" />
  20. <!-- QQ强制竖屏 -->
  21. <meta name="x5-orientation" content="portrait" />
  22. <!-- UC强制全屏 -->
  23. <meta name="full-screen" content="yes" />
  24. <!-- QQ强制全屏 -->
  25. <meta name="x5-fullscreen" content="true" />
  26. <!-- UC应用模式 -->
  27. <meta name="browsermode" content="application" />
  28. <!-- QQ应用模式 -->
  29. <meta name="x5-page-mode" content="app" />
  30. <!-- 设置在apple上以应用模式启动时,是否全屏 -->
  31. <meta name="apple-touch-fullscreen" content="yes" />
  32. <!-- windows phone 点击无高光 -->
  33. <meta name="msapplication-tap-highlight" content="no" />
  34. <meta name="referrer" content="no-referrer" />
  35. <title>酷乐秀</title>
  36. <script src="/flexible.js" charset="UTF-8"></script>
  37. </head>
  38. <head>
  39. <meta charset="UTF-8" />
  40. <link rel="icon" href="/favicon.ico" />
  41. <meta name="viewport"
  42. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
  43. <meta http-equiv="Cache-control" content="no-cache">
  44. <meta http-equiv="Cache" content="no-cache">
  45. <meta name="apple-mobile-web-app-capable" content="yes" />
  46. <!-- 设置苹果工具栏颜色 -->
  47. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  48. <!-- 忽略页面中的数字识别为电话,忽略email识别 -->
  49. <meta name="format-detection" content="telphone=no, email=no" />
  50. <!-- 启用360浏览器的极速模式(webkit) -->
  51. <meta name="renderer" content="webkit" />
  52. <!-- 避免IE使用兼容模式 -->
  53. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  54. <meta name="HandheldFriendly" content="true" />
  55. <!-- uc强制竖屏 -->
  56. <meta name="screen-orientation" content="portrait" />
  57. <!-- QQ强制竖屏 -->
  58. <meta name="x5-orientation" content="portrait" />
  59. <!-- UC强制全屏 -->
  60. <meta name="full-screen" content="yes" />
  61. <!-- QQ强制全屏 -->
  62. <meta name="x5-fullscreen" content="true" />
  63. <!-- UC应用模式 -->
  64. <meta name="browsermode" content="application" />
  65. <!-- QQ应用模式 -->
  66. <meta name="x5-page-mode" content="app" />
  67. <!-- 设置在apple上以应用模式启动时,是否全屏 -->
  68. <meta name="apple-touch-fullscreen" content="yes" />
  69. <!-- windows phone 点击无高光 -->
  70. <meta name="msapplication-tap-highlight" content="no" />
  71. <title>酷乐秀</title>
  72. <script src="/flexible.js" charset="UTF-8"></script>
  73. <script>
  74. !(function (t) {
  75. function e() {
  76. var e = this || self;
  77. (e.globalThis = e), delete t.prototype._T_;
  78. }
  79. "object" != typeof globalThis &&
  80. (this
  81. ? e()
  82. : (t.defineProperty(t.prototype, "_T_", {
  83. configurable: !0,
  84. get: e,
  85. }),
  86. _T_));
  87. })(Object);
  88. </script>
  89. </head>
  90. <body>
  91. <div id="app"></div>
  92. <script type="module" src="/src/teacher/main.ts"></script>
  93. </body>
  94. </html>