From 29300a94481512bdf3c1e625b7676d576cc3a783 Mon Sep 17 00:00:00 2001 From: keven Date: Sun, 21 Sep 2025 23:45:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(front):=20=E5=A2=9E=E5=BC=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E4=B8=8A=E4=BC=A0=E9=80=9F=E5=BA=A6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=92=8C=E5=8A=A8=E6=80=81=E8=BF=9B=E5=BA=A6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E6=96=87=E4=BB=B6=E5=88=86=E5=9D=97?= =?UTF-8?q?=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/components/FileIcon.vue | 30 +- .../FileUploadBlockProgressView.vue | 2 +- .../Home/File/FileUploadProgressView.vue | 333 ++++++++++++++---- .../Home/File/FileUploadSpeedInfoView.vue | 8 + front/components/Result/FileShareResult.vue | 325 ++++++++++------- front/composables/useMyAppShare.ts | 23 +- front/lib/getFileChunk.ts | 11 + 7 files changed, 518 insertions(+), 214 deletions(-) create mode 100644 front/components/Home/File/FileUploadSpeedInfoView.vue create mode 100644 front/lib/getFileChunk.ts diff --git a/front/components/FileIcon.vue b/front/components/FileIcon.vue index b085150..7845faa 100644 --- a/front/components/FileIcon.vue +++ b/front/components/FileIcon.vue @@ -1,4 +1,5 @@