Преглед на файлове

fix: 1. 修复无法识别md、数学公式 2. 修复编译报错Failed to resolve entry for package @vue-office

ageerle преди 3 седмици
родител
ревизия
07534e74d1
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/views/chat/index.vue

+ 3 - 0
src/views/chat/index.vue

@@ -662,9 +662,11 @@ load()
 						<div v-if="homeStore.myData.session.notify" v-html="homeStore.myData.session.notify" class="text-neutral-300 mt-4">
 
 						</div>
+
 						<div class="gpts-box" v-else>
 							<br>
 							<br>
+							<div  v-if="local!=='draw'">
 <!--							<h1>{{ href }}</h1>-->
 							<div class="annou" v-if="informContent.length" :style="{'margin-bottom': isMobile ? '15px' : '30px'}">
 								<div class="ai-icon">
@@ -710,6 +712,7 @@ load()
 								</div>
 							</div>
 						</div>
+						</div>
 						<!-- <div class="flex items-center justify-center mt-4 text-center text-neutral-300" v-else>
 							<SvgIcon icon="ri:bubble-chart-fill" class="mr-2 text-3xl" />
 							<span>Aha~</span>