邮件内容样式优化

This commit is contained in:
eoao
2025-09-27 00:22:00 +08:00
parent ad36be00a2
commit 8ee140743a
4 changed files with 27 additions and 4 deletions

View File

@@ -116,7 +116,6 @@ function toMessage(message) {
function formatImage(content) {
content = content || '';
const domain = settingStore.settings.r2Domain;
console.log(domain)
return content.replace(/{{domain}}/g, toOssDomain(domain) + '/');
}
@@ -409,4 +408,4 @@ const handleDelete = () => {
}
</style>
</style>