perf: 优化dokploy 部署插件,配置选择serverId

This commit is contained in:
xiaojunnuo
2025-11-19 23:47:26 +08:00
parent be4f479afd
commit c9709f2698
3 changed files with 47 additions and 23 deletions

View File

@@ -36,6 +36,7 @@ export class CertReader {
detail: CertificateInfo;
//毫秒时间戳
effective: number;
//毫秒时间戳
expires: number;
constructor(certInfo: CertInfo) {
this.cert = certInfo;