diff --git a/components/DeepResearch/DeepResearch.vue b/components/DeepResearch/DeepResearch.vue
index dfaf4d1..44e6471 100644
--- a/components/DeepResearch/DeepResearch.vue
+++ b/components/DeepResearch/DeepResearch.vue
@@ -4,7 +4,6 @@
type PartialProcessedSearchResult,
type ResearchStep,
} from '~/lib/deep-research'
- import { marked } from 'marked'
import {
feedbackInjectionKey,
formInjectionKey,
@@ -12,6 +11,7 @@
} from '~/constants/injection-keys'
import Flow from './SearchFlow.vue'
import SearchFlow from './SearchFlow.vue'
+ import NodeDetail from './NodeDetail.vue'
import { isChildNode, isParentNode, isRootNode } from '~/utils/tree-node'
export type DeepResearchNodeStatus = Exclude
- {{ t('webBrowsing.startNode.description') }} -
- - - -+ {{ $t('webBrowsing.startNode.description') }} +
+ + + +