From 9fc7b25a018f0d2211ac2dcf562234ce6afe6f2d Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Thu, 23 Apr 2026 13:49:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=BF=AB=E6=8D=B7ski?= =?UTF-8?q?ll=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/core/i18n/locales/zh-CN.ts | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/frontend/src/core/i18n/locales/zh-CN.ts b/frontend/src/core/i18n/locales/zh-CN.ts index 59ac2d06..c73c5624 100644 --- a/frontend/src/core/i18n/locales/zh-CN.ts +++ b/frontend/src/core/i18n/locales/zh-CN.ts @@ -130,19 +130,18 @@ export const zhCN: Translations = { icon: PenLineIcon, children: [{ id: "6057", name: "生辰解语" }], }, - // TODO: 等待廖伍调试Skill - // { - // suggestion: "文字生图", - // prompt: "编写[项目/功能]的需求文档,包含功能描述、用户故事和验收标准。", - // icon: CompassIcon, - // children: [{ id: "6107", name: "文生图小匠" }], - // }, - // { - // suggestion: "音乐生成", - // prompt: "编写[产品/功能]的使用指南,包含操作步骤、注意事项和常见问题。", - // icon: GraduationCapIcon, - // children: [{ id: "6111", name: "旋律制造机" }], - // }, + { + suggestion: "文字生图", + prompt: "编写[项目/功能]的需求文档,包含功能描述、用户故事和验收标准。", + icon: CompassIcon, + children: [{ id: "6107", name: "文生图小匠" }], + }, + { + suggestion: "音乐生成", + prompt: "编写[产品/功能]的使用指南,包含操作步骤、注意事项和常见问题。", + icon: GraduationCapIcon, + children: [{ id: "6126", name: "旋律制造机" }], + }, { suggestion: "excel数据处理", prompt: "对[Excel文件/数据]进行分析,生成数据洞察和可视化建议。",