mirror of https://github.com/langgenius/dify.git
fix: module not found
This commit is contained in:
parent
a95cf6f8b0
commit
fc3250678c
|
|
@ -10,7 +10,7 @@ import { ToastContext } from '@/app/components/base/toast'
|
|||
import SimplePieChart from '@/app/components/base/simple-pie-chart'
|
||||
import { upload } from '@/service/base'
|
||||
import I18n from '@/context/i18n'
|
||||
import { LanguagesSupported } from '@/i18n/language'
|
||||
import { LanguagesSupported } from '@/i18n-config/language'
|
||||
import { IS_CE_EDITION } from '@/config'
|
||||
import { Theme } from '@/types/app'
|
||||
import useTheme from '@/hooks/use-theme'
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import ProviderCard from '@/app/components/plugins/provider-card'
|
|||
import List from '@/app/components/plugins/marketplace/list'
|
||||
import type { Plugin } from '@/app/components/plugins/types'
|
||||
import cn from '@/utils/classnames'
|
||||
import { getLocaleOnClient } from '@/i18n'
|
||||
import { getLocaleOnClient } from '@/i18n-config'
|
||||
import { getMarketplaceUrl } from '@/utils/var'
|
||||
|
||||
type InstallFromMarketplaceProps = {
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ const translation = {
|
|||
clientInfo: '由于未找到此工具提供者的系统客户端密钥,因此需要手动设置,对于 redirect_uri,请使用',
|
||||
oauthClient: 'OAuth 客户端',
|
||||
connectedWorkspace: '已连接的工作区',
|
||||
emptyAuth: '请配置身份验证',
|
||||
emptyAuth: '请配置凭据',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue