From 97e593c14562e8344a4db7547fbaccc00ac1584c Mon Sep 17 00:00:00 2001 From: empty Date: Mon, 12 Jan 2026 02:44:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BB=9F=E4=B8=80=20DiffAnnotation?= =?UTF-8?q?Panel=20=E5=B8=83=E5=B1=80=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化内容: - 移除 DiffAnnotationPanel 的全屏独占模式 - 将 DiffAnnotationPanel 整合到统一的页面布局系统中 - GlobalSidebar 现在在所有页面保持显示 - 更新 MainContent 条件渲染逻辑,排除 diffAnnotation 页面 - 简化布局代码结构,移除不必要的 template 包裹 变更影响: - DiffAnnotationPanel 现在与其他页面使用一致的布局方式 - 提升代码可维护性和一致性 - 用户体验更统一 --- src/App.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index 570618e..fb047bf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,21 +1,18 @@