From cab76c5abdd8054586ca1bdac7f25908b5f8cae7 Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Sun, 20 Apr 2025 11:07:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=95=99=E6=A1=88?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E4=BD=93=E9=80=89=E9=A1=B9=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/fn/teach/LessonPlan.vue | 110 +++++++++++++++++++++++++++-- layouts/default.vue | 8 +-- package.json | 1 + pnpm-lock.yaml | 35 +++++++++ tailwind.config.js | 3 +- 5 files changed, 145 insertions(+), 12 deletions(-) diff --git a/components/fn/teach/LessonPlan.vue b/components/fn/teach/LessonPlan.vue index a625e59..4d265c9 100644 --- a/components/fn/teach/LessonPlan.vue +++ b/components/fn/teach/LessonPlan.vue @@ -21,7 +21,10 @@ const tab = ref('text') 章节生成 - +
课程智能体 @@ -29,7 +32,7 @@ const tab = ref('text') -
+

内容由 AI 生成,仅供参考

+
+ + +
+
+ +

生成的教案标题

+
+
+ + + +
+
+ +
+
+ 教学目标 +
+ + +
+
+
+
    +
  1. 教学目标 1
  2. +
  3. 教学目标 2
  4. +
  5. 教学目标 3
  6. +
+
+
+
- + diff --git a/layouts/default.vue b/layouts/default.vue index 5131596..8cb1287 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,12 +1,11 @@