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

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

......@@ -43,7 +43,7 @@
<div class="flex justify-between items-center">
<div class="flex items-center gap-2 text-lg">
<UIcon name="i-heroicons-sparkles-20-solid" />
搜索过程{{ item.desLoading ? '中...' : '' }}
搜索过程
</div>
<UButton
size="md"
......@@ -55,8 +55,26 @@
</div>
</template>
<template #item>
<div class="text-base">改写问题</div>
<MdRenderer :content="item.description" />
<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" />
<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>
</UAccordion>
</UCard>
......@@ -366,4 +384,5 @@ onMounted(() => {
onBeforeUnmount(()=> {
window.removeEventListener('scroll', handleScroll);
})
</script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册