From 8e1b245ab6985747132607d877437818ce3680c1 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 25 Sep 2025 17:11:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=80=89=E6=8B=A9=E7=95=8C=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=95=E9=80=89=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=82=AC=E5=81=9C=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modal/ExportConverterModal.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/modal/ExportConverterModal.vue b/src/components/modal/ExportConverterModal.vue index 8010a53..3fa6524 100644 --- a/src/components/modal/ExportConverterModal.vue +++ b/src/components/modal/ExportConverterModal.vue @@ -109,9 +109,13 @@ const beforeUpload: UploadProps['beforeUpload'] = (file) => { > - - 导出为 SMAP (.smap) - 导出为 IRAY (.zip) + + 导出为 SMAP (.smap) + 导出为 IRAY (.zip) @@ -161,3 +165,12 @@ const beforeUpload: UploadProps['beforeUpload'] = (file) => { +