mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修复收件内嵌图片只能显示一张
This commit is contained in:
@@ -113,9 +113,9 @@ function toMessage(message) {
|
||||
}
|
||||
|
||||
function formatImage(content) {
|
||||
content = content || ''
|
||||
content = content || '';
|
||||
const domain = settingStore.settings.r2Domain;
|
||||
return content.replace('{{domain}}', domain + '/');
|
||||
return content.replace(/{{domain}}/g, domain + '/');
|
||||
}
|
||||
|
||||
function showImage(key) {
|
||||
|
||||
Reference in New Issue
Block a user