ソースを参照

Feat/add community link to dropdown (#1851)

tags/0.4.0
crazywoola 1年前
コミット
08abbb8dba
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 1
- 1
web/README.md ファイルの表示

Visit https://docs.dify.ai/getting-started/readme to view the full documentation. Visit https://docs.dify.ai/getting-started/readme to view the full documentation.


## Community ## Community
The Dify community can be found on [Discord community](https://discord.com/invite/FngNHpbcY7), where you can ask questions, voice ideas, and share your projects.
The Dify community can be found on [Discord community](https://discord.gg/5AEfbxcd9k), where you can ask questions, voice ideas, and share your projects.

+ 9
- 0
web/app/components/header/account-dropdown/index.tsx ファイルの表示

<ArrowUpRight className='hidden w-[14px] h-[14px] text-gray-500 group-hover:flex' /> <ArrowUpRight className='hidden w-[14px] h-[14px] text-gray-500 group-hover:flex' />
</Link> </Link>
</Menu.Item> </Menu.Item>
<Menu.Item>
<Link
className={classNames(itemClassName, 'group justify-between')}
href='https://discord.gg/5AEfbxcd9k'
target='_blank'>
<div>{t('common.userProfile.community')}</div>
<ArrowUpRight className='hidden w-[14px] h-[14px] text-gray-500 group-hover:flex' />
</Link>
</Menu.Item>
<Menu.Item> <Menu.Item>
<Link <Link
className={classNames(itemClassName, 'group justify-between')} className={classNames(itemClassName, 'group justify-between')}

+ 1
- 0
web/i18n/lang/common.en.ts ファイルの表示

createWorkspace: 'Create Workspace', createWorkspace: 'Create Workspace',
helpCenter: 'Help', helpCenter: 'Help',
roadmapAndFeedback: 'Roadmap & Feedback', roadmapAndFeedback: 'Roadmap & Feedback',
community: 'Community',
about: 'About', about: 'About',
logout: 'Log out', logout: 'Log out',
}, },

+ 1
- 0
web/i18n/lang/common.zh.ts ファイルの表示

createWorkspace: '创建工作空间', createWorkspace: '创建工作空间',
helpCenter: '帮助文档', helpCenter: '帮助文档',
roadmapAndFeedback: '产品路线图 & 用户反馈', roadmapAndFeedback: '产品路线图 & 用户反馈',
community: '社区',
about: '关于', about: '关于',
logout: '登出', logout: '登出',
}, },

読み込み中…
キャンセル
保存