mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-15 03:04:44 +08:00
feat: add tooltip for installation
This commit is contained in:
@@ -118,6 +118,7 @@ export const enUS: Translations = {
|
||||
readFile: "Read file",
|
||||
writeFile: "Write file",
|
||||
writeTodos: "Update to-do list",
|
||||
skillInstallTooltip: "Install skill and make it available to DeerFlow",
|
||||
},
|
||||
|
||||
// Settings
|
||||
|
||||
@@ -111,6 +111,7 @@ export interface Translations {
|
||||
readFile: string;
|
||||
writeFile: string;
|
||||
writeTodos: string;
|
||||
skillInstallTooltip: string;
|
||||
};
|
||||
|
||||
// Settings
|
||||
|
||||
@@ -115,6 +115,7 @@ export const zhCN: Translations = {
|
||||
readFile: "读取文件",
|
||||
writeFile: "写入文件",
|
||||
writeTodos: "更新 To-do 列表",
|
||||
skillInstallTooltip: "安装技能并使其可在 DeerFlow 中使用",
|
||||
},
|
||||
|
||||
// Settings
|
||||
|
||||
Reference in New Issue
Block a user