From 6a4cd00d51e52ce44fe0ec151260c4624d8a419b Mon Sep 17 00:00:00 2001 From: chrocy Date: Fri, 3 Apr 2026 20:24:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(export):=20=E8=A1=A5=E5=85=A8=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=BC=B9=E7=AA=97=E4=B8=AD=E7=BC=BA=E5=A4=B1=E7=9A=84?= =?UTF-8?q?=20Excel=20=E5=AE=8C=E6=95=B4=E5=88=97=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=BC=80=E5=85=B3=20(fix=20#529)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ExportPage.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/pages/ExportPage.tsx b/src/pages/ExportPage.tsx index ae5f9e7..14926f5 100644 --- a/src/pages/ExportPage.tsx +++ b/src/pages/ExportPage.tsx @@ -8128,6 +8128,28 @@ function ExportPage() { )} + {options.format === 'excel' && ( +
+
+
+

导出完整列

+
+ 开启后将在 Excel 表格中单独拆分出「发送者昵称」、「微信ID」、「备注」和「群昵称」列。关闭则只保留紧凑的「发送者身份」。 +
+
+ +
+
+ )} +

时间范围