refactor: restructure Completed component (#31435)

Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
This commit is contained in:
Coding On Star
2026-01-26 14:03:51 +08:00
committed by GitHub
parent 7c12e923b6
commit a43d2ec4f0
26 changed files with 7751 additions and 852 deletions

View File

@ -1,3 +1,6 @@
/**
* @vitest-environment jsdom
*/
import type { Mock } from 'vitest'
import type { CrawlOptions, CrawlResultItem } from '@/models/datasets'
import { fireEvent, render, screen, waitFor } from '@testing-library/react'