feat: improve error handling in web search

This commit is contained in:
AnotiaWang
2025-02-14 10:30:02 +08:00
parent 8d27f70c3e
commit e60890e286
5 changed files with 49 additions and 11 deletions

View File

@@ -14,6 +14,7 @@
visitedUrls?: string[]
status?: TreeNodeStatus
children: TreeNode[]
error?: string
}
const props = defineProps<{