From 5d80195c64214b756d5c6dcbf84c09e1b35bc162 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Tue, 24 Mar 2026 12:33:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4ppt=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?Skill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/core/i18n/locales/en-US.ts | 7 ------- frontend/src/core/i18n/locales/zh-CN.ts | 6 ------ 2 files changed, 13 deletions(-) diff --git a/frontend/src/core/i18n/locales/en-US.ts b/frontend/src/core/i18n/locales/en-US.ts index 445a3fab..eea40584 100644 --- a/frontend/src/core/i18n/locales/en-US.ts +++ b/frontend/src/core/i18n/locales/en-US.ts @@ -133,13 +133,6 @@ export const enUS: Translations = { icon: ShapesIcon, skill_id: "planning-copywriting", }, - { - suggestion: "PPT Generation", - prompt: - "Generate a PPT presentation outline and content about [topic].", - icon: GraduationCapIcon, - skill_id: "ppt-generation", - }, { suggestion: "Document Processing", prompt: diff --git a/frontend/src/core/i18n/locales/zh-CN.ts b/frontend/src/core/i18n/locales/zh-CN.ts index 59b15c86..a067f373 100644 --- a/frontend/src/core/i18n/locales/zh-CN.ts +++ b/frontend/src/core/i18n/locales/zh-CN.ts @@ -126,12 +126,6 @@ export const zhCN: Translations = { icon: GraduationCapIcon, skill_id: "409", }, - { - suggestion: "PPT生成", - prompt: "生成一个关于[主题]的PPT演示文稿大纲和内容。", - icon: GraduationCapIcon, - skill_id: "179", - }, { suggestion: "Excel数据分析", prompt: "对[Excel文件/数据]进行分析,生成数据洞察和可视化建议。",