mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-25 07:04:44 +08:00
feat: add more links
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -64,6 +64,7 @@ export interface Translations {
|
||||
|
||||
// Workspace
|
||||
workspace: {
|
||||
officialWebsite: string;
|
||||
githubTooltip: string;
|
||||
settingsAndMore: string;
|
||||
visitGithub: string;
|
||||
|
||||
@@ -67,7 +67,8 @@ export const zhCN: Translations = {
|
||||
|
||||
// Workspace
|
||||
workspace: {
|
||||
githubTooltip: "DeerFlow 在 Github",
|
||||
officialWebsite: "访问 DeerFlow 官方网站",
|
||||
githubTooltip: "访问 DeerFlow 的 Github 仓库",
|
||||
settingsAndMore: "设置和更多",
|
||||
visitGithub: "在 Github 上查看 DeerFlow",
|
||||
reportIssue: "报告问题",
|
||||
|
||||
Reference in New Issue
Block a user