瀏覽代碼

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>

Loading…
取消
儲存