From ab2bfdd00f7ecfe46ac7d5c654743c246102b23a Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Sun, 24 Aug 2025 19:14:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=82=AE=E4=BB=B6=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E4=B8=8A=E4=B8=80=E5=B0=81/=E4=B8=8B?= =?UTF-8?q?=E4=B8=80=E5=B0=81=20=E6=8C=89=E9=92=AE=20(#712)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + frontend/src/components/MailBox.vue | 77 ++++++++++++++++++++++++++--- 2 files changed, 72 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a341fb..dc06c6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - feat: |UI| 优化极简模式主页, 增加全部邮件页面功能(删除/下载/附件/...), 可在 `外观` 中切换 - feat: admin 账号设置页面增加 `邮件转发规则` 配置 - feat: admin 账号设置页面增加 `禁止接收未知地址邮件` 配置 +- feat: 邮件页面增加 上一封/下一封 按钮 ## v1.0.3 diff --git a/frontend/src/components/MailBox.vue b/frontend/src/components/MailBox.vue index 57cb6e4f..0da47f1c 100644 --- a/frontend/src/components/MailBox.vue +++ b/frontend/src/components/MailBox.vue @@ -1,9 +1,9 @@