From 85f2e26ff5d6cf02d02df69ff519b9eb17dbf66e Mon Sep 17 00:00:00 2001 From: lizw-2015 <1183409807@qq.com> Date: Wed, 9 Jul 2025 14:26:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(editor,=20taskManagement):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=B0=8F=E5=87=AF=20AI=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ModelMain.vue 中添加小凯 AI 的 iframe - 创建 automatedPresentation.vue并添加小凯 AI 的 iframe - 在 automatedPresentation.vue 中添加消息监听器 --- src/editor/ModelMain.vue | 2 +- src/views/taskManagement/automatedPresentation.vue | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/editor/ModelMain.vue b/src/editor/ModelMain.vue index ac4db7e..3033520 100644 --- a/src/editor/ModelMain.vue +++ b/src/editor/ModelMain.vue @@ -72,7 +72,7 @@ - + diff --git a/src/views/taskManagement/automatedPresentation.vue b/src/views/taskManagement/automatedPresentation.vue index b7da511..6674f42 100644 --- a/src/views/taskManagement/automatedPresentation.vue +++ b/src/views/taskManagement/automatedPresentation.vue @@ -1,12 +1,21 @@ -