chore: 优化阿里云cdn

This commit is contained in:
xiaojunnuo
2026-03-29 02:40:26 +08:00
parent a68301e4dc
commit 8debac2edf
4 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -379,9 +379,9 @@ export abstract class AbstractTaskPlugin implements ITaskPlugin {
targetName: string;
getCertDomains: () => Promise<string[]>;
uploadCert: () => Promise<any>;
deployOne: (req: { target: any; cert: any }) => Promise<void>;
deployOne: (req: { target: CertTargetItem; cert: any }) => Promise<void>;
getDeployTargetList: (req: PageSearch) => Promise<{ list: CertTargetItem[]; total: number }>;
}): Promise<{ result: any; deployedList: any[] }> {
}): Promise<{ result: string; deployedList: string[] }> {
this.logger.info("证书匹配模式部署");
const certDomains = await req.getCertDomains();
const certTargetList = await this.getAutoMatchedTargets({