diff --git a/src/components/ComparePanel.vue b/src/components/ComparePanel.vue
index b0a6944..92d119c 100644
--- a/src/components/ComparePanel.vue
+++ b/src/components/ComparePanel.vue
@@ -405,6 +405,10 @@
@click="rewriteViewMode = 'review'; currentReviewIdx = 0"
:class="['text-xs px-2 py-1 rounded transition', rewriteViewMode === 'review' ? 'bg-indigo-600 text-white' : 'text-slate-400 hover:text-white']"
>逐句审核
+
@@ -556,12 +560,59 @@
没有需要审核的修改
+
+
+
+
+
+
+
+ 📄 原文(点击选中要被替换的句子)
+ 已选 {{ partialLeftSelected.size }} 句
+
+
+
+ {{ sentence.text }}
+
+
+
+
+
+
+ ✨ 重写后(点击选中用于替换的句子)
+ 已选 {{ partialRightSelected.size }} 句
+
+
+
+ {{ sentence.text }}
+
+
+
+
+
在左边选中要被替换的句子,在右边选中用于替换的内容,点击"应用选中"完成替换
+
-
-
+
+
+
+
+
+
+
+
+
@@ -579,12 +649,20 @@
@click="resetRewriteModal"
class="px-4 py-2 text-sm bg-slate-700 text-slate-300 rounded-lg hover:bg-slate-600"
>取消
+
+
+