From a25966ee37e9e75907ce5849a00b4b0e25b91d6b Mon Sep 17 00:00:00 2001 From: AuroraHuang22 Date: Wed, 25 Oct 2023 09:58:25 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E2=9C=A8=20Support=20uploading=20multipl?= =?UTF-8?q?e=20files=20in=20Step1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/IscnUploadForm.vue | 358 +++++++++++++++++----------------- components/Previewer.vue | 9 +- locales/en.json | 2 +- pages/new/index.vue | 89 ++++----- 4 files changed, 224 insertions(+), 234 deletions(-) diff --git a/components/IscnUploadForm.vue b/components/IscnUploadForm.vue index c15a222f..70964c17 100644 --- a/components/IscnUploadForm.vue +++ b/components/IscnUploadForm.vue @@ -1,17 +1,17 @@