Browse Source

“AI慕课” 统一都改成 “数字教师”

zhuf 1 year ago
parent
commit
ace87b3eae

+ 1 - 1
README.md

@@ -1 +1 @@
-博智AI慕课前端
+博智数字教师前端

+ 1 - 1
index.html

@@ -5,7 +5,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <link rel="icon" type="image/svg+xml">
-  <title>博智AI慕课</title>
+  <title>博智数字教师</title>
   <meta name="description" content="Opinionated Vite Starter Template">
   <link rel="stylesheet" href="https://g.alicdn.com/de/prismplayer/2.8.2/skins/default/aliplayer-min.css" />
   <script charset="utf-8" type="text/javascript"

File diff suppressed because it is too large
+ 1 - 1
public/mobile/assets/index-legacy-c87wEylL.js


+ 14 - 13
public/mobile/index.html

@@ -1,20 +1,21 @@
-<!doctype html>
-<html lang="zh-CN">
-  <head>
-    <meta charset="UTF-8" />
-    <link rel="icon" type="image/svg+xml" href="./vite.svg" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Ai慕课</title>
+<!doctype html>
+<html lang="zh-CN">
+  <head>
+    <meta charset="UTF-8" />
+    <link rel="icon" type="image/svg+xml" href="./vite.svg" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>数字教师</title>
     <script type="module" crossorigin src="./assets/index-mUIWjhiY.js"></script>
     <link rel="stylesheet" crossorigin href="./assets/index-BtsiTu2F.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 class="m-0 p-0">
-    <div id="app" class="h-screen w-screen bg-hex-22252f flex flex-col text-white overflow-y-scroll"></div>
-    <script src="./config.js"></script>

+  </head>
+  <body class="m-0 p-0">
+    <div id="app" class="h-screen w-screen bg-hex-22252f flex flex-col text-white overflow-y-scroll"></div>
+    <script src="./config.js"></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 crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-A-Iksy1s.js"></script>
     <script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy-DdlSBtat.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
-  </body>
-</html>
+  </body>
+</html>

+ 1 - 1
src/pages/frontpage/homePage/index.vue

@@ -346,7 +346,7 @@ function goDetail(item) {
           style="background-color:rgba(119,110,151,0.5);border-radius: 10px;width: 290px;height: 335px;display: flex;flex-direction: column;justify-content: center;"
         >
           <div style="color: white;font-size: 30px;font-weight: Medium;text-align: center;">
-            博智AI慕课
+            博智数字教师
           </div>
           <div style="color: white;font-size: 30px;font-weight: Medium;text-align: center;">
             优势

+ 1 - 1
src/pages/index.vue

@@ -14,7 +14,7 @@ function go() {
 
 <template>
   <div>
-    博智AI慕课
+    博智数字教师
   </div>
 </template>
 

+ 1 - 1
src/pages/login.vue

@@ -208,7 +208,7 @@ watch(
       <div class="w-full pb-120px">
         <div class="m-auto w-500px">
           <div class="title mb-80px text-center text-5xl">
-            欢迎登录博智Ai慕课
+            欢迎登录博智数字教师
           </div>
           <div class="px-50px">
             <el-form v-if="commonLogin" label-position="top" :model="ruleForm" label-width="100px" class="demo-ruleForm">

+ 1 - 1
src/router/index.js

@@ -33,7 +33,7 @@ const appname = getUrlParams(window.location.href).appname
 if (appname) {
   localStorage.setItem('appname', appname)
 } else {
-  localStorage.setItem('appname', 'AI慕课')
+  localStorage.setItem('appname', '数字教师')
 }
 
 if (js_code) {