From acd9a8f099158c3b89f7dc88e7e7bd2a3d91252f Mon Sep 17 00:00:00 2001 From: dreamhunter2333 Date: Sat, 4 Jul 2026 16:03:07 +0800 Subject: [PATCH] refactor: remove manual external image loading --- CHANGELOG.md | 2 +- CHANGELOG_EN.md | 2 +- .../src/components/MailContentRenderer.vue | 18 ++---------------- frontend/src/i18n/locales/source/de.ts | 1 - frontend/src/i18n/locales/source/es.ts | 1 - frontend/src/i18n/locales/source/ja.ts | 1 - frontend/src/i18n/locales/source/ptBR.ts | 1 - frontend/src/i18n/message-registry.ts | 4 ---- 8 files changed, 4 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f067112..feea7c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Features -- feat: |Frontend| 外观设置新增“自动加载外部图片”开关,关闭后邮件 HTML 中的外链图片默认以占位图显示,并可在单封邮件中手动加载(issue #1073) +- feat: |Frontend| 外观设置新增“自动加载外部图片”开关,关闭后邮件 HTML 中的外链图片默认以占位图显示(issue #1073) ### Bug Fixes diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 17ec4571..f2d5bbd8 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -10,7 +10,7 @@ ### Features -- feat: |Frontend| Add an Appearance toggle for automatically loading external images; when disabled, HTML mail shows blocked-image placeholders by default with a per-mail manual load action (issue #1073) +- feat: |Frontend| Add an Appearance toggle for automatically loading external images; when disabled, HTML mail shows blocked-image placeholders by default (issue #1073) ### Bug Fixes diff --git a/frontend/src/components/MailContentRenderer.vue b/frontend/src/components/MailContentRenderer.vue index 1dd18558..fdd9b2fd 100644 --- a/frontend/src/components/MailContentRenderer.vue +++ b/frontend/src/components/MailContentRenderer.vue @@ -1,5 +1,5 @@