feat: add tooltip for installation

This commit is contained in:
Henry Li
2026-02-01 10:55:08 +08:00
parent 46feff6c16
commit e1ecf62afa
4 changed files with 19 additions and 8 deletions

View File

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

View File

@@ -111,6 +111,7 @@ export interface Translations {
readFile: string;
writeFile: string;
writeTodos: string;
skillInstallTooltip: string;
};
// Settings

View File

@@ -115,6 +115,7 @@ export const zhCN: Translations = {
readFile: "读取文件",
writeFile: "写入文件",
writeTodos: "更新 To-do 列表",
skillInstallTooltip: "安装技能并使其可在 DeerFlow 中使用",
},
// Settings