fix: module not found

This commit is contained in:
zxhlyh 2025-07-28 16:36:40 +08:00
parent a95cf6f8b0
commit fc3250678c
3 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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 = {

View File

@ -300,7 +300,7 @@ const translation = {
clientInfo: '由于未找到此工具提供者的系统客户端密钥,因此需要手动设置,对于 redirect_uri请使用',
oauthClient: 'OAuth 客户端',
connectedWorkspace: '已连接的工作区',
emptyAuth: '请配置身份验证',
emptyAuth: '请配置凭据',
},
}