浏览代码

fix: help document link (#42)

tags/0.2.2
zxhlyh 2 年前
父节点
当前提交
92fb4ab4c1
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/header/account-dropdown/index.tsx

+ 1
- 1
web/app/components/header/account-dropdown/index.tsx 查看文件

@@ -89,7 +89,7 @@ export default function AppSelector({ userProfile, onLogout, langeniusVersionInf
<Link
className={classNames(itemClassName, 'group justify-between')}
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'>
<div>{t('common.userProfile.helpCenter')}</div>

正在加载...
取消
保存