feat: add more links

This commit is contained in:
Henry Li
2026-01-24 18:21:50 +08:00
parent cd63f41b4c
commit 584c88f0dd
4 changed files with 22 additions and 5 deletions

View File

@@ -69,6 +69,7 @@ export const enUS: Translations = {
// Workspace
workspace: {
officialWebsite: "DeerFlow's official website",
githubTooltip: "DeerFlow on Github",
settingsAndMore: "Settings and more",
visitGithub: "Visit DeerFlow on GitHub",

View File

@@ -64,6 +64,7 @@ export interface Translations {
// Workspace
workspace: {
officialWebsite: string;
githubTooltip: string;
settingsAndMore: string;
visitGithub: string;

View File

@@ -67,7 +67,8 @@ export const zhCN: Translations = {
// Workspace
workspace: {
githubTooltip: "DeerFlow 在 Github",
officialWebsite: "访问 DeerFlow 官方网站",
githubTooltip: "访问 DeerFlow 的 Github 仓库",
settingsAndMore: "设置和更多",
visitGithub: "在 Github 上查看 DeerFlow",
reportIssue: "报告问题",