黄琪勇 11 months ago
parent
commit
aca776da6c
40 changed files with 502 additions and 1 deletions
  1. 0 1
      .gitignore
  2. BIN
      dist/favicon.ico
  3. BIN
      dist/fonts/AlimamaFangYuanTiVF-Thin.a1453bd7.woff2
  4. BIN
      dist/ieIncompatible/images/logo_chrome.png
  5. BIN
      dist/ieIncompatible/images/logo_firefox.png
  6. BIN
      dist/ieIncompatible/images/logo_ie.png
  7. 157 0
      dist/ieIncompatible/index.html
  8. 11 0
      dist/img/back.b346554d.svg
  9. BIN
      dist/img/bg.2556dca4.png
  10. BIN
      dist/img/bg.977c69c3.png
  11. BIN
      dist/img/bg.c28f3031.png
  12. BIN
      dist/img/empty.7a6f8dd9.png
  13. 24 0
      dist/img/icon-dian.2394076b.svg
  14. BIN
      dist/img/icon-load.027b4b78.gif
  15. 24 0
      dist/img/icon-point.22e6313f.svg
  16. 45 0
      dist/img/icon-start.e5ab5503.svg
  17. BIN
      dist/img/jdcp.99bf4a61.png
  18. BIN
      dist/img/jdzc.db83d289.png
  19. BIN
      dist/img/kb.68c2f1ea.png
  20. BIN
      dist/img/loading.b17515ef.gif
  21. BIN
      dist/img/loginBox.e2326e2d.png
  22. BIN
      dist/img/scanned.726db5af.png
  23. BIN
      dist/img/shu.bc58fdf9.png
  24. BIN
      dist/img/sj.7d3a4b96.png
  25. BIN
      dist/img/xiaoren.7071bf5e.png
  26. BIN
      dist/img/xl.93ec7baf.png
  27. BIN
      dist/img/xltj.c90b8164.png
  28. BIN
      dist/img/yjc.ac69d3a0.png
  29. BIN
      dist/img/yjl.017a0803.png
  30. 26 0
      dist/index.html
  31. 18 0
      dist/js/app.js
  32. 17 0
      dist/js/chunk-vendors.js
  33. 28 0
      dist/js/src_hooks_useDialogConfirm_index_ts-src_img_homePage_bg_png-src_img_homePage_home_png-src_img-05ac5e.js
  34. 17 0
      dist/js/src_plugin_modalFrame_index_ts-src_views_homePage_components_navContainer_index_ts-src_img_la-d3a7af.js
  35. 17 0
      dist/js/src_views_cloudTextbooks_index_ts.js
  36. 17 0
      dist/js/src_views_coursewarePlay_index_tsx.js
  37. 17 0
      dist/js/src_views_homePage_homePage_gym_vue.js
  38. 17 0
      dist/js/src_views_homePage_homePage_gyt_vue.js
  39. 50 0
      dist/js/src_viewsframe_errorPage_index_ts.js
  40. 17 0
      dist/js/src_viewsframe_login_index_ts.js

+ 0 - 1
.gitignore

@@ -1,6 +1,5 @@
 .DS_Store
 node_modules
-/dist
 
 
 # local env files

BIN
dist/favicon.ico


BIN
dist/fonts/AlimamaFangYuanTiVF-Thin.a1453bd7.woff2


BIN
dist/ieIncompatible/images/logo_chrome.png


BIN
dist/ieIncompatible/images/logo_firefox.png


BIN
dist/ieIncompatible/images/logo_ie.png


+ 157 - 0
dist/ieIncompatible/index.html

@@ -0,0 +1,157 @@
+<!DOCTYPE html>
+<html lang="en">
+   <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+      <link rel="icon" href="../favicon.ico" />
+      <title>抱歉,无法兼容您的IE浏览器</title>
+   </head>
+
+   <body>
+      <div class="header">
+         <h2>我们不支持 IE 浏览器</h2>
+         <h3>It appears you’re using an unsupported browser</h3>
+      </div>
+      <div class="content">
+         <p>
+            为了获得更好的浏览体验,我们强烈建议您使用较新版本的 Chrome、 Firefox、 Safari 等。
+            如果您使用的是360浏览器或搜狗浏览器等,请关闭兼容模式,选择极速模式。
+         </p>
+         <div class="logos">
+            <div class="img_box">
+               <img src="./images/logo_chrome.png" alt="chrome" />
+               <!-- <a href="">点击下载</a> -->
+            </div>
+            <div class="img_box">
+               <img src="./images/logo_firefox.png" alt="firefox" />
+               <!-- <a href="">点击下载</a> -->
+            </div>
+            <div class="img_box">
+               <img src="./images/logo_ie.png" alt="ie" />
+               <!-- <a href="">点击下载</a> -->
+            </div>
+         </div>
+      </div>
+   </body>
+   <style type="text/css">
+      body {
+         color: #666;
+         text-align: center;
+         font-family: Helvetica, "microsoft yahei", Arial, sans-serif;
+         margin: 0;
+         width: 800px;
+         margin: auto;
+         font-size: 14px;
+      }
+
+      h1 {
+         font-size: 56px;
+         line-height: 100px;
+         font-weight: normal;
+         color: #456;
+      }
+
+      h2 {
+         font-size: 24px;
+         color: #666;
+         line-height: 1.5em;
+      }
+
+      h3 {
+         color: #456;
+         font-size: 20px;
+         font-weight: normal;
+         line-height: 28px;
+         margin: 15px 0;
+      }
+
+      hr {
+         margin: 18px 0;
+         border: 0;
+         border-top: 1px solid #eee;
+         border-bottom: 1px solid white;
+      }
+
+      a {
+         color: #17bc9b;
+         text-decoration: none;
+      }
+   </style>
+   <style type="text/css">
+      body {
+         width: 560px;
+         background: #fafafa;
+      }
+
+      .header {
+         margin: 150px auto 24px;
+      }
+
+      .logo {
+         width: 64px;
+         height: 64px;
+         border-radius: 50%;
+      }
+
+      h2 {
+         margin: 24px 0 4px;
+         color: #4a4a4a;
+         font-size: 28px;
+         font-weight: 500;
+      }
+
+      h3 {
+         margin: 0;
+         color: #9b9b9b;
+      }
+
+      .content {
+         border: 1px solid rgba(0, 0, 0, 0.1);
+         -webkit-border-radius: 4px;
+         -ms-border-radius: 4px;
+         -moz-border-radius: 4px;
+         border-radius: 4px;
+         -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
+         -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
+         -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
+         -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
+         box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
+      }
+
+      .content p {
+         margin: 22px 20px 20px;
+         color: #6d6d6d;
+         font-size: 14px;
+         line-height: 22px;
+         text-align: left;
+      }
+
+      .content .logos {
+         margin-bottom: 30px;
+      }
+
+      .content .logos .img_box {
+         display: inline-block;
+      }
+
+      .content .logos .img_box img {
+         display: block;
+         width: 80px;
+         height: 80px;
+         margin: 0 50px;
+      }
+
+      .content .logos .img_box a {
+         color: #6d6d6d;
+         font-size: 14px;
+         cursor: pointer;
+         margin: 10px 0;
+         display: block;
+         text-decoration: underline;
+         outline: 0;
+      }
+
+      .content .logos .img_box a:hover {
+         color: #66b1ff;
+      }
+   </style>
+</html>

+ 11 - 0
dist/img/back.b346554d.svg

@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="19px" height="19px" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>切片</title>
+    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
+        <g id="课件播放(老师)" transform="translate(-40.000000, -13.000000)" stroke="#FFFFFF" stroke-width="2">
+            <g id="图标/通用/返回" transform="translate(40.000000, 13.000000)">
+                <polyline id="Stroke-1" points="13.5 18 5 9.5 13.5 1"></polyline>
+            </g>
+        </g>
+    </g>
+</svg>

BIN
dist/img/bg.2556dca4.png


BIN
dist/img/bg.977c69c3.png


BIN
dist/img/bg.c28f3031.png


BIN
dist/img/empty.7a6f8dd9.png


+ 24 - 0
dist/img/icon-dian.2394076b.svg

@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>切片</title>
+    <defs>
+        <path d="M23.21608,16.0687402 L23.3033009,16.1464466 C23.6659306,16.5090763 23.6918327,17.0809217 23.3810072,17.4734394 L23.3033009,17.5606602 L17.6464466,23.2175144 C17.2838169,23.5801441 16.7119715,23.6060462 16.3194539,23.2952208 L16.232233,23.2175144 L12.6966991,19.6819805 C12.3061748,19.2914562 12.3061748,18.6582912 12.6966991,18.267767 C13.0593288,17.9051373 13.6311742,17.8792351 14.0236919,18.1900606 L14.1109127,18.267767 L16.9384817,21.0967502 L21.8890873,16.1464466 C22.251717,15.7838169 22.8235624,15.7579148 23.21608,16.0687402 Z M11,0 C14.8659932,0 18,3.13400675 18,7 C18,9.41274397 16.7793245,11.5403839 14.9218582,12.7990351 C15.9323681,13.229421 16.8689386,13.8268917 17.694678,14.5714883 C18.1048344,14.9413398 18.1375079,15.5736612 17.7676564,15.9838176 C17.3978048,16.393974 16.7654834,16.4266475 16.355327,16.0567959 C14.8954225,14.7403517 13.0066893,14 11,14 C6.581722,14 3,17.581722 3,22 C3,22.5522847 2.55228475,23 2,23 C1.44771525,23 1,22.5522847 1,22 C1,17.8693735 3.50442274,14.3236863 7.07765565,12.7985509 C5.22023262,11.5396119 4,9.41230625 4,7 C4,3.13400675 7.13400675,0 11,0 Z M11,2 C8.23857625,2 6,4.23857625 6,7 C6,9.76142375 8.23857625,12 11,12 C13.7614237,12 16,9.76142375 16,7 C16,4.23857625 13.7614237,2 11,2 Z" id="path-1"></path>
+        <filter x="-13.3%" y="-12.8%" width="126.6%" height="125.5%" filterUnits="objectBoundingBox" id="filter-2">
+            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.125792177 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
+        </filter>
+    </defs>
+    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="课件播放(老师)" transform="translate(-740.000000, -151.000000)" fill-rule="nonzero">
+            <g id="编组-8" transform="translate(732.000000, 66.000000)">
+                <g id="编组-7" transform="translate(0.000000, 75.000000)">
+                    <g id="形状结合" transform="translate(8.000000, 10.000000)">
+                        <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
+                        <use fill="#FFFFFF" xlink:href="#path-1"></use>
+                    </g>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>

BIN
dist/img/icon-load.027b4b78.gif


+ 24 - 0
dist/img/icon-point.22e6313f.svg

@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>切片</title>
+    <defs>
+        <path d="M17.9889353,7.03683462 C15.5779696,4.12723478 11.4245096,3.37164362 8.14331066,5.24573351 C4.86211176,7.1198234 3.40277969,11.0812175 4.68401757,14.6360727 C5.96525544,18.190928 9.6162626,20.3104404 13.338596,19.6602991 C17.0609294,19.0101577 19.7773154,15.7785188 19.7776894,11.9998178 C19.7776894,11.3862113 20.2751133,10.888785 20.8887168,10.888785 C21.5023203,10.888785 21.9997442,11.3862113 21.9997442,11.9998178 C21.9997099,16.8400427 18.5329414,20.9853151 13.7690477,21.8413977 C9.00515408,22.6974802 4.31207278,20.0185514 2.62687668,15.4811663 C0.941680576,10.9437811 2.7482686,5.85083589 6.91602308,3.38965046 C11.0837776,0.928465034 16.4159405,1.80576128 19.5754824,5.47250055 L20.1087755,4.94698208 C20.545968,4.51623039 21.2495741,4.52145337 21.6803238,4.95864794 C22.1110734,5.39584251 22.1058505,6.09945198 21.668658,6.5302037 L12.3204735,15.742887 C11.8856052,16.1721277 11.185738,16.1696459 10.7539248,15.7373318 L6.69200863,11.6742852 C6.27096012,11.2383394 6.2769817,10.5453817 6.70554253,10.1168189 C7.13410335,9.688256 7.82705768,9.68223439 8.26300138,10.1032849 L11.5460874,13.3863866 L17.9889353,7.03683462 L17.9889353,7.03683462 Z" id="path-1"></path>
+        <filter x="-15.0%" y="-15.0%" width="130.0%" height="130.0%" filterUnits="objectBoundingBox" id="filter-2">
+            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.125792177 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
+        </filter>
+    </defs>
+    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="课件播放(老师)" transform="translate(-740.000000, -208.000000)" fill-rule="nonzero">
+            <g id="编组-8" transform="translate(732.000000, 66.000000)">
+                <g id="编组-7" transform="translate(0.000000, 75.000000)">
+                    <g id="路径" transform="translate(8.000000, 67.000000)">
+                        <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
+                        <use fill="#FFFFFF" xlink:href="#path-1"></use>
+                    </g>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>

+ 45 - 0
dist/img/icon-start.e5ab5503.svg

@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="121px" height="38px" viewBox="0 0 121 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>按钮/小按钮/橙</title>
+    <defs>
+        <linearGradient x1="15.3622126%" y1="46.5566937%" x2="89.7647319%" y2="53.6358332%" id="linearGradient-1">
+            <stop stop-color="#FF9C63" offset="0%"></stop>
+            <stop stop-color="#FF7144" offset="100%"></stop>
+        </linearGradient>
+        <text id="text-2" font-family="PingFangSC-Medium, PingFang SC" font-size="16" font-weight="400" fill="#FFFFFF">
+            <tspan x="49" y="24">去练习</tspan>
+        </text>
+        <filter x="-4.2%" y="-4.5%" width="108.3%" height="118.2%" filterUnits="objectBoundingBox" id="filter-3">
+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feColorMatrix values="0 0 0 0 0.941236855   0 0 0 0 0.448637032   0 0 0 0 0.244388325  0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
+        </filter>
+        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-4">
+            <stop stop-color="#FCFFFF" offset="0%"></stop>
+            <stop stop-color="#FFE4D4" offset="100%"></stop>
+        </linearGradient>
+        <path d="M10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 Z M15.8740909,4.13727273 C15.7362351,3.65455394 15.2331964,3.37495234 14.7504546,3.51272728 L10.205,4.81181817 C9.89624241,4.89978885 9.65677854,5.14409039 9.57499999,5.45454546 L9.54545455,5.45454546 L9.54590909,11.0254545 C8.4211929,10.2420678 6.92120134,10.2669785 5.82311793,11.0872797 C4.72503453,11.907581 4.27567032,13.3388975 4.70785225,14.6396281 C5.14003419,15.9403587 6.35662277,16.8181818 7.72727272,16.8181818 L7.83636363,16.8163636 C9.5501842,16.7575695 10.9091192,15.3511924 10.9090909,13.6363636 L10.9090909,8.24636364 L15.25,7.00636364 C15.6400039,6.89481163 15.9089107,6.53837105 15.9090909,6.13272727 L15.9090909,4.38727272 C15.9090909,4.30271722 15.8973272,4.21857285 15.8740909,4.13727273 Z" id="path-5"></path>
+        <filter x="-7.5%" y="-7.5%" width="115.0%" height="115.0%" filterUnits="objectBoundingBox" id="filter-6">
+            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feColorMatrix values="0 0 0 0 0.941236855   0 0 0 0 0.448637032   0 0 0 0 0.244388325  0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
+        </filter>
+    </defs>
+    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="画板" transform="translate(-350.000000, -321.000000)">
+            <g id="编组-2" transform="translate(350.000000, 321.000000)">
+                <rect id="button-normal" fill="url(#linearGradient-1)" x="0" y="0" width="121" height="38" rx="19"></rect>
+                <g id="确定" fill-rule="nonzero" fill="#FFFFFF" fill-opacity="1">
+                    <use filter="url(#filter-3)" xlink:href="#text-2"></use>
+                    <use xlink:href="#text-2"></use>
+                </g>
+                <g id="编组" transform="translate(24.000000, 9.000000)" fill-rule="nonzero">
+                    <g id="形状结合">
+                        <use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
+                        <use fill="url(#linearGradient-4)" xlink:href="#path-5"></use>
+                    </g>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>

BIN
dist/img/jdcp.99bf4a61.png


BIN
dist/img/jdzc.db83d289.png


BIN
dist/img/kb.68c2f1ea.png


BIN
dist/img/loading.b17515ef.gif


BIN
dist/img/loginBox.e2326e2d.png


BIN
dist/img/scanned.726db5af.png


BIN
dist/img/shu.bc58fdf9.png


BIN
dist/img/sj.7d3a4b96.png


BIN
dist/img/xiaoren.7071bf5e.png


BIN
dist/img/xl.93ec7baf.png


BIN
dist/img/xltj.c90b8164.png


BIN
dist/img/yjc.ac69d3a0.png


BIN
dist/img/yjl.017a0803.png


+ 26 - 0
dist/index.html

@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="">
+   <head>
+      <meta charset="utf-8" />
+      <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
+      <meta name="viewport" content="width=device-width,initial-scale=1.0" />
+      <meta name="renderer" content="webkit" />
+      <meta name="force-rendering" content="webkit" />
+      <link rel="icon" href="/favicon.ico" />
+      <title>乐教通</title>
+      <script>
+         if (!!window.ActiveXObject || "ActiveXObject" in window) {
+            window.location.href = "./ieIncompatible/index.html"
+         }
+      </script>
+   <script defer src="/js/chunk-vendors.js"></script><script defer src="/js/app.js"></script></head>
+   <body>
+      <noscript>
+         <strong>
+            We're sorry but classroom doesn't work properly without JavaScript enabled. Please enable it to continue.
+         </strong>
+      </noscript>
+      <div id="app"></div>
+      <!-- built files will be auto injected -->
+   </body>
+</html>

File diff suppressed because it is too large
+ 18 - 0
dist/js/app.js


File diff suppressed because it is too large
+ 17 - 0
dist/js/chunk-vendors.js


File diff suppressed because it is too large
+ 28 - 0
dist/js/src_hooks_useDialogConfirm_index_ts-src_img_homePage_bg_png-src_img_homePage_home_png-src_img-05ac5e.js


File diff suppressed because it is too large
+ 17 - 0
dist/js/src_plugin_modalFrame_index_ts-src_views_homePage_components_navContainer_index_ts-src_img_la-d3a7af.js


File diff suppressed because it is too large
+ 17 - 0
dist/js/src_views_cloudTextbooks_index_ts.js


File diff suppressed because it is too large
+ 17 - 0
dist/js/src_views_coursewarePlay_index_tsx.js


File diff suppressed because it is too large
+ 17 - 0
dist/js/src_views_homePage_homePage_gym_vue.js


File diff suppressed because it is too large
+ 17 - 0
dist/js/src_views_homePage_homePage_gyt_vue.js


File diff suppressed because it is too large
+ 50 - 0
dist/js/src_viewsframe_errorPage_index_ts.js


File diff suppressed because it is too large
+ 17 - 0
dist/js/src_viewsframe_login_index_ts.js


Some files were not shown because too many files changed in this diff