提交 7281670a 编写于 作者: D DebugIsFalse

Merge branch 'main' of gitcode.com:git_bot/ai-fe

...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<div class="flex items-center gap-2 text-lg"> <div class="flex items-center gap-2 text-lg">
<UIcon name="i-heroicons-sparkles-20-solid" /> <UIcon name="i-heroicons-sparkles-20-solid" />
搜索过程{{ item.desLoading ? '中...' : '' }} 搜索过程
</div> </div>
<UButton <UButton
size="md" size="md"
...@@ -55,8 +55,26 @@ ...@@ -55,8 +55,26 @@
</div> </div>
</template> </template>
<template #item> <template #item>
<div class="text-base">改写问题</div> <div class="flex flex-col gap-2">
<div class="text-base flex items-center gap-1">
<UIcon name="i-heroicons-inbox-arrow-down" />
理解问题
</div>
<template v-if="item.desLoading">
<USkeleton class="h-4" />
<USkeleton class="h-4 w-2/3" />
</template>
<MdRenderer :content="item.description" /> <MdRenderer :content="item.description" />
<div class="text-base flex items-center gap-1">
<UIcon name="i-heroicons-magnifying-glass" />
搜索网络
</div>
<div class="text-xs pl-5">找到 10 条来源</div>
<div class="text-base flex items-center gap-1">
<UIcon name="i-heroicons-pencil-square" />
整理答案
</div>
</div>
</template> </template>
</UAccordion> </UAccordion>
</UCard> </UCard>
...@@ -366,4 +384,5 @@ onMounted(() => { ...@@ -366,4 +384,5 @@ onMounted(() => {
onBeforeUnmount(()=> { onBeforeUnmount(()=> {
window.removeEventListener('scroll', handleScroll); window.removeEventListener('scroll', handleScroll);
}) })
</script> </script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册