Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
40d612ff
Unverified
Commit
40d612ff
authored
Dec 21, 2023
by
Joel
Committed by
GitHub
Dec 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add roadmap and feedback link (#1816)
parent
88a73ecd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
index.tsx
web/app/components/header/account-dropdown/index.tsx
+9
-0
common.en.ts
web/i18n/lang/common.en.ts
+1
-0
common.zh.ts
web/i18n/lang/common.zh.ts
+1
-0
No files found.
web/app/components/header/account-dropdown/index.tsx
View file @
40d612ff
...
@@ -100,6 +100,15 @@ export default function AppSelector({ isMobile }: IAppSelecotr) {
...
@@ -100,6 +100,15 @@ export default function AppSelector({ isMobile }: IAppSelecotr) {
<
div
>
{
t
(
'common.userProfile.settings'
)
}
</
div
>
<
div
>
{
t
(
'common.userProfile.settings'
)
}
</
div
>
</
div
>
</
div
>
</
Menu
.
Item
>
</
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
>
<
Menu
.
Item
>
<
Link
<
Link
className=
{
classNames
(
itemClassName
,
'group justify-between'
)
}
className=
{
classNames
(
itemClassName
,
'group justify-between'
)
}
...
...
web/i18n/lang/common.en.ts
View file @
40d612ff
...
@@ -98,6 +98,7 @@ const translation = {
...
@@ -98,6 +98,7 @@ const translation = {
workspace
:
'Workspace'
,
workspace
:
'Workspace'
,
createWorkspace
:
'Create Workspace'
,
createWorkspace
:
'Create Workspace'
,
helpCenter
:
'Help'
,
helpCenter
:
'Help'
,
roadmapAndFeedback
:
'Roadmap & Feedback'
,
about
:
'About'
,
about
:
'About'
,
logout
:
'Log out'
,
logout
:
'Log out'
,
},
},
...
...
web/i18n/lang/common.zh.ts
View file @
40d612ff
...
@@ -98,6 +98,7 @@ const translation = {
...
@@ -98,6 +98,7 @@ const translation = {
workspace
:
'工作空间'
,
workspace
:
'工作空间'
,
createWorkspace
:
'创建工作空间'
,
createWorkspace
:
'创建工作空间'
,
helpCenter
:
'帮助文档'
,
helpCenter
:
'帮助文档'
,
roadmapAndFeedback
:
'产品路线图 & 用户反馈'
,
about
:
'关于'
,
about
:
'关于'
,
logout
:
'登出'
,
logout
:
'登出'
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment