From 6d323146ff1248a3e0716e11800a6ceb381eb0b3 Mon Sep 17 00:00:00 2001 From: Wonder Date: Tue, 7 Oct 2025 21:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=9C=A8Feat:=20=E5=A2=9E=E5=8A=A0=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E9=A1=B5=E9=9D=A2=E6=A0=B8=E5=BF=83=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 6 +- frontend/src/components/EmailSender.vue | 215 ++++++++++++++++++++++++ 2 files changed, 219 insertions(+), 2 deletions(-) create mode 100644 frontend/src/components/EmailSender.vue diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 6ca279f..54537f2 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,7 +1,9 @@ - + diff --git a/frontend/src/components/EmailSender.vue b/frontend/src/components/EmailSender.vue new file mode 100644 index 0000000..bacbbd2 --- /dev/null +++ b/frontend/src/components/EmailSender.vue @@ -0,0 +1,215 @@ + + + + +