perf: 支持邮件模版设置

This commit is contained in:
xiaojunnuo
2025-12-14 01:36:20 +08:00
parent 437d956cad
commit a6c0d2c6f1
31 changed files with 703 additions and 214 deletions
@@ -130,7 +130,8 @@ export class AutoCRegisterCron {
title,
content,
errorMessage:title,
url
url,
notificationType: "vipExpireRemind",
}
},adminUser.id)
}
@@ -182,7 +183,8 @@ export class AutoCRegisterCron {
title,
content,
errorMessage: title,
url
url,
notificationType: "userExpireRemind",
}
}, user.id)
}