feat: add main menu

This commit is contained in:
Henry Li
2026-01-22 14:19:54 +08:00
parent 80b07bcac0
commit e0f491dcdb
9 changed files with 232 additions and 48 deletions

View File

@@ -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

View File

@@ -63,6 +63,11 @@ export interface Translations {
// Workspace
workspace: {
githubTooltip: string;
settingsAndMore: string;
visitGithub: string;
reportIssue: string;
contactUs: string;
about: string;
};
// Conversation

View File

@@ -66,6 +66,11 @@ export const zhCN: Translations = {
// Workspace
workspace: {
githubTooltip: "DeerFlow 在 Github",
settingsAndMore: "设置和更多",
visitGithub: "在 Github 上查看 DeerFlow",
reportIssue: "报告问题",
contactUs: "联系我们",
about: "关于",
},
// Conversation