mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: Refactor i18n config and fix plugin search box styling issue (#22945)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import type { AnnotationReplyConfig, ChatPromptConfig, CompletionPromptConfig, DatasetConfigs, PromptMode } from '@/models/debug'
|
||||
import type { CollectionType } from '@/app/components/tools/types'
|
||||
import type { LanguagesSupported } from '@/i18n/language'
|
||||
import type { LanguagesSupported } from '@/i18n-config/language'
|
||||
import type { Tag } from '@/app/components/base/tag-management/constant'
|
||||
import type {
|
||||
RerankingModeEnum,
|
||||
|
||||
Reference in New Issue
Block a user