From 9032009beae05f80a425980d5806115ad9ad5096 Mon Sep 17 00:00:00 2001
From: cuitw <1051735452@qq.com>
Date: Tue, 10 Mar 2026 17:00:40 +0800
Subject: [PATCH 1/5] =?UTF-8?q?=E5=85=AD=E6=AD=A5=E6=B3=95=E5=89=8D?=
=?UTF-8?q?=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue | 389 ++++++++++++++++++++-
ruoyi-ui/src/views/childRoom/TaskPageContent.vue | 252 ++++++++++---
.../views/childRoom/UnderstandingStepContent.vue | 313 ++++++++++++++---
3 files changed, 835 insertions(+), 119 deletions(-)
diff --git a/ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue b/ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue
index df7953f..cd49062 100644
--- a/ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue
+++ b/ruoyi-ui/src/views/childRoom/SixStepsOverlay.vue
@@ -16,6 +16,7 @@
class="header-sub-title"
:class="{ active: activeUnderstandingSubIndex === idx }"
@click="activeUnderstandingSubIndex = idx"
+ @contextmenu.prevent="onSubTitleContextMenu('understanding', idx, $event)"
>
{{ sub }}
@@ -24,9 +25,15 @@
插入
+
+ 小标题
+
背景
+
+ 删除背景
+
图标
@@ -36,15 +43,32 @@
-
-