From 56c851a715fc8b118ebae44e6827b57c69690025 Mon Sep 17 00:00:00 2001 From: empty Date: Sun, 11 Jan 2026 22:37:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=E8=8C=83=E5=BC=8F?= =?UTF-8?q?=E6=B6=A6=E8=89=B2=E5=92=8C=E5=AF=B9=E7=85=A7=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=B7=A6=E4=B8=AD=E5=8F=B3=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - App.vue: compare 和 rewrite 页面纳入持久化布局 - ArticleRewritePanel: 移除返回按钮,适配 flex-1 布局 - ComparePanel: 移除返回按钮,适配 flex-1 布局 - MainContent: 对这两个页面不渲染(它们有自己的内部布局) --- src/App.vue | 16 ++++++---------- src/components/ArticleRewritePanel.vue | 16 +++++----------- src/components/ComparePanel.vue | 16 +++++----------- 3 files changed, 16 insertions(+), 32 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5e0c0c0..570618e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,18 +1,12 @@