mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
perf: 站点证书即将过期通知标题颜色优化为红色
This commit is contained in:
@@ -291,7 +291,8 @@ export class SiteInfoService extends BaseService<SiteInfoEntity> {
|
|||||||
body: {
|
body: {
|
||||||
title: `站点证书即将过期,剩余${validDays}天,<${site.name}>`,
|
title: `站点证书即将过期,剩余${validDays}天,<${site.name}>`,
|
||||||
content,
|
content,
|
||||||
url
|
url,
|
||||||
|
errorMessage: "站点证书即将过期"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
site.userId
|
site.userId
|
||||||
|
|||||||
Reference in New Issue
Block a user