feat: rewritten search visualization using VueFlow

This commit is contained in:
AnotiaWang
2025-02-16 21:40:35 +08:00
parent 3830875858
commit c10090d7d9
14 changed files with 611 additions and 228 deletions

View File

@ -52,7 +52,7 @@
<script setup lang="ts">
import type ResearchForm from '~/components/ResearchForm.vue'
import type ResearchFeedback from '~/components/ResearchFeedback.vue'
import type DeepResearch from '~/components/DeepResearch.vue'
import type DeepResearch from '~/components/DeepResearch/DeepResearch.vue'
import type ResearchReport from '~/components/ResearchReport.vue'
import type ConfigManager from '~/components/ConfigManager.vue'
import type { ResearchInputData } from '~/components/ResearchForm.vue'
@ -64,7 +64,7 @@
researchResultInjectionKey,
} from '~/constants/injection-keys'
const { t, locale } = useI18n()
const { t } = useI18n()
const { config } = storeToRefs(useConfigStore())
const toast = useToast()
const version = useRuntimeConfig().public.version