diff --git a/archive/Process.vue b/archive/Process.vue new file mode 100644 index 0000000000000000000000000000000000000000..eff32b4883d97fc099afae71182e9dfcdd41e01d --- /dev/null +++ b/archive/Process.vue @@ -0,0 +1,79 @@ + + + + + + 搜索过程 + + + + + + + + 理解问题 + + + + + + + + + + 搜索项目 + + + + + + 找到 {{ item.source && item.source.length || 0 }} 条来源 + + + + 整理答案 + + + + + + diff --git a/components/i/search/Process.vue b/components/i/search/Process.vue index eff32b4883d97fc099afae71182e9dfcdd41e01d..8e181d8c48b47be7087df6f2f4874820c5dcf9d7 100644 --- a/components/i/search/Process.vue +++ b/components/i/search/Process.vue @@ -16,25 +16,35 @@ - - - 理解问题 - - - - - - - - - - 搜索项目 - - - - + + + + + 理解问题 + + + + + + + 搜索项目 + + 找到 {{ action.output.length }} 条来源 + + + + + 搜索网页 + + 找到 {{ action.output.length }} 条来源 + + + + + 使用工具 + + {{ action.output }} - 找到 {{ item.source && item.source.length || 0 }} 条来源 @@ -57,6 +67,10 @@ const props = defineProps({ collapse: { type: Boolean, default: true + }, + actions: { + type: Array, + default: () => [] } }) const openCollapse = ref(props.collapse)