Procházet zdrojové kódy

fix: help document link (#42)

tags/0.2.2
zxhlyh před 2 roky
rodič
revize
92fb4ab4c1
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
web/app/components/header/account-dropdown/index.tsx Zobrazit soubor

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

Načítá se…
Zrušit
Uložit