perf: 证书监控支持设置证书即将过期天数

This commit is contained in:
xiaojunnuo
2025-10-14 22:25:04 +08:00
parent f612509cac
commit cd35568e04
8 changed files with 30 additions and 7 deletions
@@ -28,6 +28,7 @@ export class UserSiteMonitorSetting extends BaseSettings {
cron?:string = undefined;
retryTimes?:number = 3;
dnsServer?:string[] = undefined;
certValidDays?:number = 10;
}
export class UserEmailSetting extends BaseSettings {