perf: 支持列表展示时固定证书最大天数,有助于列表进度条整齐展示

This commit is contained in:
xiaojunnuo
2025-11-06 23:20:02 +08:00
parent feae105426
commit 4a94eab393
8 changed files with 44 additions and 3 deletions
@@ -56,6 +56,9 @@ export type SysPublicSetting = {
//证书域名添加到监控
certDomainAddToMonitorEnabled?: boolean;
// 固定证书有效期天数,0表示不固定
fixedCertExpireDays?: number;
};
export type SuiteSetting = {
enabled?: boolean;