mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-18 12:04:45 +08:00
feat: add main menu
This commit is contained in:
@@ -68,6 +68,11 @@ export const enUS: Translations = {
|
||||
// Workspace
|
||||
workspace: {
|
||||
githubTooltip: "DeerFlow on Github",
|
||||
settingsAndMore: "Settings and more",
|
||||
visitGithub: "Visit DeerFlow on GitHub",
|
||||
reportIssue: "Report a issue",
|
||||
contactUs: "Contact us",
|
||||
about: "About",
|
||||
},
|
||||
|
||||
// Conversation
|
||||
|
||||
@@ -63,6 +63,11 @@ export interface Translations {
|
||||
// Workspace
|
||||
workspace: {
|
||||
githubTooltip: string;
|
||||
settingsAndMore: string;
|
||||
visitGithub: string;
|
||||
reportIssue: string;
|
||||
contactUs: string;
|
||||
about: string;
|
||||
};
|
||||
|
||||
// Conversation
|
||||
|
||||
@@ -66,6 +66,11 @@ export const zhCN: Translations = {
|
||||
// Workspace
|
||||
workspace: {
|
||||
githubTooltip: "DeerFlow 在 Github",
|
||||
settingsAndMore: "设置和更多",
|
||||
visitGithub: "在 Github 上查看 DeerFlow",
|
||||
reportIssue: "报告问题",
|
||||
contactUs: "联系我们",
|
||||
about: "关于",
|
||||
},
|
||||
|
||||
// Conversation
|
||||
|
||||
Reference in New Issue
Block a user