修复TG一些邮件解析为空和格式优化

This commit is contained in:
eoao
2026-02-08 08:02:01 +08:00
parent 216f7272d8
commit dafb8dda01
4 changed files with 27 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ const zh = {
daySendLack: '当日剩余发送次数不足',
totalSendLack: '剩余发送次数不足',
senderAccountNotExist: '发件人邮箱不存在',
noResendToken: 'resend密钥未配置',
noResendToken: 'Resend未配置,只能给站内邮箱发件',
sendEmailNotCurUser: '发件人邮箱非当前用户所有',
notExistEmailReply: '邮件不存在无法回复',
imageAttLimit: '图片不能超过10个',