From cbd1796192356a08da6ce5f0a119745a1b23235f Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Thu, 26 Mar 2026 17:21:43 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E5=81=9C=E6=AD=A2=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/history.svg | 2 +- src/views/home/agent/components/Item.vue | 10 +++++++++- src/views/home/left-nav.vue | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/assets/icons/history.svg b/src/assets/icons/history.svg index 0c4a0d5..a6b935f 100644 --- a/src/assets/icons/history.svg +++ b/src/assets/icons/history.svg @@ -1,3 +1,3 @@ - + diff --git a/src/views/home/agent/components/Item.vue b/src/views/home/agent/components/Item.vue index e408713..161edc3 100644 --- a/src/views/home/agent/components/Item.vue +++ b/src/views/home/agent/components/Item.vue @@ -73,7 +73,7 @@ {{ content.webAddress?.length }} web pages have been retrieved. - +
() + // watch( + // () => props.content, + // (newVal) => { + // console.log('props', newVal) + // }, + // { deep: true,immediate: true } + // ) + const emit = defineEmits(['regenerate']) const userAvatar = computed(() => { diff --git a/src/views/home/left-nav.vue b/src/views/home/left-nav.vue index aa39ced..fced71d 100644 --- a/src/views/home/left-nav.vue +++ b/src/views/home/left-nav.vue @@ -16,7 +16,7 @@ {{ $t('Home.home') }}
-->