From 1be06c6f2375cc5ce6195e39a1ab17d4f0ccef9e Mon Sep 17 00:00:00 2001 From: Seven Date: Fri, 9 Jan 2026 14:13:45 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=85=83=E6=95=B0=E6=8D=AE=E8=8E=B7=E5=8F=96=E5=92=8C=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E7=8A=B6=E6=80=81=EF=BC=8C=E6=9B=B4=E6=96=B0=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E5=92=8C=E5=9B=BD=E9=99=85=E5=8C=96=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/upload/index.vue | 119 ++++++++++++++++++++++++-------- src/locales/langs/en-us.ts | 3 +- src/locales/langs/zh-cn.ts | 3 +- src/router/elegant/routes.ts | 19 ++--- src/typings/components.d.ts | 2 + src/utils/aws/s3.ts | 20 ++++++ 6 files changed, 126 insertions(+), 40 deletions(-) diff --git a/src/components/upload/index.vue b/src/components/upload/index.vue index 6863587..965a325 100644 --- a/src/components/upload/index.vue +++ b/src/components/upload/index.vue @@ -1,7 +1,7 @@