From c45a59c6d1e2206730a27d79fa5b6c449fee60b2 Mon Sep 17 00:00:00 2001 From: cnbugs Date: Sun, 19 Jul 2026 16:35:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 768px 断点: 侧边栏变为抽屉式滑出, 汉堡按钮切换 - 移动端顶栏: 显示当前组件名称 - 移动端 Tab: 配置表单/代码预览一键切换 - 遮罩层: 点击遮罩自动收起侧边栏 - 切换组件后自动收起侧边栏并回到表单 tab - 平板端 (1024px) 表单区域适当缩窄 --- src/App.vue | 202 ++++++++++++++++++++++++++++++++++++- src/components/Sidebar.vue | 4 +- 2 files changed, 201 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2280ff5..a0f70ac 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,14 +1,57 @@