feat: implement create skill

This commit is contained in:
Henry Li
2026-01-31 22:31:25 +08:00
parent 41f8b931c9
commit 67ec1162cb
7 changed files with 49 additions and 7 deletions

View File

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

View File

@@ -46,6 +46,7 @@ export interface Translations {
// Input Box
inputBox: {
placeholder: string;
createSkillPrompt: string;
addAttachments: string;
mode: string;
flashMode: string;

View File

@@ -49,6 +49,8 @@ export const zhCN: Translations = {
// Input Box
inputBox: {
placeholder: "今天我能为你做些什么?",
createSkillPrompt:
"我们一起用 skill-creator 技能来创建一个技能吧。先问问我希望这个技能能做什么。",
addAttachments: "添加附件",
mode: "模式",
flashMode: "闪速",