Просмотр исходного кода

feat: add roadmap and feedback link (#1816)

tags/0.4.0
Joel 1 год назад
Родитель
Сommit
40d612ffc7
Аккаунт пользователя с таким Email не найден

+ 9
- 0
web/app/components/header/account-dropdown/index.tsx Просмотреть файл

@@ -100,6 +100,15 @@ export default function AppSelector({ isMobile }: IAppSelecotr) {
<div>{t('common.userProfile.settings')}</div>
</div>
</Menu.Item>
<Menu.Item>
<Link
className={classNames(itemClassName, 'group justify-between')}
href='https://feedback.dify.ai/'
target='_blank'>
<div>{t('common.userProfile.roadmapAndFeedback')}</div>
<ArrowUpRight className='hidden w-[14px] h-[14px] text-gray-500 group-hover:flex' />
</Link>
</Menu.Item>
<Menu.Item>
<Link
className={classNames(itemClassName, 'group justify-between')}

+ 1
- 0
web/i18n/lang/common.en.ts Просмотреть файл

@@ -98,6 +98,7 @@ const translation = {
workspace: 'Workspace',
createWorkspace: 'Create Workspace',
helpCenter: 'Help',
roadmapAndFeedback: 'Roadmap & Feedback',
about: 'About',
logout: 'Log out',
},

+ 1
- 0
web/i18n/lang/common.zh.ts Просмотреть файл

@@ -98,6 +98,7 @@ const translation = {
workspace: '工作空间',
createWorkspace: '创建工作空间',
helpCenter: '帮助文档',
roadmapAndFeedback: '产品路线图 & 用户反馈',
about: '关于',
logout: '登出',
},

Загрузка…
Отмена
Сохранить