From 2c1157747f02464d7e041b37bb4da40447fc8c39 Mon Sep 17 00:00:00 2001 From: 2977094657 <2977094657@qq.com> Date: Fri, 24 Apr 2026 18:04:32 +0800 Subject: [PATCH] =?UTF-8?q?improvement(export-ui):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E5=AF=BC=E5=87=BA=E5=BC=B9=E7=AA=97=E5=B9=B6?= =?UTF-8?q?=E9=A2=84=E7=95=99=E4=BE=A7=E8=BE=B9=E6=A0=8F=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 GlobalExportDialog 组件,统一配置聊天记录、朋友圈和联系人导出 - 在侧边栏预留批量导出入口 - 当前入口默认隐藏,便于后续继续联调和逐步放开 --- frontend/components/GlobalExportDialog.vue | 1482 ++++++++++++++++++++ frontend/components/SidebarRail.vue | 47 +- 2 files changed, 1527 insertions(+), 2 deletions(-) create mode 100644 frontend/components/GlobalExportDialog.vue diff --git a/frontend/components/GlobalExportDialog.vue b/frontend/components/GlobalExportDialog.vue new file mode 100644 index 0000000..8791bf9 --- /dev/null +++ b/frontend/components/GlobalExportDialog.vue @@ -0,0 +1,1482 @@ + + + diff --git a/frontend/components/SidebarRail.vue b/frontend/components/SidebarRail.vue index c83b4d4..02ad116 100644 --- a/frontend/components/SidebarRail.vue +++ b/frontend/components/SidebarRail.vue @@ -144,6 +144,33 @@ + + + + +