mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-16 11:24:45 +08:00
feat: implement create skill
This commit is contained in:
@@ -49,6 +49,8 @@ export const enUS: Translations = {
|
||||
// Input Box
|
||||
inputBox: {
|
||||
placeholder: "How can I assist you today?",
|
||||
createSkillPrompt:
|
||||
"Let's create a skill together using your skill-creator skill. First ask me what the skill should do.",
|
||||
addAttachments: "Add attachments",
|
||||
mode: "Mode",
|
||||
flashMode: "Flash",
|
||||
|
||||
@@ -46,6 +46,7 @@ export interface Translations {
|
||||
// Input Box
|
||||
inputBox: {
|
||||
placeholder: string;
|
||||
createSkillPrompt: string;
|
||||
addAttachments: string;
|
||||
mode: string;
|
||||
flashMode: string;
|
||||
|
||||
@@ -49,6 +49,8 @@ export const zhCN: Translations = {
|
||||
// Input Box
|
||||
inputBox: {
|
||||
placeholder: "今天我能为你做些什么?",
|
||||
createSkillPrompt:
|
||||
"我们一起用 skill-creator 技能来创建一个技能吧。先问问我希望这个技能能做什么。",
|
||||
addAttachments: "添加附件",
|
||||
mode: "模式",
|
||||
flashMode: "闪速",
|
||||
|
||||
Reference in New Issue
Block a user