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 @@ - + - Hello World + 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 @@ + + + Mini Email Sender + + + + + + + + + + + + + + + + + + + + 选择文件 + + + 支持格式:.jpg, .png, .pdf, .docx,最多5个文件,每个文件不超过10MB + + + + + + + + + {{ submitting ? '发送中...' : '发送邮件' }} + + 重置 + + + + + + + + + + +