index.html 3.8 KB

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