mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 11:56:53 +08:00
fix: help document link (#42)
This commit is contained in:
@@ -89,7 +89,7 @@ export default function AppSelector({ userProfile, onLogout, langeniusVersionInf
|
|||||||
<Link
|
<Link
|
||||||
className={classNames(itemClassName, 'group justify-between')}
|
className={classNames(itemClassName, 'group justify-between')}
|
||||||
href={
|
href={
|
||||||
locale === 'zh-Hans' ? 'https://docs.dify.ai/zh-hans/' : 'https://docs.dify.ai/en/'
|
locale === 'zh-Hans' ? 'https://docs.dify.ai/v/zh-hans/' : 'https://docs.dify.ai/'
|
||||||
}
|
}
|
||||||
target='_blank'>
|
target='_blank'>
|
||||||
<div>{t('common.userProfile.helpCenter')}</div>
|
<div>{t('common.userProfile.helpCenter')}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user