From e7ea6b98c86d4ffa63d467e3bf15ae57e19b7e69 Mon Sep 17 00:00:00 2001 From: lixinran Date: Wed, 15 Oct 2025 13:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8A=A5=E5=91=8A=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=8A=9F=E8=83=BD=E5=92=8CVditor=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 实现自定义导出格式选择框,向上延展显示 - 修复Vditor导出功能,使用正确的按钮选择器 - 添加导出后Vditor内容自动恢复机制 - 优化用户体验,支持PDF、HTML、Markdown、纯文本导出 - 添加详细的调试日志和错误处理 - 修复导出后Vditor内容消失的问题 --- .../src/components/ReportDrawer.vue | 205 ++++++++++++++++-- 1 file changed, 192 insertions(+), 13 deletions(-) diff --git a/vue-info-reporter/src/components/ReportDrawer.vue b/vue-info-reporter/src/components/ReportDrawer.vue index 4fb2feb2..29f383ad 100644 --- a/vue-info-reporter/src/components/ReportDrawer.vue +++ b/vue-info-reporter/src/components/ReportDrawer.vue @@ -122,16 +122,40 @@

操作

-
- +
+ +
+ + + +
+
+ +
+
+