mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 01:59:13 +08:00
feat: add roadmap and feedback link (#1816)
This commit is contained in:
parent
88a73ecdea
commit
40d612ffc7
@ -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')}
|
||||
|
@ -98,6 +98,7 @@ const translation = {
|
||||
workspace: 'Workspace',
|
||||
createWorkspace: 'Create Workspace',
|
||||
helpCenter: 'Help',
|
||||
roadmapAndFeedback: 'Roadmap & Feedback',
|
||||
about: 'About',
|
||||
logout: 'Log out',
|
||||
},
|
||||
|
@ -98,6 +98,7 @@ const translation = {
|
||||
workspace: '工作空间',
|
||||
createWorkspace: '创建工作空间',
|
||||
helpCenter: '帮助文档',
|
||||
roadmapAndFeedback: '产品路线图 & 用户反馈',
|
||||
about: '关于',
|
||||
logout: '登出',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user