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') }}
-->