From 6ca24301fd3edf76359240ae5272e75b7a4db77f Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 02 四月 2025 09:44:24 +0800
Subject: [PATCH] 修改文案,小bug

---
 src/views/project/ch/home/component/waterRight/top.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue
index 3e661d4..d226212 100644
--- a/src/views/project/ch/home/component/waterRight/top.vue
+++ b/src/views/project/ch/home/component/waterRight/top.vue
@@ -1,10 +1,10 @@
 <template>
-	<div class="flex items-center">
+	<div class="flex items-center mb-8">
 		<img src="/static/images/logo/logoWithNoName.png" alt="logo" class="layout-logo-medium-img" />
-		<p class="set-waterTitle"><strong>WI 姘村姟鏅鸿兘绠″</strong>鏅烘収姘村姟鍔╂墜</p>
+		<p class="set-waterTitle"><strong>WI姘村姟鏅鸿兘骞冲彴</strong>鏅烘収姘村姟鏁版嵁鎸栨帢鑰�</p>
 	</div>
-	<div class="flex items-center pc-roleList"></div>
-	<PlayBar v-model="inputValue" @send-click="sendClick" :is-home="true" />
+	<!-- <div class="flex items-center pc-roleList"></div> -->
+	<PlayBar style="width: 760px" v-model="inputValue" @send-click="sendClick" :is-home="true" />
 </template>
 
 <script setup lang="ts">
@@ -13,11 +13,11 @@
 import { GetLLMList, setHistoryGroupTitle } from '/@/api/ai/chat';
 import PlayBar from '/@/components/chat/components/playBar/PlayBar.vue';
 import router from '/@/router';
-import { activeChatRoom, activeLLMId, activeSectionAId } from '/@/stores/chatRoom';
+import { activeChatRoom, activeLLMId } from '/@/stores/chatRoom';
 import { handleNormalAuth } from '/@/utils/request';
 
 const emits = defineEmits(['sendClick']);
-const inputValue = ref('鏂板缓瀵硅瘽寮�濮�');
+const inputValue = ref('');
 
 const sendClick = async (cb) => {
 	if (!inputValue.value.trim()) return;

--
Gitblit v1.9.3