mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
refactor: update data source handling and replace icon implementation
This commit is contained in:
@ -7,9 +7,9 @@ import type { Viewport } from 'reactflow'
|
||||
import type { TransferMethod } from '@/types/app'
|
||||
|
||||
export enum DatasourceType {
|
||||
localFile = 'local-file',
|
||||
onlineDocument = 'online-document',
|
||||
websiteCrawl = 'website-crawl',
|
||||
localFile = 'local_file',
|
||||
onlineDocument = 'online_document',
|
||||
websiteCrawl = 'website_crawl',
|
||||
}
|
||||
|
||||
export type PipelineTemplateListParams = {
|
||||
|
||||
Reference in New Issue
Block a user