feat update placeholder syntax in notify templates

This commit is contained in:
Fu Diwei
2024-12-23 22:33:12 +08:00
parent 0556d68a4e
commit 16bc12c15b
4 changed files with 12 additions and 12 deletions

View File

@@ -33,8 +33,8 @@ export type NotifyTemplate = {
};
export const defaultNotifyTemplate: NotifyTemplate = {
subject: "您有 {COUNT} 张证书即将过期",
message: "有 {COUNT} 张证书即将过期,域名分别为 {DOMAINS},请保持关注!",
subject: "您有 ${COUNT} 张证书即将过期",
message: "有 ${COUNT} 张证书即将过期,域名分别为 ${DOMAINS},请保持关注!",
};
// #endregion