Procházet zdrojové kódy

机器人图片替换

zhuf před 1 rokem
rodič
revize
1d78a3c1c0
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      src/components/chat-bot/index.vue
  2. binární
      src/components/chat-bot/place.png

+ 4 - 4
src/components/chat-bot/index.vue

@@ -89,7 +89,7 @@ async function handleSendMessage(q?: string, isInput?: boolean) {
   if (!isInput && qa_text[q]) {
     const i = chatList.value.push({
       left: true,
-      name: 'AI助教',
+      name: '数字教师',
       d: '',
       t: t + 1,
     })
@@ -120,7 +120,7 @@ async function handleSendMessage(q?: string, isInput?: boolean) {
   if (!['init', 'endPlay', 'errorTTS'].includes(bigModel.status)) {
     // chatList.value.push({
     //   left: true,
-    //   name: 'AI助教',
+    //   name: '数字教师',
     //   d: encodeURIComponent(''),
     //   t,
     // })
@@ -131,7 +131,7 @@ async function handleSendMessage(q?: string, isInput?: boolean) {
   bigModel.start(q)
   const i = chatList.value.push({
     left: true,
-    name: 'AI助教',
+    name: '数字教师',
     d: '思考中',
     t: t + 1,
   })
@@ -214,7 +214,7 @@ function handleStartIat() {
     <img :src="placeImg" alt="">
   </div>
   <el-drawer
-    v-model="ifDrawer" direction="rtl" append-to-body :size="880" title="AI助教" :z-index="201"
+    v-model="ifDrawer" direction="rtl" append-to-body :size="880" title="数字教师" :z-index="201"
     style="background-color: #f0f0f0;" class="no-mb"
   >
     <div class="flex">

binární
src/components/chat-bot/place.png